How to calculate probability for card game
up vote
0
down vote
favorite
I am creating a card game for a project and I need to calculate the probability and distribution when playing the game. I do not know how to go about it, and would appreciate some insight on starting.
The point of the game is to choose a card to call, and if it is revealed you win. The game works as there are 2 sections, one of 5 cards which if your card is called you get 150% of your money bet, and the other section which is 3 cards but you recieve 200% of your money bet.
If anyone could help on how to start calculating the distributions, it would be greatly appreciated. Thanks.
probability probability-distributions conditional-probability card-games
add a comment |
up vote
0
down vote
favorite
I am creating a card game for a project and I need to calculate the probability and distribution when playing the game. I do not know how to go about it, and would appreciate some insight on starting.
The point of the game is to choose a card to call, and if it is revealed you win. The game works as there are 2 sections, one of 5 cards which if your card is called you get 150% of your money bet, and the other section which is 3 cards but you recieve 200% of your money bet.
If anyone could help on how to start calculating the distributions, it would be greatly appreciated. Thanks.
probability probability-distributions conditional-probability card-games
Could you please clarify the question a bit more perhaps with an example. For instance, what does the calling have to do with two sections?
– Sauhard Sharma
Nov 22 at 15:36
1
There is a great deal of clarification needed. First, are you using a standard 52 card deck which has been well shuffled? After the deck is shuffled, you draw five cards face down and put it in a pile and three more cards face down and put it in a separate pile. From here, a player may choose any one card (e.g. ace of spades) and any one pile and bet any amount of money they wish. If the named card happens to be in the selected pile, they "win"... but how much?...(continued)
– JMoravitz
Nov 22 at 16:08
1
... If I bet 1 dollar on the five card pile to contain the ace of spades and win, do I get my 1 dollar back and an additional 1.5 dollars for a total returned of 2.5 dollars i.e. a net increase of 1.5 dollars? Or do I get my 1 dollar back and an additional 50 cents for a total returned of 1.5 dollars i.e. a net increase of 50 cents? Can you confirm also that the person is only allowed to make one bet at a time and may not select multiple card names to watch for and may not select multiple piles to look through? Or in betting do you get to look through both piles?
– JMoravitz
Nov 22 at 16:10
Sorry for not clarifying enough. An example of running through it is that I place a 1dollar bet on the number 7 and I choose the 5 card pile. If a 7 is revealed in that pile I recieve $1.5 back. Another example is that if I place a $1 bet on the number 7 and choose the 3 card pile, if it is revealed I receive $2 back. Only the face of the card matters not the suit.
– Young Bull
Nov 23 at 14:28
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am creating a card game for a project and I need to calculate the probability and distribution when playing the game. I do not know how to go about it, and would appreciate some insight on starting.
The point of the game is to choose a card to call, and if it is revealed you win. The game works as there are 2 sections, one of 5 cards which if your card is called you get 150% of your money bet, and the other section which is 3 cards but you recieve 200% of your money bet.
If anyone could help on how to start calculating the distributions, it would be greatly appreciated. Thanks.
probability probability-distributions conditional-probability card-games
I am creating a card game for a project and I need to calculate the probability and distribution when playing the game. I do not know how to go about it, and would appreciate some insight on starting.
The point of the game is to choose a card to call, and if it is revealed you win. The game works as there are 2 sections, one of 5 cards which if your card is called you get 150% of your money bet, and the other section which is 3 cards but you recieve 200% of your money bet.
If anyone could help on how to start calculating the distributions, it would be greatly appreciated. Thanks.
probability probability-distributions conditional-probability card-games
probability probability-distributions conditional-probability card-games
asked Nov 22 at 15:06
Young Bull
11
11
Could you please clarify the question a bit more perhaps with an example. For instance, what does the calling have to do with two sections?
– Sauhard Sharma
Nov 22 at 15:36
1
There is a great deal of clarification needed. First, are you using a standard 52 card deck which has been well shuffled? After the deck is shuffled, you draw five cards face down and put it in a pile and three more cards face down and put it in a separate pile. From here, a player may choose any one card (e.g. ace of spades) and any one pile and bet any amount of money they wish. If the named card happens to be in the selected pile, they "win"... but how much?...(continued)
– JMoravitz
Nov 22 at 16:08
1
... If I bet 1 dollar on the five card pile to contain the ace of spades and win, do I get my 1 dollar back and an additional 1.5 dollars for a total returned of 2.5 dollars i.e. a net increase of 1.5 dollars? Or do I get my 1 dollar back and an additional 50 cents for a total returned of 1.5 dollars i.e. a net increase of 50 cents? Can you confirm also that the person is only allowed to make one bet at a time and may not select multiple card names to watch for and may not select multiple piles to look through? Or in betting do you get to look through both piles?
– JMoravitz
Nov 22 at 16:10
Sorry for not clarifying enough. An example of running through it is that I place a 1dollar bet on the number 7 and I choose the 5 card pile. If a 7 is revealed in that pile I recieve $1.5 back. Another example is that if I place a $1 bet on the number 7 and choose the 3 card pile, if it is revealed I receive $2 back. Only the face of the card matters not the suit.
– Young Bull
Nov 23 at 14:28
add a comment |
Could you please clarify the question a bit more perhaps with an example. For instance, what does the calling have to do with two sections?
– Sauhard Sharma
Nov 22 at 15:36
1
There is a great deal of clarification needed. First, are you using a standard 52 card deck which has been well shuffled? After the deck is shuffled, you draw five cards face down and put it in a pile and three more cards face down and put it in a separate pile. From here, a player may choose any one card (e.g. ace of spades) and any one pile and bet any amount of money they wish. If the named card happens to be in the selected pile, they "win"... but how much?...(continued)
– JMoravitz
Nov 22 at 16:08
1
... If I bet 1 dollar on the five card pile to contain the ace of spades and win, do I get my 1 dollar back and an additional 1.5 dollars for a total returned of 2.5 dollars i.e. a net increase of 1.5 dollars? Or do I get my 1 dollar back and an additional 50 cents for a total returned of 1.5 dollars i.e. a net increase of 50 cents? Can you confirm also that the person is only allowed to make one bet at a time and may not select multiple card names to watch for and may not select multiple piles to look through? Or in betting do you get to look through both piles?
– JMoravitz
Nov 22 at 16:10
Sorry for not clarifying enough. An example of running through it is that I place a 1dollar bet on the number 7 and I choose the 5 card pile. If a 7 is revealed in that pile I recieve $1.5 back. Another example is that if I place a $1 bet on the number 7 and choose the 3 card pile, if it is revealed I receive $2 back. Only the face of the card matters not the suit.
– Young Bull
Nov 23 at 14:28
Could you please clarify the question a bit more perhaps with an example. For instance, what does the calling have to do with two sections?
– Sauhard Sharma
Nov 22 at 15:36
Could you please clarify the question a bit more perhaps with an example. For instance, what does the calling have to do with two sections?
– Sauhard Sharma
Nov 22 at 15:36
1
1
There is a great deal of clarification needed. First, are you using a standard 52 card deck which has been well shuffled? After the deck is shuffled, you draw five cards face down and put it in a pile and three more cards face down and put it in a separate pile. From here, a player may choose any one card (e.g. ace of spades) and any one pile and bet any amount of money they wish. If the named card happens to be in the selected pile, they "win"... but how much?...(continued)
– JMoravitz
Nov 22 at 16:08
There is a great deal of clarification needed. First, are you using a standard 52 card deck which has been well shuffled? After the deck is shuffled, you draw five cards face down and put it in a pile and three more cards face down and put it in a separate pile. From here, a player may choose any one card (e.g. ace of spades) and any one pile and bet any amount of money they wish. If the named card happens to be in the selected pile, they "win"... but how much?...(continued)
– JMoravitz
Nov 22 at 16:08
1
1
... If I bet 1 dollar on the five card pile to contain the ace of spades and win, do I get my 1 dollar back and an additional 1.5 dollars for a total returned of 2.5 dollars i.e. a net increase of 1.5 dollars? Or do I get my 1 dollar back and an additional 50 cents for a total returned of 1.5 dollars i.e. a net increase of 50 cents? Can you confirm also that the person is only allowed to make one bet at a time and may not select multiple card names to watch for and may not select multiple piles to look through? Or in betting do you get to look through both piles?
– JMoravitz
Nov 22 at 16:10
... If I bet 1 dollar on the five card pile to contain the ace of spades and win, do I get my 1 dollar back and an additional 1.5 dollars for a total returned of 2.5 dollars i.e. a net increase of 1.5 dollars? Or do I get my 1 dollar back and an additional 50 cents for a total returned of 1.5 dollars i.e. a net increase of 50 cents? Can you confirm also that the person is only allowed to make one bet at a time and may not select multiple card names to watch for and may not select multiple piles to look through? Or in betting do you get to look through both piles?
– JMoravitz
Nov 22 at 16:10
Sorry for not clarifying enough. An example of running through it is that I place a 1dollar bet on the number 7 and I choose the 5 card pile. If a 7 is revealed in that pile I recieve $1.5 back. Another example is that if I place a $1 bet on the number 7 and choose the 3 card pile, if it is revealed I receive $2 back. Only the face of the card matters not the suit.
– Young Bull
Nov 23 at 14:28
Sorry for not clarifying enough. An example of running through it is that I place a 1dollar bet on the number 7 and I choose the 5 card pile. If a 7 is revealed in that pile I recieve $1.5 back. Another example is that if I place a $1 bet on the number 7 and choose the 3 card pile, if it is revealed I receive $2 back. Only the face of the card matters not the suit.
– Young Bull
Nov 23 at 14:28
add a comment |
active
oldest
votes
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
});
}
});
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%2f3009253%2fhow-to-calculate-probability-for-card-game%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3009253%2fhow-to-calculate-probability-for-card-game%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
Could you please clarify the question a bit more perhaps with an example. For instance, what does the calling have to do with two sections?
– Sauhard Sharma
Nov 22 at 15:36
1
There is a great deal of clarification needed. First, are you using a standard 52 card deck which has been well shuffled? After the deck is shuffled, you draw five cards face down and put it in a pile and three more cards face down and put it in a separate pile. From here, a player may choose any one card (e.g. ace of spades) and any one pile and bet any amount of money they wish. If the named card happens to be in the selected pile, they "win"... but how much?...(continued)
– JMoravitz
Nov 22 at 16:08
1
... If I bet 1 dollar on the five card pile to contain the ace of spades and win, do I get my 1 dollar back and an additional 1.5 dollars for a total returned of 2.5 dollars i.e. a net increase of 1.5 dollars? Or do I get my 1 dollar back and an additional 50 cents for a total returned of 1.5 dollars i.e. a net increase of 50 cents? Can you confirm also that the person is only allowed to make one bet at a time and may not select multiple card names to watch for and may not select multiple piles to look through? Or in betting do you get to look through both piles?
– JMoravitz
Nov 22 at 16:10
Sorry for not clarifying enough. An example of running through it is that I place a 1dollar bet on the number 7 and I choose the 5 card pile. If a 7 is revealed in that pile I recieve $1.5 back. Another example is that if I place a $1 bet on the number 7 and choose the 3 card pile, if it is revealed I receive $2 back. Only the face of the card matters not the suit.
– Young Bull
Nov 23 at 14:28