SOLUTION: A bag contains balls numbered 1,2,3 first a ball is drawn from the bag and a fair coin is tosed the number of times as the number shown on the drawn ball.find the mean of number of

Algebra ->  Probability-and-statistics -> SOLUTION: A bag contains balls numbered 1,2,3 first a ball is drawn from the bag and a fair coin is tosed the number of times as the number shown on the drawn ball.find the mean of number of      Log On


   



Question 301258: A bag contains balls numbered 1,2,3 first a ball is drawn from the bag and a fair coin is tosed the number of times as the number shown on the drawn ball.find the mean of number of heads?

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!

Mean number of heads = 0*P(0 heads) + 1*P(1 head) + 2*P(2 heads) + 3*P(3 heads).

We don't need the probability of 0 heads since that will be multiplied
by 0. So:

Mean number of heads = 1*P(1 head) + 2*P(2 heads) + 3*P(3 heads).

The probability of getting x heads out of n tosses of a fair coin is

nCx%2A%281%2F2%29%5Ex%2A%281%2F2%29%5E%28n-x%29=nCx%2A%281%2F2%29%5En

Use that formula to fill in this table of probabilities:

                   P(1 head)    P(2 heads)    P(3 heads)
ball#1(1 toss)         1/2           0             0      
ball#2(2 tosses)       1/2          1/4            0
ball#3(3 tosses)       3/8          3/8           1/8 

Now we need to get P(1 head), P(2 heads), P(3(heads)

P(1 head) = P[(ball#1 AND 1 head) OR (ball#2 AND 1 head) OR (ball#3 AND 1 head)]

Using the rule of "AND implies multiplication" and "OR implies addition":

P(1 head) = 

P(2 heads) = P[(ball#2 AND 2 heads) OR (ball#3 AND 2 heads)] = %281%2F3%29%2A%281%2F4%29%2B%281%2F3%29%2A%283%2F8%29=1%2F12%2B1%2F8=5%2F24

P(3 heads) = P[ball#3 AND 3 heads] = %281%2F3%29%2A%281%2F8%29=1%2F24

So,

Mean number of heads = 1*P(1 head) + 2*P(2 heads) + 3*P(3 heads) = .

So, surprisingly, the mean number of heads is 1 head!!!

Edwin