Ask The Wizard #254
If the question were what is the most costly mistake, considering both the frequency of the play and cost of the error, then I can only hazard a guess. That guess would be that the #1 error is not soft doubling when you are supposed to. Seldom do I see recreational players double a hand like soft 17 against a 6. The following table shows the increase in the house edge as a result of four commonly made mistakes. This table assumes the player always makes the error when the situation occurs, instead taking the second best option. For standing on 12 against a 2 or 3 I did not include a player 6,6.
Frequent Blackjack Errors
| Error | Probability | Avg. Cost per Incident | Cost per Hand |
|---|---|---|---|
| Never soft double | 0.016430 | 0.054357 | 0.000893 |
| Stand on 12 against 2 or 3 | 0.000380 | 0.029955 | 0.000380 |
| Stand on soft 18 against 9-A | 0.000205 | 0.041605 | 0.000205 |
| Hit 8,8 against 9-A | 0.000194 | 0.081779 | 0.000194 |
This question was raised and discussed in the forum of my companion site Wizard of Vegas.

This is a binomial distribution kind of problem. The general formula is that if the probability of an event is p, and each outcome is independent, then the probability of it happening exactly w out of t trials is combin(t,w)×pw×(1-p)t-w.
In this case, there are 2 ways to make the straight flush. You need the 8 of diamonds and another card of either the 6 or J of diamonds. There are combin(47,2)=1,081 ways to draw 2 cards out of the 47 left in the deck. So, the probability of getting a straight flush in any one hand is 2/1,081 = 0.0018501. The probability of making 3 out of 10 is combin(10,3)×0.00185013×(1-0.0018501)7 = 0.000000750178, or 1 in 1,333,017.
- Sevening out.
- Repeating a point already made (4 to 9).
- Rolling a 10 on the come out roll, and then making it.
We need to quantify the second and third probabilities only. The shooter will eventually make a point, and then eventually make it or seven out. The probability that the point established and then made is 4 to 9 is:
(3/24)×(3/9) + (4/24)×(4/10) + (5/24)×(5/11) + (5/24)×(5/11) + (4/24)×(4/10) = 0.364394.
The probability of establishing a 10 point and then making it is (3/24)*(1/3) = 0.041667.
Let p be the probability of making a 10 point before sevening out. If the player makes any other point, he is right back to where he started from. So...
p = 0.364394 × p + 0.041667
p × (1-0.364394) = 0.041667
p = 0.041667/(1-0.364394)
p = 0.065554
This question was raised and discussed in the forum of my companion site Wizard of Vegas.
This question was raised and discussed in the forum of my companion site Wizard of Vegas.