Box A contain 6 red and 4 black balls, and box B contains 4 red and 6 black balls. One ball is drawn at random from box A and placed in box B , and then one ball is taken from box B and placed in box A . If one ball is now drawn at random from box A , then find the probability that it is red.
If the probability is in the form
b
a
, where
a
and
b
are coprime positive integers, submit your answer as
a
+
b
.
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.
I'm wondering if anybody could comment as to the flaw of reasoning of the following "solution". It must be incorrect, but I don't see where I am going wrong. There are four cases: Case 1: (R,R). We choose a red ball from box A and then a red ball from box B. The probability of this happening would be (6/10) (5/11) (because, after we put a red ball into box B, it would then have 5 red balls and 6 black balls in box B). If we choose (R,R), then box A is left with 6 red balls and 4 black. Which means, the Probability of choosing a red ball given we have chosen (R, R) is 6/10. Case 2: (R, B). By a similar reasoning as above, the probability of making that choice is (6/10) (6/11). Given that we have chosen (R, B), box A now has 5 red balls and 5 black. So, Prob(choosing Red given (R,B)) = 5/10. Case 3: (B, R). The probability of this choice is (4/10) (4/11). We would then have 7 red balls and 3 black in box A, so Prob.(choosing Red given (B,R)) = 7/10. Lastly, Case 4 (B, B). The probability of this happening is (4/10) (7/11). In this case, we are left with 6 red and 4 black in box A, so that P(choosing red given (B, B)) = 6/10. Adding up across all these cases would seem to imply that Prob(choosing red) = Prob(red given (R,R))*P(R,R) + ... + Prob(red given (B,B)) = 584/1100 = 146/275. I'm fairly certain my arithmetic is correct (I've checked it several times), so the reasoning must be flawed. I'm not sure why. Any comments would be greatly appreciated. Thanks in advance.
Let's call the combination of red and black balls:
• in box A, after taking a ball from box A and putting into box B: A'
• in box B, after taking a ball from box A and putting into box B: B'
(e.g. B' (4R, 7B) means, that we have 4 red and 7 black balls in box B at this point)
• in box A, after taking a ball from box B' and putting into box A: A''
We start with the following two boxes:
A°(6R, 4B) and B°(4R, 6B)
Now consider the following 2 × 2 = 4 cases:
I. The first ball (taken from A°, put into B°) is red:
p ( A ′ ( 5 R , 4 B ) ) = p ( B ′ ( 5 R , 6 B ) ) = 1 0 6
Case 1: The second ball (taken from B', put into A') is red:
p ( A ′ ′ ( 6 R , 4 B ) ) = 1 0 6 × 1 1 5 = 1 1 0 3 0
Case 2: The second ball (taken from B', put into A') is black:
p ( A ′ ′ ( 5 R , 5 B ) ) = 1 0 6 × 1 1 6 = 1 1 0 3 6
II. The first ball (taken from A°, put into B°) is black:
p ( A ′ ( 6 R , 3 B ) ) = p ( B ′ ( 4 R , 7 B ) ) = 1 0 4
Case 3: The second ball (taken from B', put into A') is red:
p ( A ′ ′ ( 7 R , 3 B ) ) = 1 0 4 × 1 1 4 = 1 1 0 1 6
Case 4: The second ball (taken from B', put into A') is black:
p ( A ′ ′ ( 6 R , 4 B ) ) = 1 0 4 × 1 1 7 = 1 1 0 2 8
Therefore, the probability of getting a red ball (from box A) at the third draw:
1 0 6 × 1 1 0 3 0 + 1 0 5 × 1 1 0 3 6 + 1 0 7 × 1 1 0 1 6 + 1 0 6 × 1 1 0 2 8 = 1 1 0 0 6 4 0 = 5 5 3 2
Hence, a = 32, b = 55 and our answer should be:
a + b = 3 2 + 5 5 = 8 7
Remark:
Alternatively, we could have used either a probability tree diagram or a table to show the outcomes and their probabilities.
Problem Loading...
Note Loading...
Set Loading...
Consider the expected numbers of red and black balls of the stages.
Stage 0: Originally
Box A Box B Red 6 4 Black 4 6 Total 1 0 1 0
Stage 1: One ball is drawn at random from box A and placed in box B .
Box A Box B Red 6 − 1 0 6 = 5 2 7 4 + 1 0 6 = 5 2 3 Black 4 − 1 0 4 = 5 1 8 6 + 1 0 4 = 5 3 2 Total 9 1 1
Stage 2: Then one ball is taken from box B and placed in box A .
Box A Box B Red 5 2 7 + 1 1 5 2 3 = 1 1 6 4 5 2 3 − 1 1 5 2 3 = 1 1 4 6 Black 5 1 8 + 1 1 5 3 2 = 1 1 4 6 5 3 2 − 1 1 5 3 2 = 1 1 6 4 Total 1 0 1 0
After stage 2, the probability of drawing a red ball from box A is 1 0 1 1 6 4 = 5 5 3 2 .
⟹ a + b = 3 2 + 5 5 = 8 7