Split $151$ cakes amongst $3$ peopleCombinatorics Split X apples between Y people (with a twist)Formula for Combinations With Replacementunlimited combinationDistributing dimes to 2 groups of people such that each member of one group gets at least onecalculating probability, people in a rowHow many ways can you distribute k different items among n different people if all the items must be shared between r people?Combination with repetition/replacement formulaPlacing 8 people around a table so that 2 people never sit togetherIs there a relation between the triangular numbers and the combinations with repetition?How many ways are there to split $10$ people into two groups of $5$?
Create chunks from an array
Is it appropriate to ask a former professor to order a library book for me through ILL?
What exactly is the meaning of "fine wine"?
Does the US political system, in principle, allow for a no-party system?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
Can I negotiate a patent idea for a raise, under French law?
Why is there an extra space when I type "ls" on the Desktop?
Paper published similar to PhD thesis
Insult for someone who "doesn't know anything"
What is Tony Stark injecting into himself in Iron Man 3?
Help! My Character is too much for her story!
Too soon for a plot twist?
Giving a talk in my old university, how prominently should I tell students my salary?
What can I do if someone tampers with my SSH public key?
What does *dead* mean in *What do you mean, dead?*?
Is there a math expression equivalent to the conditional ternary operator?
Is this Paypal Github SDK reference really a dangerous site?
Will the concrete slab in a partially heated shed conduct a lot of heat to the unconditioned area?
How can I have x-axis ticks that show ticks scaled in powers of ten?
How to make sure I'm assertive enough in contact with subordinates?
Why does a car's steering wheel get lighter with increasing speed
Having the player face themselves after the mid-game
Does an unused member variable take up memory?
Why is my explanation wrong?
Split $151$ cakes amongst $3$ people
Combinatorics Split X apples between Y people (with a twist)Formula for Combinations With Replacementunlimited combinationDistributing dimes to 2 groups of people such that each member of one group gets at least onecalculating probability, people in a rowHow many ways can you distribute k different items among n different people if all the items must be shared between r people?Combination with repetition/replacement formulaPlacing 8 people around a table so that 2 people never sit togetherIs there a relation between the triangular numbers and the combinations with repetition?How many ways are there to split $10$ people into two groups of $5$?
$begingroup$
$151$ cakes shall be split amongst $3$ people under the condition that no one must have more than $75$. How many combinations are possible?
The solution is $$binom 3+74-13-1$$
which is exactly a combination with replacement.
I don't understand why the number of cakes can be reduced to $74$. There must be some kind of bijectivity between splitting $151$ cakes and the $74$ I don't see.
combinatorics
$endgroup$
add a comment |
$begingroup$
$151$ cakes shall be split amongst $3$ people under the condition that no one must have more than $75$. How many combinations are possible?
The solution is $$binom 3+74-13-1$$
which is exactly a combination with replacement.
I don't understand why the number of cakes can be reduced to $74$. There must be some kind of bijectivity between splitting $151$ cakes and the $74$ I don't see.
combinatorics
$endgroup$
add a comment |
$begingroup$
$151$ cakes shall be split amongst $3$ people under the condition that no one must have more than $75$. How many combinations are possible?
The solution is $$binom 3+74-13-1$$
which is exactly a combination with replacement.
I don't understand why the number of cakes can be reduced to $74$. There must be some kind of bijectivity between splitting $151$ cakes and the $74$ I don't see.
combinatorics
$endgroup$
$151$ cakes shall be split amongst $3$ people under the condition that no one must have more than $75$. How many combinations are possible?
The solution is $$binom 3+74-13-1$$
which is exactly a combination with replacement.
I don't understand why the number of cakes can be reduced to $74$. There must be some kind of bijectivity between splitting $151$ cakes and the $74$ I don't see.
combinatorics
combinatorics
edited yesterday
Asaf Karagila♦
306k33437768
306k33437768
asked yesterday
EpsilonDeltaEpsilonDelta
6921615
6921615
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The solutions of the system :
$$
x_1 + x_2 + x_3 = 151 : 0 leq x_1,x_2,x_3 leq 75 \
$$
is in one-one correspondence with the solutions of the system :
$$
(75 - x_1) + (75 - x_2) + (75 - x_3) = 3 times 75 - 151 : 0 leq x_1,x_2,x_3 leq 75
$$
Which after the change of variable $y_i = 75-x_i$ becomes (since $colorblue75times3 - 151 = 74$):
$$
y_1+y_2+y_3 = 74 : 0 leq y_1,y_2,y_3 leq 75
$$
which by non-negativity has the same solutions as :
$$
y_1+y_2+y_3 = 74 : 0 leq y_i forall i
$$
Now, play the stars-and-bars game to find the number of solutions of this equation.
$endgroup$
add a comment |
$begingroup$
"There are no coincidences in mathematics."
The number of possibilities is like choosing two numbers from 75 (with replacement). Hence it is $$left(!!!binom752!!!right)=binom75+2-12=binom74+3-13-1$$
This requires some explanation: There is only one way of combining the two numbers to give three numbers less than $75$. For example, if you choose $a$ and $b$, with $age b$, and think of 75 as being split into $a+(75-a)$ and $b+(75-b)$; then combine them to give three acceptable numbers as $a+(75-a+b)+(75-b+1)=151$.
$endgroup$
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: "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
);
);
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%2fmath.stackexchange.com%2fquestions%2f3139067%2fsplit-151-cakes-amongst-3-people%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 solutions of the system :
$$
x_1 + x_2 + x_3 = 151 : 0 leq x_1,x_2,x_3 leq 75 \
$$
is in one-one correspondence with the solutions of the system :
$$
(75 - x_1) + (75 - x_2) + (75 - x_3) = 3 times 75 - 151 : 0 leq x_1,x_2,x_3 leq 75
$$
Which after the change of variable $y_i = 75-x_i$ becomes (since $colorblue75times3 - 151 = 74$):
$$
y_1+y_2+y_3 = 74 : 0 leq y_1,y_2,y_3 leq 75
$$
which by non-negativity has the same solutions as :
$$
y_1+y_2+y_3 = 74 : 0 leq y_i forall i
$$
Now, play the stars-and-bars game to find the number of solutions of this equation.
$endgroup$
add a comment |
$begingroup$
The solutions of the system :
$$
x_1 + x_2 + x_3 = 151 : 0 leq x_1,x_2,x_3 leq 75 \
$$
is in one-one correspondence with the solutions of the system :
$$
(75 - x_1) + (75 - x_2) + (75 - x_3) = 3 times 75 - 151 : 0 leq x_1,x_2,x_3 leq 75
$$
Which after the change of variable $y_i = 75-x_i$ becomes (since $colorblue75times3 - 151 = 74$):
$$
y_1+y_2+y_3 = 74 : 0 leq y_1,y_2,y_3 leq 75
$$
which by non-negativity has the same solutions as :
$$
y_1+y_2+y_3 = 74 : 0 leq y_i forall i
$$
Now, play the stars-and-bars game to find the number of solutions of this equation.
$endgroup$
add a comment |
$begingroup$
The solutions of the system :
$$
x_1 + x_2 + x_3 = 151 : 0 leq x_1,x_2,x_3 leq 75 \
$$
is in one-one correspondence with the solutions of the system :
$$
(75 - x_1) + (75 - x_2) + (75 - x_3) = 3 times 75 - 151 : 0 leq x_1,x_2,x_3 leq 75
$$
Which after the change of variable $y_i = 75-x_i$ becomes (since $colorblue75times3 - 151 = 74$):
$$
y_1+y_2+y_3 = 74 : 0 leq y_1,y_2,y_3 leq 75
$$
which by non-negativity has the same solutions as :
$$
y_1+y_2+y_3 = 74 : 0 leq y_i forall i
$$
Now, play the stars-and-bars game to find the number of solutions of this equation.
$endgroup$
The solutions of the system :
$$
x_1 + x_2 + x_3 = 151 : 0 leq x_1,x_2,x_3 leq 75 \
$$
is in one-one correspondence with the solutions of the system :
$$
(75 - x_1) + (75 - x_2) + (75 - x_3) = 3 times 75 - 151 : 0 leq x_1,x_2,x_3 leq 75
$$
Which after the change of variable $y_i = 75-x_i$ becomes (since $colorblue75times3 - 151 = 74$):
$$
y_1+y_2+y_3 = 74 : 0 leq y_1,y_2,y_3 leq 75
$$
which by non-negativity has the same solutions as :
$$
y_1+y_2+y_3 = 74 : 0 leq y_i forall i
$$
Now, play the stars-and-bars game to find the number of solutions of this equation.
answered yesterday
астон вілла олоф мэллбэргастон вілла олоф мэллбэрг
39.1k33477
39.1k33477
add a comment |
add a comment |
$begingroup$
"There are no coincidences in mathematics."
The number of possibilities is like choosing two numbers from 75 (with replacement). Hence it is $$left(!!!binom752!!!right)=binom75+2-12=binom74+3-13-1$$
This requires some explanation: There is only one way of combining the two numbers to give three numbers less than $75$. For example, if you choose $a$ and $b$, with $age b$, and think of 75 as being split into $a+(75-a)$ and $b+(75-b)$; then combine them to give three acceptable numbers as $a+(75-a+b)+(75-b+1)=151$.
$endgroup$
add a comment |
$begingroup$
"There are no coincidences in mathematics."
The number of possibilities is like choosing two numbers from 75 (with replacement). Hence it is $$left(!!!binom752!!!right)=binom75+2-12=binom74+3-13-1$$
This requires some explanation: There is only one way of combining the two numbers to give three numbers less than $75$. For example, if you choose $a$ and $b$, with $age b$, and think of 75 as being split into $a+(75-a)$ and $b+(75-b)$; then combine them to give three acceptable numbers as $a+(75-a+b)+(75-b+1)=151$.
$endgroup$
add a comment |
$begingroup$
"There are no coincidences in mathematics."
The number of possibilities is like choosing two numbers from 75 (with replacement). Hence it is $$left(!!!binom752!!!right)=binom75+2-12=binom74+3-13-1$$
This requires some explanation: There is only one way of combining the two numbers to give three numbers less than $75$. For example, if you choose $a$ and $b$, with $age b$, and think of 75 as being split into $a+(75-a)$ and $b+(75-b)$; then combine them to give three acceptable numbers as $a+(75-a+b)+(75-b+1)=151$.
$endgroup$
"There are no coincidences in mathematics."
The number of possibilities is like choosing two numbers from 75 (with replacement). Hence it is $$left(!!!binom752!!!right)=binom75+2-12=binom74+3-13-1$$
This requires some explanation: There is only one way of combining the two numbers to give three numbers less than $75$. For example, if you choose $a$ and $b$, with $age b$, and think of 75 as being split into $a+(75-a)$ and $b+(75-b)$; then combine them to give three acceptable numbers as $a+(75-a+b)+(75-b+1)=151$.
edited 18 hours ago
answered yesterday
ChrystomathChrystomath
1,388512
1,388512
add a comment |
add a comment |
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.
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%2fmath.stackexchange.com%2fquestions%2f3139067%2fsplit-151-cakes-amongst-3-people%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