Combinations and Permutations. Number of integer solutions Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Determine the number of positive integer x where $xleq 9,999,999$ and the sum of the digits in x equals 31.Combinations Integer Solutions to InequalitiesInteger Solutions for InequalitySlack variable and counting integer solutionsPermutations and combinations - number of solutionsHow many positive integer solutions are there to $x_1+x_2+x_3+x_4<100?$integer solutions combinationsHow many integer solutions are there to the inequality $x_1 + x_2 + x_3 leq 17$ if we require that $x_1 geq 1$, $x_2 geq 2$, $x_3 geq 3$?Combinatorics: Number of Integer Solutions for $x_1 + x_2 + x_3 + x_4 + x_5 + x_6 < 56$?How many integer solutions are there for $x_1+x_2+x_3+x_4+x_5=75$, with $1 leq i leq 5, x_1=x_5$?
Single author papers against my advisor's will?
Cold is to Refrigerator as warm is to?
How does modal jazz use chord progressions?
Should you tell Jews they are breaking a commandment?
What's the difference between (size_t)-1 and ~0?
Writing Thesis: Copying from published papers
Is there folklore associating late breastfeeding with low intelligence and/or gullibility?
If A makes B more likely then B makes A more likely"
When is phishing education going too far?
Working around an AWS network ACL rule limit
Who can trigger ship-wide alerts in Star Trek?
Do we know why communications with Beresheet and NASA were lost during the attempted landing of the Moon lander?
Simulating Exploding Dice
Stars Make Stars
What can I do if my MacBook isn’t charging but already ran out?
Strange behaviour of Check
What's the point in a preamp?
Passing functions in C++
Can the prologue be the backstory of your main character?
What is the electric potential inside a point charge?
Autumning in love
Fishing simulator
Using "nakedly" instead of "with nothing on"
Cauchy Sequence Characterized only By Directly Neighbouring Sequence Members
Combinations and Permutations. Number of integer solutions
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Determine the number of positive integer x where $xleq 9,999,999$ and the sum of the digits in x equals 31.Combinations Integer Solutions to InequalitiesInteger Solutions for InequalitySlack variable and counting integer solutionsPermutations and combinations - number of solutionsHow many positive integer solutions are there to $x_1+x_2+x_3+x_4<100?$integer solutions combinationsHow many integer solutions are there to the inequality $x_1 + x_2 + x_3 leq 17$ if we require that $x_1 geq 1$, $x_2 geq 2$, $x_3 geq 3$?Combinatorics: Number of Integer Solutions for $x_1 + x_2 + x_3 + x_4 + x_5 + x_6 < 56$?How many integer solutions are there for $x_1+x_2+x_3+x_4+x_5=75$, with $1 leq i leq 5, x_1=x_5$?
$begingroup$
Question: How many integer solutions of
$x_1 + x_2 + x_3 + x_4 = 17$
Satisfy:
$x_1 ge 0 , x_2 ge 1, x_3 ge 2, x_4 ge 3text ?$
Answer: C(11 + 4 -1, 4-1)
This is the answer the textbook has, can anyone explain how they got that?
Thanks
permutations combinations
$endgroup$
add a comment |
$begingroup$
Question: How many integer solutions of
$x_1 + x_2 + x_3 + x_4 = 17$
Satisfy:
$x_1 ge 0 , x_2 ge 1, x_3 ge 2, x_4 ge 3text ?$
Answer: C(11 + 4 -1, 4-1)
This is the answer the textbook has, can anyone explain how they got that?
Thanks
permutations combinations
$endgroup$
add a comment |
$begingroup$
Question: How many integer solutions of
$x_1 + x_2 + x_3 + x_4 = 17$
Satisfy:
$x_1 ge 0 , x_2 ge 1, x_3 ge 2, x_4 ge 3text ?$
Answer: C(11 + 4 -1, 4-1)
This is the answer the textbook has, can anyone explain how they got that?
Thanks
permutations combinations
$endgroup$
Question: How many integer solutions of
$x_1 + x_2 + x_3 + x_4 = 17$
Satisfy:
$x_1 ge 0 , x_2 ge 1, x_3 ge 2, x_4 ge 3text ?$
Answer: C(11 + 4 -1, 4-1)
This is the answer the textbook has, can anyone explain how they got that?
Thanks
permutations combinations
permutations combinations
edited Oct 29 '13 at 1:10
Michael Hardy
1
1
asked Oct 29 '13 at 0:16
asdfasdf
136113
136113
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Let $x_2'=x_2-1$, $x_3'=x_3-2$, $x_4'=x_4-3$. We may then rewrite your equation as $$x_1+(x_2'+1)+(x_3'+2)+(x_4'+3)ge 17$$
which we may rewrite again as $$x_1+x_2'+x_3'+x_4'ge 11$$
Only now $x_1, x_2', x_3',x_4'$ are arbitrary nonnegative integers. These are weak compositions of $11$ into $4$ parts, which are given by $$11+4-1choose 4-1$$
$endgroup$
add a comment |
$begingroup$
Take $17$ identical marbles.
Temporarily put $6$ of the marbles aside, leaving $11$.
Add $3$ identical dividers to the $11$ marbles.
These $14$ items can be arranged in $14!$ way. Divide by $3!$ and $11!$, because the marbles and dividers are indistinguishable. There are thus $$frac14!3!cdot 11!$$
different arrangements
Now put $1$ of the removed marbles after the first divider, $2$ after the second, and the last $3$ after the third divider. The marble counts represent all the integer solutions to the original equation.
$endgroup$
add a comment |
Your Answer
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%2f543529%2fcombinations-and-permutations-number-of-integer-solutions%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$
Let $x_2'=x_2-1$, $x_3'=x_3-2$, $x_4'=x_4-3$. We may then rewrite your equation as $$x_1+(x_2'+1)+(x_3'+2)+(x_4'+3)ge 17$$
which we may rewrite again as $$x_1+x_2'+x_3'+x_4'ge 11$$
Only now $x_1, x_2', x_3',x_4'$ are arbitrary nonnegative integers. These are weak compositions of $11$ into $4$ parts, which are given by $$11+4-1choose 4-1$$
$endgroup$
add a comment |
$begingroup$
Let $x_2'=x_2-1$, $x_3'=x_3-2$, $x_4'=x_4-3$. We may then rewrite your equation as $$x_1+(x_2'+1)+(x_3'+2)+(x_4'+3)ge 17$$
which we may rewrite again as $$x_1+x_2'+x_3'+x_4'ge 11$$
Only now $x_1, x_2', x_3',x_4'$ are arbitrary nonnegative integers. These are weak compositions of $11$ into $4$ parts, which are given by $$11+4-1choose 4-1$$
$endgroup$
add a comment |
$begingroup$
Let $x_2'=x_2-1$, $x_3'=x_3-2$, $x_4'=x_4-3$. We may then rewrite your equation as $$x_1+(x_2'+1)+(x_3'+2)+(x_4'+3)ge 17$$
which we may rewrite again as $$x_1+x_2'+x_3'+x_4'ge 11$$
Only now $x_1, x_2', x_3',x_4'$ are arbitrary nonnegative integers. These are weak compositions of $11$ into $4$ parts, which are given by $$11+4-1choose 4-1$$
$endgroup$
Let $x_2'=x_2-1$, $x_3'=x_3-2$, $x_4'=x_4-3$. We may then rewrite your equation as $$x_1+(x_2'+1)+(x_3'+2)+(x_4'+3)ge 17$$
which we may rewrite again as $$x_1+x_2'+x_3'+x_4'ge 11$$
Only now $x_1, x_2', x_3',x_4'$ are arbitrary nonnegative integers. These are weak compositions of $11$ into $4$ parts, which are given by $$11+4-1choose 4-1$$
answered Oct 29 '13 at 0:19
vadim123vadim123
76.6k897191
76.6k897191
add a comment |
add a comment |
$begingroup$
Take $17$ identical marbles.
Temporarily put $6$ of the marbles aside, leaving $11$.
Add $3$ identical dividers to the $11$ marbles.
These $14$ items can be arranged in $14!$ way. Divide by $3!$ and $11!$, because the marbles and dividers are indistinguishable. There are thus $$frac14!3!cdot 11!$$
different arrangements
Now put $1$ of the removed marbles after the first divider, $2$ after the second, and the last $3$ after the third divider. The marble counts represent all the integer solutions to the original equation.
$endgroup$
add a comment |
$begingroup$
Take $17$ identical marbles.
Temporarily put $6$ of the marbles aside, leaving $11$.
Add $3$ identical dividers to the $11$ marbles.
These $14$ items can be arranged in $14!$ way. Divide by $3!$ and $11!$, because the marbles and dividers are indistinguishable. There are thus $$frac14!3!cdot 11!$$
different arrangements
Now put $1$ of the removed marbles after the first divider, $2$ after the second, and the last $3$ after the third divider. The marble counts represent all the integer solutions to the original equation.
$endgroup$
add a comment |
$begingroup$
Take $17$ identical marbles.
Temporarily put $6$ of the marbles aside, leaving $11$.
Add $3$ identical dividers to the $11$ marbles.
These $14$ items can be arranged in $14!$ way. Divide by $3!$ and $11!$, because the marbles and dividers are indistinguishable. There are thus $$frac14!3!cdot 11!$$
different arrangements
Now put $1$ of the removed marbles after the first divider, $2$ after the second, and the last $3$ after the third divider. The marble counts represent all the integer solutions to the original equation.
$endgroup$
Take $17$ identical marbles.
Temporarily put $6$ of the marbles aside, leaving $11$.
Add $3$ identical dividers to the $11$ marbles.
These $14$ items can be arranged in $14!$ way. Divide by $3!$ and $11!$, because the marbles and dividers are indistinguishable. There are thus $$frac14!3!cdot 11!$$
different arrangements
Now put $1$ of the removed marbles after the first divider, $2$ after the second, and the last $3$ after the third divider. The marble counts represent all the integer solutions to the original equation.
answered Oct 29 '13 at 1:23
DJohnMDJohnM
3,2241815
3,2241815
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%2f543529%2fcombinations-and-permutations-number-of-integer-solutions%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