How to solve card related combination problem
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
A deck of cards has 4 suits: diamonds, hearts, clubs, and spades. The suits of diamonds and hearts are both red and the suits of clubs and spades are both black. Each suit has the following denominations: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, and King. The Jacks, Queens and Kings are also called face cards.
Question: In how many ways 2 cards can be drawn such that one card is from red face cards and the other is a black card.
I know this is a combination problem, and I have tried solving it by taking (26!/1!(26-1)!) * (26!/1!(26-1)!). My main concern is whether or not I have to account for whether 2 black cards can be drawn with 0 red cards or 0 black cards drawn with 2 red cards. Thank you for any advice.
combinatorics
add a comment |Â
up vote
0
down vote
favorite
A deck of cards has 4 suits: diamonds, hearts, clubs, and spades. The suits of diamonds and hearts are both red and the suits of clubs and spades are both black. Each suit has the following denominations: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, and King. The Jacks, Queens and Kings are also called face cards.
Question: In how many ways 2 cards can be drawn such that one card is from red face cards and the other is a black card.
I know this is a combination problem, and I have tried solving it by taking (26!/1!(26-1)!) * (26!/1!(26-1)!). My main concern is whether or not I have to account for whether 2 black cards can be drawn with 0 red cards or 0 black cards drawn with 2 red cards. Thank you for any advice.
combinatorics
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
A deck of cards has 4 suits: diamonds, hearts, clubs, and spades. The suits of diamonds and hearts are both red and the suits of clubs and spades are both black. Each suit has the following denominations: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, and King. The Jacks, Queens and Kings are also called face cards.
Question: In how many ways 2 cards can be drawn such that one card is from red face cards and the other is a black card.
I know this is a combination problem, and I have tried solving it by taking (26!/1!(26-1)!) * (26!/1!(26-1)!). My main concern is whether or not I have to account for whether 2 black cards can be drawn with 0 red cards or 0 black cards drawn with 2 red cards. Thank you for any advice.
combinatorics
A deck of cards has 4 suits: diamonds, hearts, clubs, and spades. The suits of diamonds and hearts are both red and the suits of clubs and spades are both black. Each suit has the following denominations: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, and King. The Jacks, Queens and Kings are also called face cards.
Question: In how many ways 2 cards can be drawn such that one card is from red face cards and the other is a black card.
I know this is a combination problem, and I have tried solving it by taking (26!/1!(26-1)!) * (26!/1!(26-1)!). My main concern is whether or not I have to account for whether 2 black cards can be drawn with 0 red cards or 0 black cards drawn with 2 red cards. Thank you for any advice.
combinatorics
combinatorics
asked Mar 7 '17 at 2:19
ksa1234
11
11
add a comment |Â
add a comment |Â
4 Answers
4
active
oldest
votes
up vote
0
down vote
No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.
add a comment |Â
up vote
0
down vote
There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.
If order matters, then this number is doubled to $312$ valid drawings.
add a comment |Â
up vote
0
down vote
Picking one red face card i.e. $C^6_1=6$
Picking a black card i.e. $C^26_1=26$
Total ways to pick $ = 6 cdot 26 = 156$
You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.
add a comment |Â
up vote
-1
down vote
If the order doesn't matter (drawing the red face after or before the black card is the same) then you have
$$dfrac(texttotal of red faces)times (texttotal black cards)2 $$
where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:
$$dfrac6 times 262 = 78 $$
Why the $2$ in the denominator?
â prog_SAHIL
Aug 5 at 16:08
add a comment |Â
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.
add a comment |Â
up vote
0
down vote
No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.
No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.
answered Mar 7 '17 at 2:59
Amar
727114
727114
add a comment |Â
add a comment |Â
up vote
0
down vote
There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.
If order matters, then this number is doubled to $312$ valid drawings.
add a comment |Â
up vote
0
down vote
There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.
If order matters, then this number is doubled to $312$ valid drawings.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.
If order matters, then this number is doubled to $312$ valid drawings.
There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.
If order matters, then this number is doubled to $312$ valid drawings.
answered Jun 4 at 10:18
Andrew Woods
3,076513
3,076513
add a comment |Â
add a comment |Â
up vote
0
down vote
Picking one red face card i.e. $C^6_1=6$
Picking a black card i.e. $C^26_1=26$
Total ways to pick $ = 6 cdot 26 = 156$
You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.
add a comment |Â
up vote
0
down vote
Picking one red face card i.e. $C^6_1=6$
Picking a black card i.e. $C^26_1=26$
Total ways to pick $ = 6 cdot 26 = 156$
You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Picking one red face card i.e. $C^6_1=6$
Picking a black card i.e. $C^26_1=26$
Total ways to pick $ = 6 cdot 26 = 156$
You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.
Picking one red face card i.e. $C^6_1=6$
Picking a black card i.e. $C^26_1=26$
Total ways to pick $ = 6 cdot 26 = 156$
You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.
answered Aug 5 at 16:06
prog_SAHIL
1,517318
1,517318
add a comment |Â
add a comment |Â
up vote
-1
down vote
If the order doesn't matter (drawing the red face after or before the black card is the same) then you have
$$dfrac(texttotal of red faces)times (texttotal black cards)2 $$
where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:
$$dfrac6 times 262 = 78 $$
Why the $2$ in the denominator?
â prog_SAHIL
Aug 5 at 16:08
add a comment |Â
up vote
-1
down vote
If the order doesn't matter (drawing the red face after or before the black card is the same) then you have
$$dfrac(texttotal of red faces)times (texttotal black cards)2 $$
where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:
$$dfrac6 times 262 = 78 $$
Why the $2$ in the denominator?
â prog_SAHIL
Aug 5 at 16:08
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
If the order doesn't matter (drawing the red face after or before the black card is the same) then you have
$$dfrac(texttotal of red faces)times (texttotal black cards)2 $$
where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:
$$dfrac6 times 262 = 78 $$
If the order doesn't matter (drawing the red face after or before the black card is the same) then you have
$$dfrac(texttotal of red faces)times (texttotal black cards)2 $$
where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:
$$dfrac6 times 262 = 78 $$
answered Mar 7 '17 at 4:51
Arnold Frenzy
49928
49928
Why the $2$ in the denominator?
â prog_SAHIL
Aug 5 at 16:08
add a comment |Â
Why the $2$ in the denominator?
â prog_SAHIL
Aug 5 at 16:08
Why the $2$ in the denominator?
â prog_SAHIL
Aug 5 at 16:08
Why the $2$ in the denominator?
â prog_SAHIL
Aug 5 at 16:08
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%2f2175326%2fhow-to-solve-card-related-combination-problem%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