There are 10 boxes containing blue and red balls.
The number of blue balls in the
n
th
box is given by
B
(
n
)
=
2
n
.
The number of red balls in the
n
th
box is given by
R
(
n
)
=
1
0
2
4
−
B
(
n
)
.
A box is picked at random, and a ball is chosen randomly from that box. If the ball is blue, and the probability that the 1 0 th box was picked can be expressed as b a , where a and b are coprime positive integers, find a + b .
More probability questions
Photo credit: http://www.spi-global.com/
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Why do u multiply the denominator by 1/10?
Log in to reply
Its 1/10th times each of the probabilities for each box that it contains a blue ball. i.e. Another way of writing it would have been P 1 / 1 0 + P 2 / 1 0 + . . . + P 1 0 / 1 0
Log in to reply
@Ashish Sacheti P(B) is probability of choosing a blue ball from a box. To choose a blue ball you need to 'choose a box' and 'pick a blue ball'
Probability to choose box = 1/10 Total number of balls in any box = 2^n + 1024 - 2^n = 1024 Probability of selecting blue ball from 1st box = 2^1/1024 Probability of selecting blue ball from 2nd box = 2^2/1024 .... Probability of selecting blue ball from 10th box = 2^10/1024
P(B) = (1/10) * ((2+4+8+...2^10) / 1024)
Each box must contain 1024 balls only since the number of red balls = 1024 - number of blue balls => red balls + blue balls = 1024
Therefore, P(B) = Total Number of Blue Balls in 10 boxes / Total Number of Balls in all 10 boxes = ( 2^1 + 2^2 + …. 2^10 ) / 10 1024 = (Sum of 10 terms of a G.P. with r = 2 and a = 2 ) / 10 1024 = 2046 / 10*1024
I think you can also simplify the probability of blue to (number of blue balls total / number of balls total) since you have an equal chance of getting any blue ball. Am I wrong?
Because each box has equal numbers of balls, we can simplify this problem. The probability of the ball being from the 10th box is
P ( 1 0 t h ) = B ( 1 ) + B ( 2 ) + B ( 3 ) + . . . + B ( 1 0 ) B ( 1 0 ) = 2 + 4 + 8 + . . . + 1 0 2 4 1 0 2 4 = 2 0 4 6 1 0 2 4 = 1 0 2 3 5 1 2
And 5 1 2 + 1 0 2 3 = 1 5 3 5
easy question
Problem Loading...
Note Loading...
Set Loading...
Let A = probability that the 10th box was picked
Let B = initial probability that a blue ball was chosen.
Using Baye's theorem ,
P ( A ∣ B ) = P ( B ) P ( B ∣ A ) ∗ P ( A ) = ( 1 / 1 0 ) ∗ 1 0 2 4 2 1 + 2 2 + . . . + 2 1 0 ( 1 ) ∗ ( 1 / 1 0 ) = 2 1 + 2 2 + . . . + 2 1 0 1 0 2 4 = 2 0 4 6 1 0 2 4 = 1 0 2 3 5 1 2
And 5 1 2 + 1 0 2 3 = 1 5 3 5