Ask The Wizard #251
The missing piece is what would be the house edge without the errors? I admit this is kind of crude, but the average of the house edge column in the April 2010 Current Blackjack Newsletter is 0.78%. So, the total house edge in blackjack, including errors is 0.78% + 0.83% = 1.61%. The portion of that due to errors is 0.83%/1.61% = 51.55%. So the 2009 profit from blackjack errors in Nevada could be roughly estimated as 1,008,525,000 × 0.5155 = $519 million.
This question was raised and discussed in the forum of my companion site Wizard of Vegas.
9/6 Jacks Royal Combinations
| Cards Held | Combinations | Probability |
|---|---|---|
| 0 | 1,426,800 | 0.002891 |
| 1 | 16,805,604 | 0.034053 |
| 2 | 96,804,180 | 0.196154 |
| 3 | 195,055,740 | 0.395240 |
| 4 | 152,741,160 | 0.309498 |
| 5 | 30,678,780 | 0.062164 |
| Total | 493,512,264 | 1.000000 |
V = value of annuity
P = individual payment amount
i = interest rate
n = number of payments
Let’s say the jackpot was $15M. Using i = 4.66%, and n=25, the fair payment to keep up with inflation would be $982,525. You would actually get 15M/25 = $600,000. Actual payment/fair payment = 61.07%.
Not that you asked, but the formula if the payments are made at the end of each year is V = P × [(1-(1+i)-n)]/i.
This question was raised and discussed in the forum of my companion site Wizard of Vegas.

Let t be the number of turtles made, and x the number sold.
pr(x<=t)=0.9
pr(x-14.29<=t-14.29)=0.9
pr((x-14.29)/3.5)<=(t-14.29)/3.5))=0.9
The left side of the inequality follows a standard normal distribution (mean of 0, standard deviation of 1). This next step takes an introductory statistics course, or some faith, to accept.
(t-14.29)/3.5 = normsinv(0.9) This is the Excel function.
(t-14.29)/3.5 = 1.282
t-14.29 = 4.4870
t = 18.77
Nobody is likely to buy 0.77 of a turtle statue, so I would round up to 19. According to the binomial distribution, the probability of selling 18 or less is 88.35%, and 19 or less is 92.74%. This question was raised and discussed in the forum of my companion site Wizard of Vegas.
b = starting bankroll in units.
g = bankroll goal in units.
p = probability of winning any given bet, not counting ties.
q = probability of losing any given bet, not counting ties.
Here the player starts with $12 million, or 60 units of $200,000, and will play until reaches 120 units or goes bust. So in the case of the Player bet the equation values are:
b = 60
g = 120
p = 0.493175
q = 0.506825
So the answer is ((0.506825/0.493175)60-1)/(( 0.506825/0.493175)120-1) = 16.27%.
It is much more complicated on the Banker bet, because of the 5% commission. That would result in the distinct possibility of the player overshooting his goal. If we add a rule that if a winning bet would cause the player to achieve his goal, he could bet only what was needed to get to $12 million exactly, then I estimate his probability of success at 21.66%.
A simpler formula for the probability of doubling a bankroll is 1/[1+(q/p)b].
This question was raised and discussed in the forum of my companion site Wizard of Vegas.