Administrator
|
Q.5
Pr(Chosen Box is C| Gold Coin is found)
= Pr(Chosen Box is C, Gold Coin is found) /Pr(Gold coin is found)
= (1/6)/(1/2)
= 1/3
Q.6
Pr(Atleast one boy| Atleast one girl)
= Pr(Atleast one boy, Atleast one girl)/Pr(Atleast one girl)
= [1-Pr(no boy)-Pr(no girl)]/[1-Pr(no girl)]
= [6/8]/[7/8]
= 6/7
Q.7
Let X be the number of heads player 1 gets and Y be the number of heads player 2 gets. We want to find
Pr(X > Y)
= Pr(X > Y|Y = 0) Pr(Y = 0) +
Pr(X > Y|Y = 1) Pr(Y = 1) +
Pr(X > Y|Y = 2) Pr(Y = 2) +
Pr(X > Y|Y = 3) Pr(Y = 3) +
Pr(X > Y|Y = 4) Pr(Y = 4)
= Pr(X > 0|Y = 0) Pr(Y = 0) +
Pr(X > 1|Y = 1) Pr(Y = 1) +
Pr(X > 2|Y = 2) Pr(Y = 2) +
Pr(X > 3|Y = 3) Pr(Y = 3) +
Pr(X > 4|Y = 4) Pr(Y = 4)
= Pr(X > 0) Pr(Y = 0) +
Pr(X > 1) Pr(Y = 1) +
Pr(X > 2) Pr(Y = 2) +
Pr(X > 3) Pr(Y = 3) +
Pr(X > 4) Pr(Y = 4) [Since X and Y are independent]
= (31/32)(1/16)
+ (26/32)(4/16)
+ (16/32)(6/16)
+ (6/32)(4/16)
+ (1/32)(1/16)
= (1/2)
There is another way to do the above problem. Since player 1 has five coins and player 2 has four, Player 1 will either have more number of heads than player 2 has or more number of tails than player 2 has but not both.
So, Pr(X > Y) + Pr(5 - X> 4 - Y) = 1
and by symmetry,
Pr(X > Y) = Pr(5 - X> 4 - Y)
Thus,
Pr(X > Y) = 1/2
Q.8
f(c)
= max{x+2y|x>=0, y>=0, 2x+y=c}
= max{z| c/2 <= z <= 2c}
= 2c
Thus, f'(c) = 2.
|