Original question:
A box contains 400 balls, each of which is blue, red, green, yellow or orange.
The ratio of blue to red to green balls is 1 : 4 : 2. The ratio of green to yellow to orange balls is 1 : 3 : 6.
What is the smallest number of balls that must be drawn to ensure that at least 50 balls of one color are selected?
My workings:
Total # of balls = 400
blue : red : green : yellow : orange = 1:4:2:6:12
1+4+2+6+12=25
Therefore, # of balls of each color:
blue: 1/25*400= 16
red: 4/25*400=64
green: 32
yellow: 96
orange: 192
I guess I would do the following calculations:
In order to choose at least 50 balls of one color, it is only possible with {red, yellow, orange}.
Case 1: red
400C1 + 400C2 + … + 400Cx >= 64C50
Case 2: yellow
400C1 + 400C2 + … + 400Cy >= 64C50
Case 3: orange
400C1 + 400C2 + … + 400Cz >= 64C50
Choose a minimum value among {x, y, z}
But we should choose the ball out of 400 randomly.
I don't know how to continue …
Thank you so much for your help.
A box contains 400 balls, each of which is blue, red, green, yellow or orange.
The ratio of blue to red to green balls is 1 : 4 : 2. The ratio of green to yellow to orange balls is 1 : 3 : 6.
What is the smallest number of balls that must be drawn to ensure that at least 50 balls of one color are selected?
My workings:
Total # of balls = 400
blue : red : green : yellow : orange = 1:4:2:6:12
1+4+2+6+12=25
Therefore, # of balls of each color:
blue: 1/25*400= 16
red: 4/25*400=64
green: 32
yellow: 96
orange: 192
I guess I would do the following calculations:
In order to choose at least 50 balls of one color, it is only possible with {red, yellow, orange}.
Case 1: red
400C1 + 400C2 + … + 400Cx >= 64C50
Case 2: yellow
400C1 + 400C2 + … + 400Cy >= 64C50
Case 3: orange
400C1 + 400C2 + … + 400Cz >= 64C50
Choose a minimum value among {x, y, z}
But we should choose the ball out of 400 randomly.
I don't know how to continue …
Thank you so much for your help.