Cathy’s Composite party is powered by three Prime Pals. Can you find them?Can you find meThe largest Wednesday numberThe largest Thursday numberThe largest Friday numberFind out the number using three cluesWeigh eight balls and find the lighter onePrimes of a certain formIt is as easy as A B C, Figure out U V C from the given relationshipA B C in close knit relationship.. Who are they?Composite Cat Cannot divide its immediate lower neighbors factorial without leaving a remainder

What tokens are in the end of line?

Expected maximum number of unpaired socks

What weight should be given to writers groups critiques?

Using too much dialogue?

Is there an idiom that means that you are in a very strong negotiation position in a negotiation?

Why is unzipped directory exactly 4.0k (much smaller than zipped file)?

How was Daenerys able to legitimise Gendry?

Why is the Eisenstein ideal paper so great?

The Maltese Falcon

Is "vegetable base" a common term in English?

Why isn't 'chemically-strengthened glass' made with potassium carbonate? To begin with?

Why does splatting create a tuple on the rhs but a list on the lhs?

Are cells guaranteed to get at least one mitochondrion when they divide?

What does it mean when a vocal teacher tell you that your lowest notes are heavy?

What did the 'turbo' button actually do?

How did NASA Langley end up with the first 737?

Why did Jon Snow do this immoral act if he is so honorable?

Freedom of Speech and Assembly in China

Can a tabaxi rogue with the Criminal background start with 8 skill proficiencies?

Why does Bran want to find Drogon?

Which European Languages are not Indo-European?

Why is this integration method not valid?

Shorten or merge multiple lines of `&> /dev/null &`

Heat lost in ideal capacitor charging



Cathy’s Composite party is powered by three Prime Pals. Can you find them?


Can you find meThe largest Wednesday numberThe largest Thursday numberThe largest Friday numberFind out the number using three cluesWeigh eight balls and find the lighter onePrimes of a certain formIt is as easy as A B C, Figure out U V C from the given relationshipA B C in close knit relationship.. Who are they?Composite Cat Cannot divide its immediate lower neighbors factorial without leaving a remainder













2












$begingroup$


Given:



A, B, C are 3 distinct primes.



Find the smallest composite number Y that satisfies the relation:



$ Y = A ^ C + B ^ B + C ^ A $










share|improve this question











