document.write( "Question 629789: a box contains 8 white balls, 4 black balls, and 9 red balls.
\n" );
document.write( "how many red balls must be added to the box so that the probability of drawing a red ball is 2/3 ?
\n" );
document.write( "how many black balls must be added to the original box so that the probability of drawing a white ball is 1/3 ? \n" );
document.write( "
Algebra.Com's Answer #396493 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a box contains 8 white balls, 4 black balls, and 9 red balls. \n" ); document.write( "total of 21 balls \n" ); document.write( "------------------------------ \n" ); document.write( "how many red balls must be added to the box so that the probability of drawing a red ball is 2/3 ? \n" ); document.write( "Let the number added be \"x\". \n" ); document.write( "Equation: \n" ); document.write( "(9+x)/(21+x) = 2/3 \n" ); document.write( "3(9+x) = 2(21+x) \n" ); document.write( "27 + 3x = 42+2x \n" ); document.write( "x = 15 \n" ); document.write( "---------------------------------- \n" ); document.write( "how many black balls must be added to the original box so that the probability of drawing a white ball is 1/3 ? \n" ); document.write( "Let the number be \"x\": \n" ); document.write( "8/(21+x) = 1/3 \n" ); document.write( "21+x = 24 \n" ); document.write( "x = 3 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |