Combinatorics deck/dice
$begingroup$
A player has 52 cards and dice. Every time he picks a card (without seeing it) throws the dice. How many cards at least does he have to draw to make sure that discovering them there are at least 4 cards of the same suit and that the same number appears at least 3 times in the sequence of the dice throw?
I'm struggling with this problem. Can anyone help me?
combinatorics dice card-games
$endgroup$
add a comment |
$begingroup$
A player has 52 cards and dice. Every time he picks a card (without seeing it) throws the dice. How many cards at least does he have to draw to make sure that discovering them there are at least 4 cards of the same suit and that the same number appears at least 3 times in the sequence of the dice throw?
I'm struggling with this problem. Can anyone help me?
combinatorics dice card-games
$endgroup$
1
$begingroup$
If the player only had the die, or only the deck of cards, could you solve the problem?
$endgroup$
– Arthur
Jan 24 at 9:33
$begingroup$
@Arthur Yes, I suppose
$endgroup$
– Jack
Jan 24 at 9:34
$begingroup$
And once you have the solution to both of those, can you see how to use that to solve this combined problem?
$endgroup$
– Arthur
Jan 24 at 9:35
add a comment |
$begingroup$
A player has 52 cards and dice. Every time he picks a card (without seeing it) throws the dice. How many cards at least does he have to draw to make sure that discovering them there are at least 4 cards of the same suit and that the same number appears at least 3 times in the sequence of the dice throw?
I'm struggling with this problem. Can anyone help me?
combinatorics dice card-games
$endgroup$
A player has 52 cards and dice. Every time he picks a card (without seeing it) throws the dice. How many cards at least does he have to draw to make sure that discovering them there are at least 4 cards of the same suit and that the same number appears at least 3 times in the sequence of the dice throw?
I'm struggling with this problem. Can anyone help me?
combinatorics dice card-games
combinatorics dice card-games
edited Feb 10 at 7:59
jvdhooft
5,67561641
5,67561641
asked Jan 24 at 9:28
JackJack
345
345
1
$begingroup$
If the player only had the die, or only the deck of cards, could you solve the problem?
$endgroup$
– Arthur
Jan 24 at 9:33
$begingroup$
@Arthur Yes, I suppose
$endgroup$
– Jack
Jan 24 at 9:34
$begingroup$
And once you have the solution to both of those, can you see how to use that to solve this combined problem?
$endgroup$
– Arthur
Jan 24 at 9:35
add a comment |
1
$begingroup$
If the player only had the die, or only the deck of cards, could you solve the problem?
$endgroup$
– Arthur
Jan 24 at 9:33
$begingroup$
@Arthur Yes, I suppose
$endgroup$
– Jack
Jan 24 at 9:34
$begingroup$
And once you have the solution to both of those, can you see how to use that to solve this combined problem?
$endgroup$
– Arthur
Jan 24 at 9:35
1
1
$begingroup$
If the player only had the die, or only the deck of cards, could you solve the problem?
$endgroup$
– Arthur
Jan 24 at 9:33
$begingroup$
If the player only had the die, or only the deck of cards, could you solve the problem?
$endgroup$
– Arthur
Jan 24 at 9:33
$begingroup$
@Arthur Yes, I suppose
$endgroup$
– Jack
Jan 24 at 9:34
$begingroup$
@Arthur Yes, I suppose
$endgroup$
– Jack
Jan 24 at 9:34
$begingroup$
And once you have the solution to both of those, can you see how to use that to solve this combined problem?
$endgroup$
– Arthur
Jan 24 at 9:35
$begingroup$
And once you have the solution to both of those, can you see how to use that to solve this combined problem?
$endgroup$
– Arthur
Jan 24 at 9:35
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The player wants to be sure to get 3 times the same dice number and 4 times the same suit. Then, we can look for the longest series without 3 times any number nor 4 times the same suit. Next die and next card will add will add a repeated 3rd time number or a repeated 4t time suit.
With a 12 dice series we could get the numbers 1 to 6 tow times each - worst case. We can be sure that 13th die will show one of those 6 numbers that have already appeared.
Similarly, with a 12 cards series we could get at worst three card of each suit. The 13th card will be a repetition of one of those suits.
Therefore, a 13 cards and 13 dice series is enough.
$endgroup$
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2f3085656%2fcombinatorics-deck-dice%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
$begingroup$
The player wants to be sure to get 3 times the same dice number and 4 times the same suit. Then, we can look for the longest series without 3 times any number nor 4 times the same suit. Next die and next card will add will add a repeated 3rd time number or a repeated 4t time suit.
With a 12 dice series we could get the numbers 1 to 6 tow times each - worst case. We can be sure that 13th die will show one of those 6 numbers that have already appeared.
Similarly, with a 12 cards series we could get at worst three card of each suit. The 13th card will be a repetition of one of those suits.
Therefore, a 13 cards and 13 dice series is enough.
$endgroup$
add a comment |
$begingroup$
The player wants to be sure to get 3 times the same dice number and 4 times the same suit. Then, we can look for the longest series without 3 times any number nor 4 times the same suit. Next die and next card will add will add a repeated 3rd time number or a repeated 4t time suit.
With a 12 dice series we could get the numbers 1 to 6 tow times each - worst case. We can be sure that 13th die will show one of those 6 numbers that have already appeared.
Similarly, with a 12 cards series we could get at worst three card of each suit. The 13th card will be a repetition of one of those suits.
Therefore, a 13 cards and 13 dice series is enough.
$endgroup$
add a comment |
$begingroup$
The player wants to be sure to get 3 times the same dice number and 4 times the same suit. Then, we can look for the longest series without 3 times any number nor 4 times the same suit. Next die and next card will add will add a repeated 3rd time number or a repeated 4t time suit.
With a 12 dice series we could get the numbers 1 to 6 tow times each - worst case. We can be sure that 13th die will show one of those 6 numbers that have already appeared.
Similarly, with a 12 cards series we could get at worst three card of each suit. The 13th card will be a repetition of one of those suits.
Therefore, a 13 cards and 13 dice series is enough.
$endgroup$
The player wants to be sure to get 3 times the same dice number and 4 times the same suit. Then, we can look for the longest series without 3 times any number nor 4 times the same suit. Next die and next card will add will add a repeated 3rd time number or a repeated 4t time suit.
With a 12 dice series we could get the numbers 1 to 6 tow times each - worst case. We can be sure that 13th die will show one of those 6 numbers that have already appeared.
Similarly, with a 12 cards series we could get at worst three card of each suit. The 13th card will be a repetition of one of those suits.
Therefore, a 13 cards and 13 dice series is enough.
answered Jan 24 at 9:36
PerePere
46637
46637
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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%2f3085656%2fcombinatorics-deck-dice%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
1
$begingroup$
If the player only had the die, or only the deck of cards, could you solve the problem?
$endgroup$
– Arthur
Jan 24 at 9:33
$begingroup$
@Arthur Yes, I suppose
$endgroup$
– Jack
Jan 24 at 9:34
$begingroup$
And once you have the solution to both of those, can you see how to use that to solve this combined problem?
$endgroup$
– Arthur
Jan 24 at 9:35