$endgroup$
















    2












    $begingroup$


    Given:



    A, B, C are 3 distinct primes.



    Find the smallest composite number Y that satisfies the relation:



    $ Y = A ^ C + B ^ B + C ^ A $










    share|improve this question











    $endgroup$














      2












      2








      2





      $begingroup$


      Given:



      A, B, C are 3 distinct primes.



      Find the smallest composite number Y that satisfies the relation:



      $ Y = A ^ C + B ^ B + C ^ A $










      share|improve this question











      $endgroup$




      Given:



      A, B, C are 3 distinct primes.



      Find the smallest composite number Y that satisfies the relation:



      $ Y = A ^ C + B ^ B + C ^ A $







      mathematics logical-deduction no-computers






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 16 at 19:37









      LeppyR64

      11.4k23859




      11.4k23859










      asked May 16 at 17:51









      UvcUvc

      88414




      88414




















          2 Answers
          2






          active

          oldest

          votes


















          8












          $begingroup$

          The goal is to minimize, so you'll need to obviously use the primes




          $2, 3, 5$




          Then




          The $5$ can't be in the middle as $5^5$ is large, so it must be on either side. $(2^5 + 3^3) < (3^5 + 2^2)$, so your equation is $2^5 + 3^3 + 5^2$.




          This means




          $(A, B, C) = (2, 3, 5)$ and $Y = 84$







          share|improve this answer









          $endgroup$




















            4












            $begingroup$

            I totally agree with the answer given by @Aranlyde.




            But you don't explicitly specify that $Anot=Bnot=C$.

            So, I would do something like $A=B=C=2$.

            Then, the result would be:

            $Y=A^C+B^B+C^A=2^2+2^2+2^2=4+4+4=12$


            In any way, this is the minimum.







            share|improve this answer








            New contributor



            Ardoris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            $endgroup$












            • $begingroup$
              Three prime pals refer to three different..i will edit to add distinct..thx
              $endgroup$
              – Uvc
              May 16 at 18:22










            • $begingroup$
              Okay, well. Then my answer is incorrect, of course. :)
              $endgroup$
              – Ardoris
              May 16 at 18:32











            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "559"
            ;
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2fpuzzling.stackexchange.com%2fquestions%2f84032%2fcathy-s-composite-party-is-powered-by-three-prime-pals-can-you-find-them%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            8












            $begingroup$

            The goal is to minimize, so you'll need to obviously use the primes




            $2, 3, 5$




            Then




            The $5$ can't be in the middle as $5^5$ is large, so it must be on either side. $(2^5 + 3^3) < (3^5 + 2^2)$, so your equation is $2^5 + 3^3 + 5^2$.




            This means




            $(A, B, C) = (2, 3, 5)$ and $Y = 84$







            share|improve this answer









            $endgroup$

















              8












              $begingroup$

              The goal is to minimize, so you'll need to obviously use the primes




              $2, 3, 5$




              Then




              The $5$ can't be in the middle as $5^5$ is large, so it must be on either side. $(2^5 + 3^3) < (3^5 + 2^2)$, so your equation is $2^5 + 3^3 + 5^2$.




              This means




              $(A, B, C) = (2, 3, 5)$ and $Y = 84$







              share|improve this answer









              $endgroup$















                8












                8








                8





                $begingroup$

                The goal is to minimize, so you'll need to obviously use the primes




                $2, 3, 5$




                Then




                The $5$ can't be in the middle as $5^5$ is large, so it must be on either side. $(2^5 + 3^3) < (3^5 + 2^2)$, so your equation is $2^5 + 3^3 + 5^2$.




                This means




                $(A, B, C) = (2, 3, 5)$ and $Y = 84$







                share|improve this answer









                $endgroup$



                The goal is to minimize, so you'll need to obviously use the primes




                $2, 3, 5$




                Then




                The $5$ can't be in the middle as $5^5$ is large, so it must be on either side. $(2^5 + 3^3) < (3^5 + 2^2)$, so your equation is $2^5 + 3^3 + 5^2$.




                This means




                $(A, B, C) = (2, 3, 5)$ and $Y = 84$








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 16 at 17:59









                AranlydeAranlyde

                907213




                907213





















                    4












                    $begingroup$

                    I totally agree with the answer given by @Aranlyde.




                    But you don't explicitly specify that $Anot=Bnot=C$.

                    So, I would do something like $A=B=C=2$.

                    Then, the result would be:

                    $Y=A^C+B^B+C^A=2^2+2^2+2^2=4+4+4=12$


                    In any way, this is the minimum.







                    share|improve this answer








                    New contributor



                    Ardoris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    $endgroup$












                    • $begingroup$
                      Three prime pals refer to three different..i will edit to add distinct..thx
                      $endgroup$
                      – Uvc
                      May 16 at 18:22










                    • $begingroup$
                      Okay, well. Then my answer is incorrect, of course. :)
                      $endgroup$
                      – Ardoris
                      May 16 at 18:32















                    4












                    $begingroup$

                    I totally agree with the answer given by @Aranlyde.




                    But you don't explicitly specify that $Anot=Bnot=C$.

                    So, I would do something like $A=B=C=2$.

                    Then, the result would be:

                    $Y=A^C+B^B+C^A=2^2+2^2+2^2=4+4+4=12$


                    In any way, this is the minimum.







                    share|improve this answer








                    New contributor



                    Ardoris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    $endgroup$












                    • $begingroup$
                      Three prime pals refer to three different..i will edit to add distinct..thx
                      $endgroup$
                      – Uvc
                      May 16 at 18:22










                    • $begingroup$
                      Okay, well. Then my answer is incorrect, of course. :)
                      $endgroup$
                      – Ardoris
                      May 16 at 18:32













                    4












                    4








                    4





                    $begingroup$

                    I totally agree with the answer given by @Aranlyde.




                    But you don't explicitly specify that $Anot=Bnot=C$.

                    So, I would do something like $A=B=C=2$.

                    Then, the result would be:

                    $Y=A^C+B^B+C^A=2^2+2^2+2^2=4+4+4=12$


                    In any way, this is the minimum.







                    share|improve this answer








                    New contributor



                    Ardoris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    $endgroup$



                    I totally agree with the answer given by @Aranlyde.




                    But you don't explicitly specify that $Anot=Bnot=C$.

                    So, I would do something like $A=B=C=2$.

                    Then, the result would be:

                    $Y=A^C+B^B+C^A=2^2+2^2+2^2=4+4+4=12$


                    In any way, this is the minimum.








                    share|improve this answer








                    New contributor



                    Ardoris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.








                    share|improve this answer



                    share|improve this answer






                    New contributor



                    Ardoris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.








                    answered May 16 at 18:20









                    ArdorisArdoris

                    3015




                    3015




                    New contributor



                    Ardoris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.




                    New contributor




                    Ardoris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.













                    • $begingroup$
                      Three prime pals refer to three different..i will edit to add distinct..thx
                      $endgroup$
                      – Uvc
                      May 16 at 18:22










                    • $begingroup$
                      Okay, well. Then my answer is incorrect, of course. :)
                      $endgroup$
                      – Ardoris
                      May 16 at 18:32
















                    • $begingroup$
                      Three prime pals refer to three different..i will edit to add distinct..thx
                      $endgroup$
                      – Uvc
                      May 16 at 18:22










                    • $begingroup$
                      Okay, well. Then my answer is incorrect, of course. :)
                      $endgroup$
                      – Ardoris
                      May 16 at 18:32















                    $begingroup$
                    Three prime pals refer to three different..i will edit to add distinct..thx
                    $endgroup$
                    – Uvc
                    May 16 at 18:22




                    $begingroup$
                    Three prime pals refer to three different..i will edit to add distinct..thx
                    $endgroup$
                    – Uvc
                    May 16 at 18:22












                    $begingroup$
                    Okay, well. Then my answer is incorrect, of course. :)
                    $endgroup$
                    – Ardoris
                    May 16 at 18:32




                    $begingroup$
                    Okay, well. Then my answer is incorrect, of course. :)
                    $endgroup$
                    – Ardoris
                    May 16 at 18:32

















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Puzzling 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%2fpuzzling.stackexchange.com%2fquestions%2f84032%2fcathy-s-composite-party-is-powered-by-three-prime-pals-can-you-find-them%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

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                    Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?