Combinations trouble
up vote
0
down vote
favorite
A class consists of 14 males and 12 females. If one male A and one female B cannot be in the same committee, how many ways can a committee consisting of 6 men and 4 women be chosen from the class?
My thought process so far is to find total combinations subtract the constraint scenarios. Therefore ending with c(14,6)* c(12,4) - (c(13,5)*(11,4) + c(13,6)*c(11,3)) can someone tell me if im on the right track?
so (13,5) demonstrates that male.a in on the committee therefore (11,4) is female.a not being allowed on the committee. (13,5) male.a not allowed on committee and (11,4) is female.a on the committee.
combinatorics combinations
add a comment |
up vote
0
down vote
favorite
A class consists of 14 males and 12 females. If one male A and one female B cannot be in the same committee, how many ways can a committee consisting of 6 men and 4 women be chosen from the class?
My thought process so far is to find total combinations subtract the constraint scenarios. Therefore ending with c(14,6)* c(12,4) - (c(13,5)*(11,4) + c(13,6)*c(11,3)) can someone tell me if im on the right track?
so (13,5) demonstrates that male.a in on the committee therefore (11,4) is female.a not being allowed on the committee. (13,5) male.a not allowed on committee and (11,4) is female.a on the committee.
combinatorics combinations
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
A class consists of 14 males and 12 females. If one male A and one female B cannot be in the same committee, how many ways can a committee consisting of 6 men and 4 women be chosen from the class?
My thought process so far is to find total combinations subtract the constraint scenarios. Therefore ending with c(14,6)* c(12,4) - (c(13,5)*(11,4) + c(13,6)*c(11,3)) can someone tell me if im on the right track?
so (13,5) demonstrates that male.a in on the committee therefore (11,4) is female.a not being allowed on the committee. (13,5) male.a not allowed on committee and (11,4) is female.a on the committee.
combinatorics combinations
A class consists of 14 males and 12 females. If one male A and one female B cannot be in the same committee, how many ways can a committee consisting of 6 men and 4 women be chosen from the class?
My thought process so far is to find total combinations subtract the constraint scenarios. Therefore ending with c(14,6)* c(12,4) - (c(13,5)*(11,4) + c(13,6)*c(11,3)) can someone tell me if im on the right track?
so (13,5) demonstrates that male.a in on the committee therefore (11,4) is female.a not being allowed on the committee. (13,5) male.a not allowed on committee and (11,4) is female.a on the committee.
combinatorics combinations
combinatorics combinations
edited Nov 16 at 10:31
N. F. Taussig
42.7k93254
42.7k93254
asked Nov 16 at 8:40
Georges Shimmon
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
My thought process so far is to find total combinations subtract the constraint scenarios.
Yes, but the constraint(or forbidden) scenario is to "select a commitee containing both A and B". Count that and subtract it from the total.
You are allowed to select commitees containing only one from the twain (so don't subtract these).
add a comment |
up vote
1
down vote
You may construct the number of "forbidden" committees as follows:
$A$ and $5$ other males and $B$ and 3 other females: $color{blue}{binom{13}{5}cdotbinom{11}{3}}$
Subtracting from the total number of committees you get the "allowed" committees:
$$binom{14}{6}cdotbinom{12}{4} - color{blue}{binom{13}{5}cdotbinom{11}{3}}$$
ahhh i see, thank you for your help
– Georges Shimmon
Nov 16 at 9:26
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
My thought process so far is to find total combinations subtract the constraint scenarios.
Yes, but the constraint(or forbidden) scenario is to "select a commitee containing both A and B". Count that and subtract it from the total.
You are allowed to select commitees containing only one from the twain (so don't subtract these).
add a comment |
up vote
1
down vote
My thought process so far is to find total combinations subtract the constraint scenarios.
Yes, but the constraint(or forbidden) scenario is to "select a commitee containing both A and B". Count that and subtract it from the total.
You are allowed to select commitees containing only one from the twain (so don't subtract these).
add a comment |
up vote
1
down vote
up vote
1
down vote
My thought process so far is to find total combinations subtract the constraint scenarios.
Yes, but the constraint(or forbidden) scenario is to "select a commitee containing both A and B". Count that and subtract it from the total.
You are allowed to select commitees containing only one from the twain (so don't subtract these).
My thought process so far is to find total combinations subtract the constraint scenarios.
Yes, but the constraint(or forbidden) scenario is to "select a commitee containing both A and B". Count that and subtract it from the total.
You are allowed to select commitees containing only one from the twain (so don't subtract these).
answered Nov 16 at 8:47
Graham Kemp
84.2k43378
84.2k43378
add a comment |
add a comment |
up vote
1
down vote
You may construct the number of "forbidden" committees as follows:
$A$ and $5$ other males and $B$ and 3 other females: $color{blue}{binom{13}{5}cdotbinom{11}{3}}$
Subtracting from the total number of committees you get the "allowed" committees:
$$binom{14}{6}cdotbinom{12}{4} - color{blue}{binom{13}{5}cdotbinom{11}{3}}$$
ahhh i see, thank you for your help
– Georges Shimmon
Nov 16 at 9:26
add a comment |
up vote
1
down vote
You may construct the number of "forbidden" committees as follows:
$A$ and $5$ other males and $B$ and 3 other females: $color{blue}{binom{13}{5}cdotbinom{11}{3}}$
Subtracting from the total number of committees you get the "allowed" committees:
$$binom{14}{6}cdotbinom{12}{4} - color{blue}{binom{13}{5}cdotbinom{11}{3}}$$
ahhh i see, thank you for your help
– Georges Shimmon
Nov 16 at 9:26
add a comment |
up vote
1
down vote
up vote
1
down vote
You may construct the number of "forbidden" committees as follows:
$A$ and $5$ other males and $B$ and 3 other females: $color{blue}{binom{13}{5}cdotbinom{11}{3}}$
Subtracting from the total number of committees you get the "allowed" committees:
$$binom{14}{6}cdotbinom{12}{4} - color{blue}{binom{13}{5}cdotbinom{11}{3}}$$
You may construct the number of "forbidden" committees as follows:
$A$ and $5$ other males and $B$ and 3 other females: $color{blue}{binom{13}{5}cdotbinom{11}{3}}$
Subtracting from the total number of committees you get the "allowed" committees:
$$binom{14}{6}cdotbinom{12}{4} - color{blue}{binom{13}{5}cdotbinom{11}{3}}$$
answered Nov 16 at 8:50
trancelocation
8,1191519
8,1191519
ahhh i see, thank you for your help
– Georges Shimmon
Nov 16 at 9:26
add a comment |
ahhh i see, thank you for your help
– Georges Shimmon
Nov 16 at 9:26
ahhh i see, thank you for your help
– Georges Shimmon
Nov 16 at 9:26
ahhh i see, thank you for your help
– Georges Shimmon
Nov 16 at 9:26
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000900%2fcombinations-trouble%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