kingcreights
kingcreights
  • Threads: 14
  • Posts: 38
Joined: Mar 11, 2014
February 23rd, 2016 at 7:59:20 PM permalink
How do I calculate the probability of something happening, when two events occur.
For example how do I calculate the probability of getting 21 in blackjack when doubling on 11.
I understand I have to first calculate the probability of getting 11 in my first two cards, and then I have to calculate the probability of getting a ten for my 3rd card. How do I combine these two probabilities to calculate the overall probability.

Cheers
ChesterDog
ChesterDog
  • Threads: 8
  • Posts: 1502
Joined: Jul 26, 2010
February 23rd, 2016 at 9:56:32 PM permalink
Quote: kingcreights

How do I calculate the probability of something happening, when two events occur.
For example how do I calculate the probability of getting 21 in blackjack when doubling on 11.
I understand I have to first calculate the probability of getting 11 in my first two cards, and then I have to calculate the probability of getting a ten for my 3rd card. How do I combine these two probabilities to calculate the overall probability.

Cheers



This link will help explain how to combine the two probabilities.

Here's how I would do your example for a 6-deck shoe (312 cards) assuming you will double down 11 vs any dealer's up card. The probability of getting a 2-card 11 off the top of the shoe is this sum: P(11) = P(2)*P(9|2) + P(3)*P(8|3) + P(4)*P(7|4) + P(5)*P(6|5) + P(6)*P(5|6) + P(7)*P(4|7) + P(8)*P(3|8) + P(9)*P(2|9) = 8 * (24/312) * (24/311) = 0.04749. So the probability of getting 11, doubling down, and getting 21 is P = P(10|11)*P(11) = (96/310) * P(11) = 0.01471.
RS
RS
  • Threads: 62
  • Posts: 8626
Joined: Feb 11, 2014
February 24th, 2016 at 2:25:58 AM permalink
There are 8 cards (2-9) that can be your first card to allow for a two-card eleven, and only 1 card for the second card. To find the probability of getting the first card being a 2-9 is (8*6*4)/312, since there are 8 cards, 6 decks, and 4 suits. For the second card, there is only one possible card to make a two-card eleven (if first is 2, then second card can only be 9. If first is 3 second card can only be 8, etc.). So it'd be (1*6*4)/311. And for the third card to be a ten (TJQK), you'd do (4*6*4)/310.

Note the 312, 311, and 310 are the number of cards to pick from (6 decks * 52 cards).

(8*6*4)/312 * (1*6*4)/311 * (4*6*4)/310
=
(8*6*4*6*4*4*6*4) / (312*311*310)
=
0.01470642209
~ 1.47% chance of it occurring.
Peregrine
Peregrine
  • Threads: 0
  • Posts: 7
Joined: Jan 2, 2016
February 24th, 2016 at 5:56:04 AM permalink
Quote: kingcreights

how do I calculate the probability of getting 21 in blackjack when doubling on 11


The answer to this question is much simpler that the previous answers.

How many "10" cards are left in the deck? 4*4*6 = 96
How many cards left are left in the deck? (52*6) - 2 = 310

Probability = 96/310 = 30.97%.

The previous two answers have actually answered a different question - What is the chance of getting 11 on my first two cards AND then drawing to 21?
DeMango
DeMango
  • Threads: 36
  • Posts: 2958
Joined: Feb 2, 2010
February 24th, 2016 at 9:46:57 AM permalink
Do you suppose reading the OP would be of help?
When a rock is thrown into a pack of dogs, the one that yells the loudest is the one who got hit.
Peregrine
Peregrine
  • Threads: 0
  • Posts: 7
Joined: Jan 2, 2016
February 24th, 2016 at 10:10:01 AM permalink
Quote: DeMango

Do you suppose reading the OP would be of help?


Who is this directed at?
rdw4potus
rdw4potus
  • Threads: 80
  • Posts: 7237
Joined: Mar 11, 2010
February 24th, 2016 at 11:17:28 AM permalink
Quote: Peregrine

Who is this directed at?



You. The question at hand WAS what is the probability of getting 21 given that my first two cards equal 11:-)
"So as the clock ticked and the day passed, opportunity met preparation, and luck happened." - Maurice Clarett
RS
RS
  • Threads: 62
  • Posts: 8626
Joined: Feb 11, 2014
February 24th, 2016 at 2:30:47 PM permalink
Quote: Peregrine

The answer to this question is much simpler that the previous answers.

How many "10" cards are left in the deck? 4*4*6 = 96
How many cards left are left in the deck? (52*6) - 2 = 310

Probability = 96/310 = 30.97%.

The previous two answers have actually answered a different question - What is the chance of getting 11 on my first two cards AND then drawing to 21?



That's ironic.
AxelWolf
AxelWolf
  • Threads: 164
  • Posts: 22278
Joined: Oct 10, 2012
February 24th, 2016 at 2:48:43 PM permalink
According to Djatc it's 50%.... Either you get it or you don't.
♪♪Now you swear and kick and beg us That you're not a gamblin' man Then you find you're back in Vegas With a handle in your hand♪♪ Your black cards can make you money So you hide them when you're able In the land of casinos and money You must put them on the table♪♪ You go back Jack do it again roulette wheels turinin' 'round and 'round♪♪ You go back Jack do it again♪♪
djatc
djatc
  • Threads: 83
  • Posts: 4477
Joined: Jan 15, 2013
February 24th, 2016 at 3:11:15 PM permalink
Quote: AxelWolf

According to Djatc it's 50%.... Either you get it or you don't.

"Man Babes" #AxelFabulous
TwoFeathersATL
TwoFeathersATL
  • Threads: 37
  • Posts: 3616
Joined: May 22, 2013
February 24th, 2016 at 3:35:52 PM permalink
Quote: djatc

He meant to post something, really he did. But he was busy...;-)
Youuuuuu MIGHT be a 'rascal' if.......(nevermind ;-)...2F
beachbumbabs
beachbumbabs
  • Threads: 100
  • Posts: 14265
Joined: May 21, 2013
February 28th, 2016 at 7:19:01 PM permalink
Quote: TwoFeathersATL

He meant to post something, really he did. But he was busy...;-)



It was a 50/50 shot. Either he was going to say something, or he wasn't.
If the House lost every hand, they wouldn't deal the game.
TwoFeathersATL
TwoFeathersATL
  • Threads: 37
  • Posts: 3616
Joined: May 22, 2013
February 29th, 2016 at 6:28:12 AM permalink
Quote: beachbumbabs

It was a 50/50 shot. Either he was going to say something, or he wasn't.

Sly answer darling. You know I have a teenage crush on you right?
Just 2F ;-)
Youuuuuu MIGHT be a 'rascal' if.......(nevermind ;-)...2F
  • Jump to: