Can two integers have the same product of divisors?The number of positive integers less than 1000 with an odd number of divisorsProduct of Divisors of some $n$ proofrelation between set of prime divisors of two positive integersFind 4 positive integers not exceeding 70,000 such that each have more than 100 divisorsInteresting resolution to considering prime factorisations and finding the number of positive divisors of large numbers??Prove that the product of all the positive divisors of two numbers is equal implies the numbers themselves are equal.A conjecture concerning the number of divisors and the sum of divisors.Find the least positive integer with 24 positive divisorsif the product of all unique positive divisors of n a and pELI5: Explanation of why the product of divisors of a natural $n$ is always $n^fracd(n)2$ where $d(n)$ gives the number of divisors

Did US corporations pay demonstrators in the German demonstrations against article 13?

Could solar power be utilized and substitute coal in the 19th century?

Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?

What to do when my ideas aren't chosen, when I strongly disagree with the chosen solution?

Should a half Jewish man be discouraged from marrying a Jewess?

Java - What do constructor type arguments mean when placed *before* the type?

Pronouncing Homer as in modern Greek

Was the picture area of a CRT a parallelogram (instead of a true rectangle)?

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Books on the History of math research at European universities

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

I2C signal and power over long range (10meter cable)

A workplace installs custom certificates on personal devices, can this be used to decrypt HTTPS traffic?

What is the opposite of 'gravitas'?

Giant Toughroad SLR 2 for 200 miles in two days, will it make it?

Can a Gentile theist be saved?

What will be the benefits of Brexit?

How do I rename a LINUX host without needing to reboot for the rename to take effect?

Is there an wasy way to program in Tikz something like the one in the image?

Why is delta-v is the most useful quantity for planning space travel?

Proving by induction of n. Is this correct until this point?

The most efficient algorithm to find all possible integer pairs which sum to a given integer

Invariance of results when scaling explanatory variables in logistic regression, is there a proof?

Meta programming: Declare a new struct on the fly



Can two integers have the same product of divisors?


The number of positive integers less than 1000 with an odd number of divisorsProduct of Divisors of some $n$ proofrelation between set of prime divisors of two positive integersFind 4 positive integers not exceeding 70,000 such that each have more than 100 divisorsInteresting resolution to considering prime factorisations and finding the number of positive divisors of large numbers??Prove that the product of all the positive divisors of two numbers is equal implies the numbers themselves are equal.A conjecture concerning the number of divisors and the sum of divisors.Find the least positive integer with 24 positive divisorsif the product of all unique positive divisors of n a and pELI5: Explanation of why the product of divisors of a natural $n$ is always $n^fracd(n)2$ where $d(n)$ gives the number of divisors













3












$begingroup$


If $x$ is a positive integer and $y$ is a positive integer, can the product of the divisors of $x$ equal the product of the divisors of $y$ for some arbitrary $x$ and $y$? (The product of the divisors includes itself; the product of divisors of $4$ would be $1cdot2cdot4=8$)










share|cite|improve this question











$endgroup$
















    3












    $begingroup$


    If $x$ is a positive integer and $y$ is a positive integer, can the product of the divisors of $x$ equal the product of the divisors of $y$ for some arbitrary $x$ and $y$? (The product of the divisors includes itself; the product of divisors of $4$ would be $1cdot2cdot4=8$)










    share|cite|improve this question











    $endgroup$














      3












      3








      3


      1



      $begingroup$


      If $x$ is a positive integer and $y$ is a positive integer, can the product of the divisors of $x$ equal the product of the divisors of $y$ for some arbitrary $x$ and $y$? (The product of the divisors includes itself; the product of divisors of $4$ would be $1cdot2cdot4=8$)










      share|cite|improve this question











      $endgroup$




      If $x$ is a positive integer and $y$ is a positive integer, can the product of the divisors of $x$ equal the product of the divisors of $y$ for some arbitrary $x$ and $y$? (The product of the divisors includes itself; the product of divisors of $4$ would be $1cdot2cdot4=8$)







      elementary-number-theory prime-factorization divisor-counting-function






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 16 at 23:23









      FredH

      2,8191021




      2,8191021










      asked Apr 16 '15 at 2:01









      IkspreekgeenIkspreekgeen

      162




      162




















          1 Answer
          1






          active

          oldest

          votes


















          2












          $begingroup$

          No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.



          First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
          $$
          beginarrayccccc
          d_1&d_2&d_3&ldots&d_tau(n)\
          n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
          endarray
          $$

          The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
          $$
          prod_dvert n d = n^tau(n)/2.
          $$

          The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
          $$
          beginalign
          x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
          y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
          endalign
          $$

          Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
          If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.






          share|cite|improve this answer









          $endgroup$












            Your Answer





            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            );
            );
            , "mathjax-editing");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "69"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1236804%2fcan-two-integers-have-the-same-product-of-divisors%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2












            $begingroup$

            No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.



            First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
            $$
            beginarrayccccc
            d_1&d_2&d_3&ldots&d_tau(n)\
            n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
            endarray
            $$

            The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
            $$
            prod_dvert n d = n^tau(n)/2.
            $$

            The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
            $$
            beginalign
            x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
            y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
            endalign
            $$

            Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
            If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.






            share|cite|improve this answer









            $endgroup$

















              2












              $begingroup$

              No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.



              First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
              $$
              beginarrayccccc
              d_1&d_2&d_3&ldots&d_tau(n)\
              n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
              endarray
              $$

              The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
              $$
              prod_dvert n d = n^tau(n)/2.
              $$

              The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
              $$
              beginalign
              x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
              y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
              endalign
              $$

              Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
              If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.






              share|cite|improve this answer









              $endgroup$















                2












                2








                2





                $begingroup$

                No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.



                First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
                $$
                beginarrayccccc
                d_1&d_2&d_3&ldots&d_tau(n)\
                n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
                endarray
                $$

                The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
                $$
                prod_dvert n d = n^tau(n)/2.
                $$

                The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
                $$
                beginalign
                x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
                y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
                endalign
                $$

                Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
                If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.






                share|cite|improve this answer









                $endgroup$



                No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.



                First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
                $$
                beginarrayccccc
                d_1&d_2&d_3&ldots&d_tau(n)\
                n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
                endarray
                $$

                The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
                $$
                prod_dvert n d = n^tau(n)/2.
                $$

                The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
                $$
                beginalign
                x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
                y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
                endalign
                $$

                Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
                If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Mar 16 at 23:16









                FredHFredH

                2,8191021




                2,8191021



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Mathematics Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1236804%2fcan-two-integers-have-the-same-product-of-divisors%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

                    random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

                    How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer