Two identical urns—black and white—each contain 5 blue, 5 red and 10 green balls. Every ball selected from the black urn is immediately returned to the urn, while each ball selected from the white urn is removed and placed on a table.
If Jenny receives a quarter for every blue ball, a dime for every red ball and a nickel for every green ball she selects, what is the probability that she will be able to buy a 25-cent candy bar with the proceeds from drawing four balls—two from each urn?
Let number of blue, red and green balls selected be b, r & g respectively
Conditions not to achieve the goal: -
25b + 10r + 5g < 25
b + r + g = 4
b=0; 10r+5g < 25 ; 2r + g < 5;
r + g = 4; g = 4 - r; 2r + 4 - r < 5; r<1; r = 0
Both blue balls and red balls should not be selected to not achieve the goal
Probability of not achieving the goal = (10/20)(10/20)(10/20)(9/19) = 9/152
Probability of achieving the goal = 1 - 9/152 = 143/152
IMO A