SOLUTION: 5. A bag contains four blue marbles, five green marbles, and three yellow marbles. How many blue marbles should you add to the bag so that the probability of drawing a blue marble

Algebra ->  Probability-and-statistics -> SOLUTION: 5. A bag contains four blue marbles, five green marbles, and three yellow marbles. How many blue marbles should you add to the bag so that the probability of drawing a blue marble       Log On


   



Question 864996: 5. A bag contains four blue marbles, five green marbles, and three yellow marbles. How many blue marbles should you add to the bag so that the probability of drawing a blue marble is 0.80?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A bag contains four blue marbles, five green marbles, and three yellow marbles. How many blue marbles should you add to the bag so that the probability of drawing a blue marble is 0.80?
--------
# of ways to succeed:: 4+x
# of possible choices:: (4+5+3+x)
-----
Equation:
(4+x)/(12+x) = 0.8
4+x = 0.8(12+x)
-----
4+x = 9.6 + 0.8x
0.2x = 5.6
2x = 56
x = 28 (# of blue to add)
----
Why?
(4+28)/(12+28) = 32/40 = 4/5 = 0.8
========================================
Cheers,
Stan H.
------------------