Possible ways to choose 3 Kings and 2 other non-paired cards?











up vote
0
down vote

favorite












From a standard deck (52 cards, 4 suits) of playing cards, how many ways is it possible to be dealt three kings as a three of a kind? So the two other cards cannot be able to form a pair nor can they be another king as that would make it a four of a kind.



This is the answer I came up with, however, I feel like it is wrong. There is a possibility that this expression allows me to pick any three of a kind.



$$[C(13,1)cdot C(4,3)] cdot [C(12,2)cdot C(4,1) cdot C(4,1)]$$



To prevent such occurrences, would I have to divide the expression with "13!"? Or would I have to rewrite the expression in a completely new way? I might be overthinking this but I still feel like I am wrong.










share|cite|improve this question
























  • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
    – José Carlos Santos
    Nov 15 at 7:48















up vote
0
down vote

favorite












From a standard deck (52 cards, 4 suits) of playing cards, how many ways is it possible to be dealt three kings as a three of a kind? So the two other cards cannot be able to form a pair nor can they be another king as that would make it a four of a kind.



This is the answer I came up with, however, I feel like it is wrong. There is a possibility that this expression allows me to pick any three of a kind.



$$[C(13,1)cdot C(4,3)] cdot [C(12,2)cdot C(4,1) cdot C(4,1)]$$



To prevent such occurrences, would I have to divide the expression with "13!"? Or would I have to rewrite the expression in a completely new way? I might be overthinking this but I still feel like I am wrong.










share|cite|improve this question
























  • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
    – José Carlos Santos
    Nov 15 at 7:48













up vote
0
down vote

favorite









up vote
0
down vote

favorite











From a standard deck (52 cards, 4 suits) of playing cards, how many ways is it possible to be dealt three kings as a three of a kind? So the two other cards cannot be able to form a pair nor can they be another king as that would make it a four of a kind.



This is the answer I came up with, however, I feel like it is wrong. There is a possibility that this expression allows me to pick any three of a kind.



$$[C(13,1)cdot C(4,3)] cdot [C(12,2)cdot C(4,1) cdot C(4,1)]$$



To prevent such occurrences, would I have to divide the expression with "13!"? Or would I have to rewrite the expression in a completely new way? I might be overthinking this but I still feel like I am wrong.










share|cite|improve this question















From a standard deck (52 cards, 4 suits) of playing cards, how many ways is it possible to be dealt three kings as a three of a kind? So the two other cards cannot be able to form a pair nor can they be another king as that would make it a four of a kind.



This is the answer I came up with, however, I feel like it is wrong. There is a possibility that this expression allows me to pick any three of a kind.



$$[C(13,1)cdot C(4,3)] cdot [C(12,2)cdot C(4,1) cdot C(4,1)]$$



To prevent such occurrences, would I have to divide the expression with "13!"? Or would I have to rewrite the expression in a completely new way? I might be overthinking this but I still feel like I am wrong.







combinatorics






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 15 at 8:22









Robert Z

90.4k1056128




90.4k1056128










asked Nov 15 at 7:35









Konno Monno

31




31












  • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
    – José Carlos Santos
    Nov 15 at 7:48


















  • Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
    – José Carlos Santos
    Nov 15 at 7:48
















Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
– José Carlos Santos
Nov 15 at 7:48




Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
– José Carlos Santos
Nov 15 at 7:48










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










First handle the king:$binom{4}3$



and then choose $2$ cards out of the other denomination:$binom{12}2$.



Choose the suit for the two cards: $4^2$.



Hence overall, $$binom{4}3binom{12}24^2=4^3cdot frac{12(11)}{2!}=(66)(64)=4224$$



Remark: There is no need to have $binom{13}1$ since we already know we want that to be the king.






share|cite|improve this answer























  • I see, since it is already established that I have to pick a king there is no need for C(13,1) as this would only make me choose 1 of the 13 possible ranks. Thank you very much!
    – Konno Monno
    Nov 15 at 7:53











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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2999369%2fpossible-ways-to-choose-3-kings-and-2-other-non-paired-cards%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote



accepted










First handle the king:$binom{4}3$



and then choose $2$ cards out of the other denomination:$binom{12}2$.



Choose the suit for the two cards: $4^2$.



Hence overall, $$binom{4}3binom{12}24^2=4^3cdot frac{12(11)}{2!}=(66)(64)=4224$$



Remark: There is no need to have $binom{13}1$ since we already know we want that to be the king.






share|cite|improve this answer























  • I see, since it is already established that I have to pick a king there is no need for C(13,1) as this would only make me choose 1 of the 13 possible ranks. Thank you very much!
    – Konno Monno
    Nov 15 at 7:53















up vote
0
down vote



accepted










First handle the king:$binom{4}3$



and then choose $2$ cards out of the other denomination:$binom{12}2$.



Choose the suit for the two cards: $4^2$.



Hence overall, $$binom{4}3binom{12}24^2=4^3cdot frac{12(11)}{2!}=(66)(64)=4224$$



Remark: There is no need to have $binom{13}1$ since we already know we want that to be the king.






share|cite|improve this answer























  • I see, since it is already established that I have to pick a king there is no need for C(13,1) as this would only make me choose 1 of the 13 possible ranks. Thank you very much!
    – Konno Monno
    Nov 15 at 7:53













up vote
0
down vote



accepted







up vote
0
down vote



accepted






First handle the king:$binom{4}3$



and then choose $2$ cards out of the other denomination:$binom{12}2$.



Choose the suit for the two cards: $4^2$.



Hence overall, $$binom{4}3binom{12}24^2=4^3cdot frac{12(11)}{2!}=(66)(64)=4224$$



Remark: There is no need to have $binom{13}1$ since we already know we want that to be the king.






share|cite|improve this answer














First handle the king:$binom{4}3$



and then choose $2$ cards out of the other denomination:$binom{12}2$.



Choose the suit for the two cards: $4^2$.



Hence overall, $$binom{4}3binom{12}24^2=4^3cdot frac{12(11)}{2!}=(66)(64)=4224$$



Remark: There is no need to have $binom{13}1$ since we already know we want that to be the king.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Nov 15 at 7:51

























answered Nov 15 at 7:44









Siong Thye Goh

93.8k1462114




93.8k1462114












  • I see, since it is already established that I have to pick a king there is no need for C(13,1) as this would only make me choose 1 of the 13 possible ranks. Thank you very much!
    – Konno Monno
    Nov 15 at 7:53


















  • I see, since it is already established that I have to pick a king there is no need for C(13,1) as this would only make me choose 1 of the 13 possible ranks. Thank you very much!
    – Konno Monno
    Nov 15 at 7:53
















I see, since it is already established that I have to pick a king there is no need for C(13,1) as this would only make me choose 1 of the 13 possible ranks. Thank you very much!
– Konno Monno
Nov 15 at 7:53




I see, since it is already established that I have to pick a king there is no need for C(13,1) as this would only make me choose 1 of the 13 possible ranks. Thank you very much!
– Konno Monno
Nov 15 at 7:53


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2999369%2fpossible-ways-to-choose-3-kings-and-2-other-non-paired-cards%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Probability when a professor distributes a quiz and homework assignment to a class of n students.

Aardman Animations

Are they similar matrix