![]() |
|
|
#1 |
|
Jan 2005
2 Posts |
Alice and Bob play coin toss: Alice pays Bob £1 for each head and Bob pays Alice £1 for each tail they throw. They continue playing until one player loses (runs out of money). Initially Alice has £6 and Bob has £14.
a. Determine, with proof, the probability that Alice loses. b. Determine the probability that Alice loses but also has at some time previously been within £1 of winning. again im sure this must be easy for most but probability was never my strong point anyway. its so frustrating not being able to do it! |
|
|
|
|
|
#2 |
|
Cranksta Rap Ayatollah
Jul 2003
641 Posts |
|
|
|
|
|
|
#3 |
|
"William"
May 2003
New Haven
2·7·132 Posts |
The most straight forward approach is to define 21 variables, An ranging from A0 to A20, as the probability that Alice will lose if she "starts" with £n. Clearly A0=1 and A20=0. For n=1 to 19, Alice with either win or lose the next toss, and then "starts over" from there. Hence
An = 0.5 * An-1 + 0.5 * An+1 for n=1 to 19. Solve this set of equations, and A6 is the answer to the first question. For the second question you could solve a similar problem with only £19 total. And then multiply the probability of Alice winning that game times A19. There are lots of cute relationships you can find. For example, it you have the probabilities for a game with £m, you can calculate the probabilites for a game with £m+1 by observing that Alice first either wins or loses the £m game and then figuring out the consequences of the next few tosses. |
|
|
|
|
|
#4 |
|
"Nancy"
Aug 2002
Alexandria
9A316 Posts |
Google for "gambler's ruin"
Alex |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple Question | Unregistered | Information & Answers | 3 | 2012-11-26 02:55 |
| Betting on a coin toss | Dougal | Homework Help | 10 | 2010-12-07 19:18 |
| Coin Toss Game | davar55 | Puzzles | 26 | 2007-11-03 09:46 |
| A simple question | Bundu | Math | 11 | 2007-09-24 00:02 |
| Infinite Coin-Toss? | eaS | Puzzles | 20 | 2003-09-21 02:48 |