document.write( "Question 711487: a box contains 4 white balls, one black ball and seven red balls. how many white balls must be added to the box so that the probability of drawing a white ball is 2/3 \n" ); document.write( "
Algebra.Com's Answer #437435 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a box contains 4 white balls, one black ball and seven red balls. how many white balls must be added to the box so that the probability of drawing a white ball is 2/3 \n" ); document.write( "----- \n" ); document.write( "# of white balls: 4 + x \n" ); document.write( "Total # of balls (4 + 1 + 7 + x) = 12+x \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "(4+x)/(12+ x) = 2/3 \n" ); document.write( "12+3x = 24+2x \n" ); document.write( "x = 12 (# of white balls to add to the box) \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============================== \n" ); document.write( " |