An Accountant Seeks the Help of a MathematicianFour prisoners wearing black and white hatsDeduce the numbers (addition + subtraction)Determine $X$ and $Y$: sum, difference and ratioSum, Product and DifferenceFind the identity of the four troll brothers4 Gridded Prime NumbersHow does the hit-man assassinate his target using only two questions?My Friend, 4 kids and gold and silver coinsA Counterfeit $100 Bill among 93 BillsRanking teacher salaries in the Republic of al'Alghaz
newcommand: Combine (optional) star and optional parameter
Did CP/M support custom hardware using device drivers?
Fantasy series where a Vietnam vet is transported to a fantasy land
Why is the BSI not using powers of two?
Science-fiction short story where space navy wanted hospital ships and settlers had guns mounted everywhere
Sailing the cryptic seas
Welcoming 2019 Pi day: How to draw the letter π?
How to change two letters closest to a string and one letter immediately after a string using notepad++
Can I get a Visa Waiver after spending 6 months in USA with B-2 Visa?
Instead of Universal Basic Income, why not Universal Basic NEEDS?
AG Cluster db upgrade by vendor
PTIJ: Who should I vote for? (21st Knesset Edition)
How do anti-virus programs start at Windows boot?
What options are left, if Britain cannot decide?
Python if-else code style for reduced code
What's causing this power spike in STM32 low power mode
How to explain that I do not want to visit a country due to personal safety concern?
How to terminate ping <URL> &
What should tie a collection of short-stories together?
It's a yearly task, alright
Could the Saturn V actually have launched astronauts around Venus?
How can I make assignment persist between sessions?
What is this large pipe coming out of my roof?
What approach do we need to follow for projects without a test environment?
An Accountant Seeks the Help of a Mathematician
Four prisoners wearing black and white hatsDeduce the numbers (addition + subtraction)Determine $X$ and $Y$: sum, difference and ratioSum, Product and DifferenceFind the identity of the four troll brothers4 Gridded Prime NumbersHow does the hit-man assassinate his target using only two questions?My Friend, 4 kids and gold and silver coinsA Counterfeit $100 Bill among 93 BillsRanking teacher salaries in the Republic of al'Alghaz
$begingroup$
The accountant complaints to the mathematician:
“I lent money to five other faculty members and still haven’t been paid back. You are one of them; the other four owe me 12 dollars altogether, but I don’t remember how much each person owes me separately.”
“Are the debts in whole dollars?”
“Yes. I do remember that the four other debts multiplied together equals your debt. Do you remember how much you owe me?”
“Yes, but I still haven’t figured out how much each of the other four owe you.”
“Wait! The statistician is the one who owes the least.”
“That does it. Now I know the amount of each debt.”
What are the debts and how did the mathematician determine them?
logical-deduction number-theory
New contributor
$endgroup$
add a comment |
$begingroup$
The accountant complaints to the mathematician:
“I lent money to five other faculty members and still haven’t been paid back. You are one of them; the other four owe me 12 dollars altogether, but I don’t remember how much each person owes me separately.”
“Are the debts in whole dollars?”
“Yes. I do remember that the four other debts multiplied together equals your debt. Do you remember how much you owe me?”
“Yes, but I still haven’t figured out how much each of the other four owe you.”
“Wait! The statistician is the one who owes the least.”
“That does it. Now I know the amount of each debt.”
What are the debts and how did the mathematician determine them?
logical-deduction number-theory
New contributor
$endgroup$
add a comment |
$begingroup$
The accountant complaints to the mathematician:
“I lent money to five other faculty members and still haven’t been paid back. You are one of them; the other four owe me 12 dollars altogether, but I don’t remember how much each person owes me separately.”
“Are the debts in whole dollars?”
“Yes. I do remember that the four other debts multiplied together equals your debt. Do you remember how much you owe me?”
“Yes, but I still haven’t figured out how much each of the other four owe you.”
“Wait! The statistician is the one who owes the least.”
“That does it. Now I know the amount of each debt.”
What are the debts and how did the mathematician determine them?
logical-deduction number-theory
New contributor
$endgroup$
The accountant complaints to the mathematician:
“I lent money to five other faculty members and still haven’t been paid back. You are one of them; the other four owe me 12 dollars altogether, but I don’t remember how much each person owes me separately.”
“Are the debts in whole dollars?”
“Yes. I do remember that the four other debts multiplied together equals your debt. Do you remember how much you owe me?”
“Yes, but I still haven’t figured out how much each of the other four owe you.”
“Wait! The statistician is the one who owes the least.”
“That does it. Now I know the amount of each debt.”
What are the debts and how did the mathematician determine them?
logical-deduction number-theory
logical-deduction number-theory
New contributor
New contributor
edited 23 hours ago
Hugh
2,26811127
2,26811127
New contributor
asked 23 hours ago
user13242352user13242352
443
443
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The mathematician owes
48 dollars
and the other faculty members owe
4, 4, 3 and 1 dollar.
Explanation:
We know the total debt of the other four faculty members is 12, so we're looking for partitions of 12 in four parts. Let's list them and compute the product (which would be the mathematician's debt):
Table:
9 + 1 + 1 + 1 = 12 --> 9
8 + 2 + 1 + 1 = 12 --> 16
7 + 3 + 1 + 1 = 12 --> 21
7 + 2 + 2 + 1 = 12 --> 28
6 + 4 + 1 + 1 = 12 --> 24
6 + 3 + 2 + 1 = 12 --> 36
6 + 2 + 2 + 2 = 12 --> 48
5 + 5 + 1 + 1 = 12 --> 25
5 + 4 + 2 + 1 = 12 --> 40
5 + 3 + 3 + 1 = 12 --> 45
5 + 3 + 2 + 2 = 12 --> 60
4 + 4 + 3 + 1 = 12 --> 48
4 + 4 + 2 + 2 = 12 --> 64
4 + 3 + 3 + 2 = 12 --> 72
3 + 3 + 3 + 3 = 12 --> 81
Now, the mathematician knows his own debt, so if he's unsure of the distribution of the others, there must be multiple partitions of 12 in four parts with a product equal to his debt. That's only the case for 48, which can be split as $6 times 2 times 2 times 2$ and $4 times 4 times 3 times 1$. Since there is a single least number among those (corresponding to the statistician's debt), it must be the second option.
$endgroup$
3
$begingroup$
Your explanation reminds me of the famous Clue scene: youtube.com/watch?v=O5ROhf5Soqs
$endgroup$
– Kevin
22 hours ago
add a comment |
$begingroup$
The mathematician owes
$48
Because
nothing is said that the individual debts are unique, only that the lowest one must be.
So any of the following distributions of debts by the four remaining are possible, and thus the following possibilities for what the mathematician owes:
1,2,2,7 → $28
1,2,3,6 → $36
1,2,4,5 → $40
1,3,3,5 → $45
1,3,4,4 → $48
Now the mathematician says at first that
the other totals are not known to them until the accountant mentions that the statistician owes the least, thus requiring there to be a distinct "least". Prior to that discovery, ...
The mathematician can't owe $45 because there is only one way to sum to 12 and multiply to 45.
The mathematician can't owe $36 because there is only one way to sum to 12 and multiply to 36.
The mathematician can't owe $28 because there is only one way to sum to 12 and multiply to 28.
The mathematician could owe $48 because 2,2,2,6 is another valid solution that sums to 12 and multiplies to 48, but is ruled out when the discovery is made.
$endgroup$
1
$begingroup$
In the second part, I think you are missing the possibility 2,3,3,4
$endgroup$
– Cain
17 hours ago
add a comment |
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: "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
);
);
user13242352 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f80680%2fan-accountant-seeks-the-help-of-a-mathematician%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 mathematician owes
48 dollars
and the other faculty members owe
4, 4, 3 and 1 dollar.
Explanation:
We know the total debt of the other four faculty members is 12, so we're looking for partitions of 12 in four parts. Let's list them and compute the product (which would be the mathematician's debt):
Table:
9 + 1 + 1 + 1 = 12 --> 9
8 + 2 + 1 + 1 = 12 --> 16
7 + 3 + 1 + 1 = 12 --> 21
7 + 2 + 2 + 1 = 12 --> 28
6 + 4 + 1 + 1 = 12 --> 24
6 + 3 + 2 + 1 = 12 --> 36
6 + 2 + 2 + 2 = 12 --> 48
5 + 5 + 1 + 1 = 12 --> 25
5 + 4 + 2 + 1 = 12 --> 40
5 + 3 + 3 + 1 = 12 --> 45
5 + 3 + 2 + 2 = 12 --> 60
4 + 4 + 3 + 1 = 12 --> 48
4 + 4 + 2 + 2 = 12 --> 64
4 + 3 + 3 + 2 = 12 --> 72
3 + 3 + 3 + 3 = 12 --> 81
Now, the mathematician knows his own debt, so if he's unsure of the distribution of the others, there must be multiple partitions of 12 in four parts with a product equal to his debt. That's only the case for 48, which can be split as $6 times 2 times 2 times 2$ and $4 times 4 times 3 times 1$. Since there is a single least number among those (corresponding to the statistician's debt), it must be the second option.
$endgroup$
3
$begingroup$
Your explanation reminds me of the famous Clue scene: youtube.com/watch?v=O5ROhf5Soqs
$endgroup$
– Kevin
22 hours ago
add a comment |
$begingroup$
The mathematician owes
48 dollars
and the other faculty members owe
4, 4, 3 and 1 dollar.
Explanation:
We know the total debt of the other four faculty members is 12, so we're looking for partitions of 12 in four parts. Let's list them and compute the product (which would be the mathematician's debt):
Table:
9 + 1 + 1 + 1 = 12 --> 9
8 + 2 + 1 + 1 = 12 --> 16
7 + 3 + 1 + 1 = 12 --> 21
7 + 2 + 2 + 1 = 12 --> 28
6 + 4 + 1 + 1 = 12 --> 24
6 + 3 + 2 + 1 = 12 --> 36
6 + 2 + 2 + 2 = 12 --> 48
5 + 5 + 1 + 1 = 12 --> 25
5 + 4 + 2 + 1 = 12 --> 40
5 + 3 + 3 + 1 = 12 --> 45
5 + 3 + 2 + 2 = 12 --> 60
4 + 4 + 3 + 1 = 12 --> 48
4 + 4 + 2 + 2 = 12 --> 64
4 + 3 + 3 + 2 = 12 --> 72
3 + 3 + 3 + 3 = 12 --> 81
Now, the mathematician knows his own debt, so if he's unsure of the distribution of the others, there must be multiple partitions of 12 in four parts with a product equal to his debt. That's only the case for 48, which can be split as $6 times 2 times 2 times 2$ and $4 times 4 times 3 times 1$. Since there is a single least number among those (corresponding to the statistician's debt), it must be the second option.
$endgroup$
3
$begingroup$
Your explanation reminds me of the famous Clue scene: youtube.com/watch?v=O5ROhf5Soqs
$endgroup$
– Kevin
22 hours ago
add a comment |
$begingroup$
The mathematician owes
48 dollars
and the other faculty members owe
4, 4, 3 and 1 dollar.
Explanation:
We know the total debt of the other four faculty members is 12, so we're looking for partitions of 12 in four parts. Let's list them and compute the product (which would be the mathematician's debt):
Table:
9 + 1 + 1 + 1 = 12 --> 9
8 + 2 + 1 + 1 = 12 --> 16
7 + 3 + 1 + 1 = 12 --> 21
7 + 2 + 2 + 1 = 12 --> 28
6 + 4 + 1 + 1 = 12 --> 24
6 + 3 + 2 + 1 = 12 --> 36
6 + 2 + 2 + 2 = 12 --> 48
5 + 5 + 1 + 1 = 12 --> 25
5 + 4 + 2 + 1 = 12 --> 40
5 + 3 + 3 + 1 = 12 --> 45
5 + 3 + 2 + 2 = 12 --> 60
4 + 4 + 3 + 1 = 12 --> 48
4 + 4 + 2 + 2 = 12 --> 64
4 + 3 + 3 + 2 = 12 --> 72
3 + 3 + 3 + 3 = 12 --> 81
Now, the mathematician knows his own debt, so if he's unsure of the distribution of the others, there must be multiple partitions of 12 in four parts with a product equal to his debt. That's only the case for 48, which can be split as $6 times 2 times 2 times 2$ and $4 times 4 times 3 times 1$. Since there is a single least number among those (corresponding to the statistician's debt), it must be the second option.
$endgroup$
The mathematician owes
48 dollars
and the other faculty members owe
4, 4, 3 and 1 dollar.
Explanation:
We know the total debt of the other four faculty members is 12, so we're looking for partitions of 12 in four parts. Let's list them and compute the product (which would be the mathematician's debt):
Table:
9 + 1 + 1 + 1 = 12 --> 9
8 + 2 + 1 + 1 = 12 --> 16
7 + 3 + 1 + 1 = 12 --> 21
7 + 2 + 2 + 1 = 12 --> 28
6 + 4 + 1 + 1 = 12 --> 24
6 + 3 + 2 + 1 = 12 --> 36
6 + 2 + 2 + 2 = 12 --> 48
5 + 5 + 1 + 1 = 12 --> 25
5 + 4 + 2 + 1 = 12 --> 40
5 + 3 + 3 + 1 = 12 --> 45
5 + 3 + 2 + 2 = 12 --> 60
4 + 4 + 3 + 1 = 12 --> 48
4 + 4 + 2 + 2 = 12 --> 64
4 + 3 + 3 + 2 = 12 --> 72
3 + 3 + 3 + 3 = 12 --> 81
Now, the mathematician knows his own debt, so if he's unsure of the distribution of the others, there must be multiple partitions of 12 in four parts with a product equal to his debt. That's only the case for 48, which can be split as $6 times 2 times 2 times 2$ and $4 times 4 times 3 times 1$. Since there is a single least number among those (corresponding to the statistician's debt), it must be the second option.
edited 19 hours ago
Yakk
1706
1706
answered 23 hours ago
GlorfindelGlorfindel
14k45185
14k45185
3
$begingroup$
Your explanation reminds me of the famous Clue scene: youtube.com/watch?v=O5ROhf5Soqs
$endgroup$
– Kevin
22 hours ago
add a comment |
3
$begingroup$
Your explanation reminds me of the famous Clue scene: youtube.com/watch?v=O5ROhf5Soqs
$endgroup$
– Kevin
22 hours ago
3
3
$begingroup$
Your explanation reminds me of the famous Clue scene: youtube.com/watch?v=O5ROhf5Soqs
$endgroup$
– Kevin
22 hours ago
$begingroup$
Your explanation reminds me of the famous Clue scene: youtube.com/watch?v=O5ROhf5Soqs
$endgroup$
– Kevin
22 hours ago
add a comment |
$begingroup$
The mathematician owes
$48
Because
nothing is said that the individual debts are unique, only that the lowest one must be.
So any of the following distributions of debts by the four remaining are possible, and thus the following possibilities for what the mathematician owes:
1,2,2,7 → $28
1,2,3,6 → $36
1,2,4,5 → $40
1,3,3,5 → $45
1,3,4,4 → $48
Now the mathematician says at first that
the other totals are not known to them until the accountant mentions that the statistician owes the least, thus requiring there to be a distinct "least". Prior to that discovery, ...
The mathematician can't owe $45 because there is only one way to sum to 12 and multiply to 45.
The mathematician can't owe $36 because there is only one way to sum to 12 and multiply to 36.
The mathematician can't owe $28 because there is only one way to sum to 12 and multiply to 28.
The mathematician could owe $48 because 2,2,2,6 is another valid solution that sums to 12 and multiplies to 48, but is ruled out when the discovery is made.
$endgroup$
1
$begingroup$
In the second part, I think you are missing the possibility 2,3,3,4
$endgroup$
– Cain
17 hours ago
add a comment |
$begingroup$
The mathematician owes
$48
Because
nothing is said that the individual debts are unique, only that the lowest one must be.
So any of the following distributions of debts by the four remaining are possible, and thus the following possibilities for what the mathematician owes:
1,2,2,7 → $28
1,2,3,6 → $36
1,2,4,5 → $40
1,3,3,5 → $45
1,3,4,4 → $48
Now the mathematician says at first that
the other totals are not known to them until the accountant mentions that the statistician owes the least, thus requiring there to be a distinct "least". Prior to that discovery, ...
The mathematician can't owe $45 because there is only one way to sum to 12 and multiply to 45.
The mathematician can't owe $36 because there is only one way to sum to 12 and multiply to 36.
The mathematician can't owe $28 because there is only one way to sum to 12 and multiply to 28.
The mathematician could owe $48 because 2,2,2,6 is another valid solution that sums to 12 and multiplies to 48, but is ruled out when the discovery is made.
$endgroup$
1
$begingroup$
In the second part, I think you are missing the possibility 2,3,3,4
$endgroup$
– Cain
17 hours ago
add a comment |
$begingroup$
The mathematician owes
$48
Because
nothing is said that the individual debts are unique, only that the lowest one must be.
So any of the following distributions of debts by the four remaining are possible, and thus the following possibilities for what the mathematician owes:
1,2,2,7 → $28
1,2,3,6 → $36
1,2,4,5 → $40
1,3,3,5 → $45
1,3,4,4 → $48
Now the mathematician says at first that
the other totals are not known to them until the accountant mentions that the statistician owes the least, thus requiring there to be a distinct "least". Prior to that discovery, ...
The mathematician can't owe $45 because there is only one way to sum to 12 and multiply to 45.
The mathematician can't owe $36 because there is only one way to sum to 12 and multiply to 36.
The mathematician can't owe $28 because there is only one way to sum to 12 and multiply to 28.
The mathematician could owe $48 because 2,2,2,6 is another valid solution that sums to 12 and multiplies to 48, but is ruled out when the discovery is made.
$endgroup$
The mathematician owes
$48
Because
nothing is said that the individual debts are unique, only that the lowest one must be.
So any of the following distributions of debts by the four remaining are possible, and thus the following possibilities for what the mathematician owes:
1,2,2,7 → $28
1,2,3,6 → $36
1,2,4,5 → $40
1,3,3,5 → $45
1,3,4,4 → $48
Now the mathematician says at first that
the other totals are not known to them until the accountant mentions that the statistician owes the least, thus requiring there to be a distinct "least". Prior to that discovery, ...
The mathematician can't owe $45 because there is only one way to sum to 12 and multiply to 45.
The mathematician can't owe $36 because there is only one way to sum to 12 and multiply to 36.
The mathematician can't owe $28 because there is only one way to sum to 12 and multiply to 28.
The mathematician could owe $48 because 2,2,2,6 is another valid solution that sums to 12 and multiplies to 48, but is ruled out when the discovery is made.
answered 23 hours ago
Rubio♦Rubio
29.8k566184
29.8k566184
1
$begingroup$
In the second part, I think you are missing the possibility 2,3,3,4
$endgroup$
– Cain
17 hours ago
add a comment |
1
$begingroup$
In the second part, I think you are missing the possibility 2,3,3,4
$endgroup$
– Cain
17 hours ago
1
1
$begingroup$
In the second part, I think you are missing the possibility 2,3,3,4
$endgroup$
– Cain
17 hours ago
$begingroup$
In the second part, I think you are missing the possibility 2,3,3,4
$endgroup$
– Cain
17 hours ago
add a comment |
user13242352 is a new contributor. Be nice, and check out our Code of Conduct.
user13242352 is a new contributor. Be nice, and check out our Code of Conduct.
user13242352 is a new contributor. Be nice, and check out our Code of Conduct.
user13242352 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f80680%2fan-accountant-seeks-the-help-of-a-mathematician%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