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









New contributor




Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • 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
    9 hours ago















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









New contributor




Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • 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
    9 hours ago













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









New contributor




Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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









New contributor




Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited 8 hours ago









Robert Z

89.3k1056128




89.3k1056128






New contributor




Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 9 hours ago









Konno Monno

31




31




New contributor




Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Konno Monno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • 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
    9 hours ago


















  • 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
    9 hours ago
















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
9 hours ago




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
9 hours ago










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
    9 hours ago











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


}
});






Konno Monno is a new contributor. Be nice, and check out our Code of Conduct.










 

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
    9 hours ago















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
    9 hours ago













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 9 hours ago

























answered 9 hours ago









Siong Thye Goh

92.3k1461114




92.3k1461114












  • 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
    9 hours ago


















  • 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
    9 hours ago
















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
9 hours ago




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
9 hours ago










Konno Monno is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Konno Monno is a new contributor. Be nice, and check out our Code of Conduct.













Konno Monno is a new contributor. Be nice, and check out our Code of Conduct.












Konno Monno is a new contributor. Be nice, and check out our Code of Conduct.















 


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

QoS: MAC-Priority for clients behind a repeater

Ивакино (Тотемский район)

Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)