document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #521422 by stanbon(75887)\"\" \"About 
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?
\n" ); document.write( "--------
\n" ); document.write( "# of ways to succeed:: 4+x
\n" ); document.write( "# of possible choices:: (4+5+3+x)
\n" ); document.write( "-----
\n" ); document.write( "Equation:
\n" ); document.write( "(4+x)/(12+x) = 0.8
\n" ); document.write( "4+x = 0.8(12+x)
\n" ); document.write( "-----
\n" ); document.write( "4+x = 9.6 + 0.8x
\n" ); document.write( "0.2x = 5.6
\n" ); document.write( "2x = 56
\n" ); document.write( "x = 28 (# of blue to add)
\n" ); document.write( "----
\n" ); document.write( "Why?
\n" ); document.write( "(4+28)/(12+28) = 32/40 = 4/5 = 0.8
\n" ); document.write( "========================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "------------------
\n" ); document.write( "
\n" );