Probability that Both Player and Dealer are not Dealt Blackjack
$begingroup$
Let us say we have a rather simple blackjack game between one dealer and one player with a single 52 card deck. We want to compute the probability that neither the dealer nor the player is dealt blackjack (initially). Let $A$ be the event that the player is dealt blackjack, $B$ the same, except for the dealer. We will compute:
$$
1 - mathbb{P}(A cup B) = 1 - (mathbb{P}(A) + mathbb{P}(B) - mathbb{P}(A cap B))
$$
We see that:
$$
mathbb{P}(A) = frac{{{16}choose{1}} {{4}choose{1}}}{52 choose 2}
$$
As we have that out of the total number of hands we can be dealt, there are 64 possible hands that give us blackjack. Now, we compute the probability for the dealer, $mathbb{P}(B)$. It seems that by symmetry, we may say this is the same as the probability for the player. However, my question here is, why is that so? Namely, would the order of dealing not matter? I.e if the dealer deals my cards first (which is usually the case, I think) would I not have to condition on the event that I am dealt blackjack first and use the fact that the dealer is working with a smaller deck?
probability combinatorics
$endgroup$
add a comment |
$begingroup$
Let us say we have a rather simple blackjack game between one dealer and one player with a single 52 card deck. We want to compute the probability that neither the dealer nor the player is dealt blackjack (initially). Let $A$ be the event that the player is dealt blackjack, $B$ the same, except for the dealer. We will compute:
$$
1 - mathbb{P}(A cup B) = 1 - (mathbb{P}(A) + mathbb{P}(B) - mathbb{P}(A cap B))
$$
We see that:
$$
mathbb{P}(A) = frac{{{16}choose{1}} {{4}choose{1}}}{52 choose 2}
$$
As we have that out of the total number of hands we can be dealt, there are 64 possible hands that give us blackjack. Now, we compute the probability for the dealer, $mathbb{P}(B)$. It seems that by symmetry, we may say this is the same as the probability for the player. However, my question here is, why is that so? Namely, would the order of dealing not matter? I.e if the dealer deals my cards first (which is usually the case, I think) would I not have to condition on the event that I am dealt blackjack first and use the fact that the dealer is working with a smaller deck?
probability combinatorics
$endgroup$
add a comment |
$begingroup$
Let us say we have a rather simple blackjack game between one dealer and one player with a single 52 card deck. We want to compute the probability that neither the dealer nor the player is dealt blackjack (initially). Let $A$ be the event that the player is dealt blackjack, $B$ the same, except for the dealer. We will compute:
$$
1 - mathbb{P}(A cup B) = 1 - (mathbb{P}(A) + mathbb{P}(B) - mathbb{P}(A cap B))
$$
We see that:
$$
mathbb{P}(A) = frac{{{16}choose{1}} {{4}choose{1}}}{52 choose 2}
$$
As we have that out of the total number of hands we can be dealt, there are 64 possible hands that give us blackjack. Now, we compute the probability for the dealer, $mathbb{P}(B)$. It seems that by symmetry, we may say this is the same as the probability for the player. However, my question here is, why is that so? Namely, would the order of dealing not matter? I.e if the dealer deals my cards first (which is usually the case, I think) would I not have to condition on the event that I am dealt blackjack first and use the fact that the dealer is working with a smaller deck?
probability combinatorics
$endgroup$
Let us say we have a rather simple blackjack game between one dealer and one player with a single 52 card deck. We want to compute the probability that neither the dealer nor the player is dealt blackjack (initially). Let $A$ be the event that the player is dealt blackjack, $B$ the same, except for the dealer. We will compute:
$$
1 - mathbb{P}(A cup B) = 1 - (mathbb{P}(A) + mathbb{P}(B) - mathbb{P}(A cap B))
$$
We see that:
$$
mathbb{P}(A) = frac{{{16}choose{1}} {{4}choose{1}}}{52 choose 2}
$$
As we have that out of the total number of hands we can be dealt, there are 64 possible hands that give us blackjack. Now, we compute the probability for the dealer, $mathbb{P}(B)$. It seems that by symmetry, we may say this is the same as the probability for the player. However, my question here is, why is that so? Namely, would the order of dealing not matter? I.e if the dealer deals my cards first (which is usually the case, I think) would I not have to condition on the event that I am dealt blackjack first and use the fact that the dealer is working with a smaller deck?
probability combinatorics
probability combinatorics
asked Dec 24 '18 at 0:04
rubikscube09rubikscube09
1,561720
1,561720
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The probabilities $P(B)$ and $P(A)$ are indeed equal, but $A$ and $B$ are not independent. After all, there are only four aces in the deck, and we can see two of them if both the player and the dealer have blackjack. We should expect $P(Acap B)$ to be strictly less than $P(A)cdot P(B)$.
As for the order - we just dealt out four cards face up, two to the player and two to the dealer. Do we really care what order we laid the cards on the table? No; what matters is which two cards the player got, which two cards the dealer got, and that the cards are all different. Either way you condition it to account for the smaller deck, the probability of double blackjack will be the same.
$endgroup$
add a comment |
$begingroup$
$B$ is the event in which the dealer makes black jack, so the probability of $B$ is the same of $A$, but in the problem clearly you have to consider the whole situation, and indeed you have to calculate $mathbb P (A cap B)$
$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%2f3050822%2fprobability-that-both-player-and-dealer-are-not-dealt-blackjack%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The probabilities $P(B)$ and $P(A)$ are indeed equal, but $A$ and $B$ are not independent. After all, there are only four aces in the deck, and we can see two of them if both the player and the dealer have blackjack. We should expect $P(Acap B)$ to be strictly less than $P(A)cdot P(B)$.
As for the order - we just dealt out four cards face up, two to the player and two to the dealer. Do we really care what order we laid the cards on the table? No; what matters is which two cards the player got, which two cards the dealer got, and that the cards are all different. Either way you condition it to account for the smaller deck, the probability of double blackjack will be the same.
$endgroup$
add a comment |
$begingroup$
The probabilities $P(B)$ and $P(A)$ are indeed equal, but $A$ and $B$ are not independent. After all, there are only four aces in the deck, and we can see two of them if both the player and the dealer have blackjack. We should expect $P(Acap B)$ to be strictly less than $P(A)cdot P(B)$.
As for the order - we just dealt out four cards face up, two to the player and two to the dealer. Do we really care what order we laid the cards on the table? No; what matters is which two cards the player got, which two cards the dealer got, and that the cards are all different. Either way you condition it to account for the smaller deck, the probability of double blackjack will be the same.
$endgroup$
add a comment |
$begingroup$
The probabilities $P(B)$ and $P(A)$ are indeed equal, but $A$ and $B$ are not independent. After all, there are only four aces in the deck, and we can see two of them if both the player and the dealer have blackjack. We should expect $P(Acap B)$ to be strictly less than $P(A)cdot P(B)$.
As for the order - we just dealt out four cards face up, two to the player and two to the dealer. Do we really care what order we laid the cards on the table? No; what matters is which two cards the player got, which two cards the dealer got, and that the cards are all different. Either way you condition it to account for the smaller deck, the probability of double blackjack will be the same.
$endgroup$
The probabilities $P(B)$ and $P(A)$ are indeed equal, but $A$ and $B$ are not independent. After all, there are only four aces in the deck, and we can see two of them if both the player and the dealer have blackjack. We should expect $P(Acap B)$ to be strictly less than $P(A)cdot P(B)$.
As for the order - we just dealt out four cards face up, two to the player and two to the dealer. Do we really care what order we laid the cards on the table? No; what matters is which two cards the player got, which two cards the dealer got, and that the cards are all different. Either way you condition it to account for the smaller deck, the probability of double blackjack will be the same.
answered Dec 24 '18 at 2:21
jmerryjmerry
17k11633
17k11633
add a comment |
add a comment |
$begingroup$
$B$ is the event in which the dealer makes black jack, so the probability of $B$ is the same of $A$, but in the problem clearly you have to consider the whole situation, and indeed you have to calculate $mathbb P (A cap B)$
$endgroup$
add a comment |
$begingroup$
$B$ is the event in which the dealer makes black jack, so the probability of $B$ is the same of $A$, but in the problem clearly you have to consider the whole situation, and indeed you have to calculate $mathbb P (A cap B)$
$endgroup$
add a comment |
$begingroup$
$B$ is the event in which the dealer makes black jack, so the probability of $B$ is the same of $A$, but in the problem clearly you have to consider the whole situation, and indeed you have to calculate $mathbb P (A cap B)$
$endgroup$
$B$ is the event in which the dealer makes black jack, so the probability of $B$ is the same of $A$, but in the problem clearly you have to consider the whole situation, and indeed you have to calculate $mathbb P (A cap B)$
answered Dec 24 '18 at 0:28
Claudio DelfinoClaudio Delfino
63
63
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%2f3050822%2fprobability-that-both-player-and-dealer-are-not-dealt-blackjack%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