Wednesday, May 22, 2013

Probability again, a ball game.

If you are in Hong Kong and you need help for university mathematics courses, please visit  www.all-r-math.com.

Question: Player A and Player B compete in a ball game. Player A has a chance of p to earn a point, and Player B has a chance q=1p to earn a point. The game ends whenever a player gets 10 points. Now Player A has 7 points and Player B has 5 points. What is the probability that Player A wins the game?

A tennis game


Answer: Player A has to win 3 more points. Before Player A wins the last point, Player B can only wins no more than 4 points.

Method 1. Let n be the number of further games. n can be 3,4,5,...,7. If n=3, then Player A wins all the games, the probability is p3. If n=4, then Player B may win one of the first 3 games, the probability is C31p3q. For general n, Player B may win any n3 of the first n1 games, and the probability is Cn1n3p3qn3. Summing up, we have P(A)=(7n=3Cn1n3qn3)p3=(1+3q+6q2+10q3+15q4)p3.

Method 2. If we use a to represent the event that Player A earns a point and we use b to represent the event that Player B earns a point, then (1+b+b2+)a(1+b+b2+)a(1+b+b2+)a=(1+b+b2+b3+b4+)3a3=(1+3b+6b2+10b3+15b4+)a3
consists of all the cases that Player A earns 3 more points. It is easy to see that only up to b4 corresponding to that Player A wins the game. Therefore we have P(A)=(1+3q+6q2+10q3+15q4)p3.

The two methods are essentially the same. In the second method, the counting is hidden behind the algebra and we do not need to consider case by case.

Sunday, May 12, 2013

Winner becomes the dealer

If you are in Hong Kong and you need help for university mathematics courses, please visit  www.all-r-math.com.

Question: There is a card game between a dealer and a non-dealer. The odds that the dealer wins to that the other player wins is p:q. In a scenario, a poor guy with 1 coins play against a rich guy with N1 coins such that (1) initially the poor guy is the dealer, (2) after each game the winner gets 1 coin from the loser and becomes the dealer in the next game and (3) no more games if one of the guys collect all the N coins. What is the probability that the poor guy gets the final laugh?




Two-player mahjong is such a winner-becomes-the-dealer game.



Answer: Just like the usual gambler's ruin, we consider the moment that the poor guy having n coins and calculate the probability that he will be the final winner at this moment. However, the chance of winning the current game depends on whether he is the dealer or not, we have to separate the two sub-cases, therefore we have Pn be the probability that he will be the final winner if he is now the dealer and Qn be the probability that he will be the final winner if he is not the dealer.

We have Pn=pp+qPn+1+qp+qQn1...(1)Qn=qp+qPn+1+pp+qQn1...(2)
with initial conditions P0=Q0=0,PN=QN=1.

Now Pn+1=pp+qPn+2+qp+qQn=pp+qPn+2+qp+q(qp+qPn+1+pp+qQn1).
Rearranging the terms, (1+qp+q)Pn+1=Pn+2+qp+qQn1=Pn+2+(Pnpp+qPn+1).
Hence 2Pn+1=Pn+2+Pn.
Using standard technique we have Pn=a+bn
for some fixed a and b. Substitute it back, we have Qn=a+b(n+qpq).
Now we turn our eyes to the initial conditions, and we will find that there are no a and b that can satisfy all four! What happens? It turns out that in this scenario, it is not logical to the poor guy to lose all the coins but wins the last game or to win all the coins but lose the last game. Indeed P0 and QN could not enter equations (1) and (2). It means we only consider PN=1 and Q0=0, and so a=pqq(N+pqq)1,b=(N+pqq)1
Putting all together, Pn=n+pqqN+pqqQn=nN+pqq
The final answer is P1=1+pqqN+pqq.

Friday, May 10, 2013

Nine squares

If you are in Hong Kong and you need help for university mathematics courses, please visit  www.all-r-math.com.

Question: There are 9 squares, 3 black and 6 red. In each turn, a square is chosen randomly and its color is then switched. The process continues until all squares have the same color. What is the probability that all squares are red at the end?

REDREDBLACK
BLACKREDRED
REDREDBLACK


Answer: Let Pk be the probability of all red at the end if currently there are k red squares. Note in that turn, there are k9 chance that a red square turns black and 9k9 chance that a black square turns red. Therefore Pk=k9Pk1+k9Pk+1,k=1,2,,8.P0=0,P9=1
Or in matrix notation, (P0P1P2P3P4P5P6P7P8P9)=(10000000001/908/9000000002/907/9000000003/906/9000000004/905/9000000005/904/9000000006/903/9000000007/902/9000000008/901/90000000001)(P0P1P2P3P4P5P6P7P8P9)
Hence (P0P1P2P3P4P5P6P7P8P9)=(035/83315/664325/664165/332167/332339/664349/66448/831).
Therefore the required probability is P6=339664 is just barely greater than 1/2.

Friday, May 3, 2013

A probability game

If you are in Hong Kong and you need help for university mathematics courses, please visit  www.all-r-math.com.

Question: At each turn, if Player A has p coins and Player B has np coins, then the chance of A wins to the chance of B wins is p:np and that whoever wins gain 1 coin from the loser. The game ends if a player gets all the n coins. If currently A has nA coins and B has nnA coins, what is the probability that A is the final winner?



A B
Wealth: p coins Wealth: np coins
Winning chance: p/n Winning chance: 1p/n




Answer: Let Pp denotes the probability that A is the final winner if A has p coins. Then Pp=pnPp+1+npnPp1,P0=0,Pn=1.
Then npn(PpPp1)=pn(Pp+1Pp)
and thus Pp+1Pp=npp(PpPp1)=(np)(n(p1))(n1)p(p1)1(P1P0)=Cn1pP1.
Sum over all Pp from p=0 to r1, we have Pr=r1p=0(Pr+1Pr)=r1p=0Cn1pP1.
Consider the case r=n. 1=n1p=0Cn1pP1=2n1P1
and hence P1=12n1.
The final answer is therefore PnA=nA1p=0Cn1p2n1.

The wealthier or more powerful A is, the higher the chance A wins each battle. A reasonable model, isn't it?