Bunuel
A bag contains balls, of which some are red and the others are blue. What is the number of blue balls in the bag?
(1) If 5 red balls are taken out of the bag, the bag will contain 50% more red balls than blue balls
(2) If 5 blue balls are taken out of the bag, the bag will contain 4 red balls for every blue ball
Let's assume -
- The number of red balls = \(r\)
- The number of blue balls = \(b\)
Total number of balls = \(r + b\)
Question: \(b\)?
Statement 1(1) If 5 red balls are taken out of the bag, the bag will contain 50% more red balls than blue balls\(r - 5 = 1.50*b\)
\(r = 1.50*b + 5\)
We can have multiple values of \(r\) and \(b\) satisfying this equation.
Ex. b = 2 , r = 8 ; b = 6 , r = 14
Hence, the statement alone is not sufficient.
Statement 2(2) If 5 blue balls are taken out of the bag, the bag will contain 4 red balls for every blue ball\(r = 4(b - 5)\)
We can have multiple values of \(r\) and \(b\) satisfying this equation.
Hence, the statement alone is not sufficient.
CombinedFrom Statement 2, \(r = 4b - 20\)
From Statement 1, \(r = 1.50*b + 5\)
\(4b - 20 = 1.50*b + 5\)
\(2.5b = 25\)
\(b = 10\)
Sufficient.
Option C