I have this types $P(n,r)$, $C(n,r)$, $C(n+r-1,r)$ confusing

Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I have
$$ P(n,r) = fracn!(n-r)!, qquad
C(n,r) = fracn!r!(n-r)!, qquad
C(n+r-1,r) = frac(n+r-1)!r!(n-1)!.$$
Okay, how to get understand those, because I confusing. Let me help me with an exercise because I can't get which one of those are.
There is a student which has 3 lessons A, B, C and he has 30 days total. For every lesson he can give 5 until 15 days (with not playing role which exactly are). With which can give his time?
I will not do the $P(n,r)$ because I think it should play role the days. I am not sure. Could you help me with it?
discrete-mathematics
add a comment |Â
up vote
-1
down vote
favorite
I have
$$ P(n,r) = fracn!(n-r)!, qquad
C(n,r) = fracn!r!(n-r)!, qquad
C(n+r-1,r) = frac(n+r-1)!r!(n-1)!.$$
Okay, how to get understand those, because I confusing. Let me help me with an exercise because I can't get which one of those are.
There is a student which has 3 lessons A, B, C and he has 30 days total. For every lesson he can give 5 until 15 days (with not playing role which exactly are). With which can give his time?
I will not do the $P(n,r)$ because I think it should play role the days. I am not sure. Could you help me with it?
discrete-mathematics
they're the mathematical definitions of permutation and combinations. Do you understand these concepts?
â user29418
Sep 10 at 19:28
yes ofcourse i understand this but when i have exercises i am not get it
â m.s
Sep 10 at 19:28
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have
$$ P(n,r) = fracn!(n-r)!, qquad
C(n,r) = fracn!r!(n-r)!, qquad
C(n+r-1,r) = frac(n+r-1)!r!(n-1)!.$$
Okay, how to get understand those, because I confusing. Let me help me with an exercise because I can't get which one of those are.
There is a student which has 3 lessons A, B, C and he has 30 days total. For every lesson he can give 5 until 15 days (with not playing role which exactly are). With which can give his time?
I will not do the $P(n,r)$ because I think it should play role the days. I am not sure. Could you help me with it?
discrete-mathematics
I have
$$ P(n,r) = fracn!(n-r)!, qquad
C(n,r) = fracn!r!(n-r)!, qquad
C(n+r-1,r) = frac(n+r-1)!r!(n-1)!.$$
Okay, how to get understand those, because I confusing. Let me help me with an exercise because I can't get which one of those are.
There is a student which has 3 lessons A, B, C and he has 30 days total. For every lesson he can give 5 until 15 days (with not playing role which exactly are). With which can give his time?
I will not do the $P(n,r)$ because I think it should play role the days. I am not sure. Could you help me with it?
discrete-mathematics
discrete-mathematics
edited Sep 10 at 19:33
Sangchul Lee
86.5k12155255
86.5k12155255
asked Sep 10 at 19:24
m.s
394
394
they're the mathematical definitions of permutation and combinations. Do you understand these concepts?
â user29418
Sep 10 at 19:28
yes ofcourse i understand this but when i have exercises i am not get it
â m.s
Sep 10 at 19:28
add a comment |Â
they're the mathematical definitions of permutation and combinations. Do you understand these concepts?
â user29418
Sep 10 at 19:28
yes ofcourse i understand this but when i have exercises i am not get it
â m.s
Sep 10 at 19:28
they're the mathematical definitions of permutation and combinations. Do you understand these concepts?
â user29418
Sep 10 at 19:28
they're the mathematical definitions of permutation and combinations. Do you understand these concepts?
â user29418
Sep 10 at 19:28
yes ofcourse i understand this but when i have exercises i am not get it
â m.s
Sep 10 at 19:28
yes ofcourse i understand this but when i have exercises i am not get it
â m.s
Sep 10 at 19:28
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
$P(n,r)$ is the number of ways to pick $r$ items out of $n$ while noting the order. Imagine filling in numbers $1$ through $r$ into some subset of $n$ boxes.
$C(n,r)$ is the number of ways to pick $r$ items out of $n$ without noting the order. Imagine ticking $r$ out of $n$ boxes.
$C(n+r-1,r)$ is the number of ways to partition the number $r$ into $n$ summands, noting the order of summands. You can also think of this as follows: you have $r$ âÂÂsummandâ boxes and $n-1$ âÂÂseparatorâ boxes. Use the formula above to count the ways of arranging these boxes. Then count the number of boxes between the separators. Each run from one separator to the next forms one summand. And the run from the beginning to the first separator, and from the last separator to the end, form another two summands, for a total of $(n-1)+1=n$ distinct runs, i.e. $n$ summands.
So now you want to split the 30 days they have into categories $A,B,C$. That would be $C(32,30)$. But you want each category to be at least $5$ and at most $15$. So subtract $5$ from each and you are partitioning $30-3times 5=15$ using $C(17,15)$. But then you still have scenarios where one of your categories has more than $10$. How many? Well, if $A$ has at least $11$, then there are $4$ more to distribute to $B,C$ so you have $C(6,4)$. Same for when $B$ or $C$ has at least $11$.
Total count is ways to have $5$ in each categroy, minus ways where the limit of $15$ is exceeded. Can you come up with the formula now?
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
$P(n,r)$ is the number of ways to pick $r$ items out of $n$ while noting the order. Imagine filling in numbers $1$ through $r$ into some subset of $n$ boxes.
$C(n,r)$ is the number of ways to pick $r$ items out of $n$ without noting the order. Imagine ticking $r$ out of $n$ boxes.
$C(n+r-1,r)$ is the number of ways to partition the number $r$ into $n$ summands, noting the order of summands. You can also think of this as follows: you have $r$ âÂÂsummandâ boxes and $n-1$ âÂÂseparatorâ boxes. Use the formula above to count the ways of arranging these boxes. Then count the number of boxes between the separators. Each run from one separator to the next forms one summand. And the run from the beginning to the first separator, and from the last separator to the end, form another two summands, for a total of $(n-1)+1=n$ distinct runs, i.e. $n$ summands.
So now you want to split the 30 days they have into categories $A,B,C$. That would be $C(32,30)$. But you want each category to be at least $5$ and at most $15$. So subtract $5$ from each and you are partitioning $30-3times 5=15$ using $C(17,15)$. But then you still have scenarios where one of your categories has more than $10$. How many? Well, if $A$ has at least $11$, then there are $4$ more to distribute to $B,C$ so you have $C(6,4)$. Same for when $B$ or $C$ has at least $11$.
Total count is ways to have $5$ in each categroy, minus ways where the limit of $15$ is exceeded. Can you come up with the formula now?
add a comment |Â
up vote
1
down vote
accepted
$P(n,r)$ is the number of ways to pick $r$ items out of $n$ while noting the order. Imagine filling in numbers $1$ through $r$ into some subset of $n$ boxes.
$C(n,r)$ is the number of ways to pick $r$ items out of $n$ without noting the order. Imagine ticking $r$ out of $n$ boxes.
$C(n+r-1,r)$ is the number of ways to partition the number $r$ into $n$ summands, noting the order of summands. You can also think of this as follows: you have $r$ âÂÂsummandâ boxes and $n-1$ âÂÂseparatorâ boxes. Use the formula above to count the ways of arranging these boxes. Then count the number of boxes between the separators. Each run from one separator to the next forms one summand. And the run from the beginning to the first separator, and from the last separator to the end, form another two summands, for a total of $(n-1)+1=n$ distinct runs, i.e. $n$ summands.
So now you want to split the 30 days they have into categories $A,B,C$. That would be $C(32,30)$. But you want each category to be at least $5$ and at most $15$. So subtract $5$ from each and you are partitioning $30-3times 5=15$ using $C(17,15)$. But then you still have scenarios where one of your categories has more than $10$. How many? Well, if $A$ has at least $11$, then there are $4$ more to distribute to $B,C$ so you have $C(6,4)$. Same for when $B$ or $C$ has at least $11$.
Total count is ways to have $5$ in each categroy, minus ways where the limit of $15$ is exceeded. Can you come up with the formula now?
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
$P(n,r)$ is the number of ways to pick $r$ items out of $n$ while noting the order. Imagine filling in numbers $1$ through $r$ into some subset of $n$ boxes.
$C(n,r)$ is the number of ways to pick $r$ items out of $n$ without noting the order. Imagine ticking $r$ out of $n$ boxes.
$C(n+r-1,r)$ is the number of ways to partition the number $r$ into $n$ summands, noting the order of summands. You can also think of this as follows: you have $r$ âÂÂsummandâ boxes and $n-1$ âÂÂseparatorâ boxes. Use the formula above to count the ways of arranging these boxes. Then count the number of boxes between the separators. Each run from one separator to the next forms one summand. And the run from the beginning to the first separator, and from the last separator to the end, form another two summands, for a total of $(n-1)+1=n$ distinct runs, i.e. $n$ summands.
So now you want to split the 30 days they have into categories $A,B,C$. That would be $C(32,30)$. But you want each category to be at least $5$ and at most $15$. So subtract $5$ from each and you are partitioning $30-3times 5=15$ using $C(17,15)$. But then you still have scenarios where one of your categories has more than $10$. How many? Well, if $A$ has at least $11$, then there are $4$ more to distribute to $B,C$ so you have $C(6,4)$. Same for when $B$ or $C$ has at least $11$.
Total count is ways to have $5$ in each categroy, minus ways where the limit of $15$ is exceeded. Can you come up with the formula now?
$P(n,r)$ is the number of ways to pick $r$ items out of $n$ while noting the order. Imagine filling in numbers $1$ through $r$ into some subset of $n$ boxes.
$C(n,r)$ is the number of ways to pick $r$ items out of $n$ without noting the order. Imagine ticking $r$ out of $n$ boxes.
$C(n+r-1,r)$ is the number of ways to partition the number $r$ into $n$ summands, noting the order of summands. You can also think of this as follows: you have $r$ âÂÂsummandâ boxes and $n-1$ âÂÂseparatorâ boxes. Use the formula above to count the ways of arranging these boxes. Then count the number of boxes between the separators. Each run from one separator to the next forms one summand. And the run from the beginning to the first separator, and from the last separator to the end, form another two summands, for a total of $(n-1)+1=n$ distinct runs, i.e. $n$ summands.
So now you want to split the 30 days they have into categories $A,B,C$. That would be $C(32,30)$. But you want each category to be at least $5$ and at most $15$. So subtract $5$ from each and you are partitioning $30-3times 5=15$ using $C(17,15)$. But then you still have scenarios where one of your categories has more than $10$. How many? Well, if $A$ has at least $11$, then there are $4$ more to distribute to $B,C$ so you have $C(6,4)$. Same for when $B$ or $C$ has at least $11$.
Total count is ways to have $5$ in each categroy, minus ways where the limit of $15$ is exceeded. Can you come up with the formula now?
answered Sep 10 at 22:59
MvG
29.9k44597
29.9k44597
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2912261%2fi-have-this-types-pn-r-cn-r-cnr-1-r-confusing%23new-answer', 'question_page');
);
Post as a guest
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
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
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
they're the mathematical definitions of permutation and combinations. Do you understand these concepts?
â user29418
Sep 10 at 19:28
yes ofcourse i understand this but when i have exercises i am not get it
â m.s
Sep 10 at 19:28