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
$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 $
mathematics logical-deduction no-computers
$endgroup$
add a comment |
$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 $
mathematics logical-deduction no-computers
$endgroup$
add a comment |
$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 $
mathematics logical-deduction no-computers
$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
mathematics logical-deduction no-computers
edited May 16 at 19:37
LeppyR64
11.4k23859
11.4k23859
asked May 16 at 17:51
UvcUvc
88414
88414
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$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$
$endgroup$
add a comment |
$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.
New contributor
$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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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$
$endgroup$
add a comment |
$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$
$endgroup$
add a comment |
$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$
$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$
answered May 16 at 17:59
AranlydeAranlyde
907213
907213
add a comment |
add a comment |
$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.
New contributor
$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
add a comment |
$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.
New contributor
$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
add a comment |
$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.
New contributor
$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.
New contributor
New contributor
answered May 16 at 18:20
ArdorisArdoris
3015
3015
New contributor
New contributor
$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
add a comment |
$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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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