document.write( "Question 587944: A box contains 5 white balls, 3 black balls, and 2 red balls.
\n" );
document.write( "A-What is the probability of drawing a white ball?
\n" );
document.write( "B- How many white balls must be added to the box so that the probability of drawing a white ball is 3/4?
\n" );
document.write( "C-How many black balls must be added to the ORIGINAL assortment so that the probability of drawing a white ball is 1/4?
\n" );
document.write( "The answer for A is .5, and the answer for B is 10; however, what is the answer for C! I need to show my work...Please help me with this q... Thank you
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #374327 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box contains 5 white balls, 3 black balls, and 2 red balls. \n" ); document.write( "A-What is the probability of drawing a white ball? \n" ); document.write( "B- How many white balls must be added to the box so that the probability of drawing a white ball is 3/4? \n" ); document.write( "C-How many black balls must be added to the ORIGINAL assortment so that the probability of drawing a white ball is 1/4? \n" ); document.write( "The answer for A is .5, and the answer for B is 10; however, what is the answer for C! I need to show my work...Please help me with this q... \n" ); document.write( "=============== \n" ); document.write( "Let that number of added black balls be \"x\": \n" ); document.write( "Solve for \"x\": \n" ); document.write( "(5)/(10+x) = 1/4 \n" ); document.write( "--- \n" ); document.write( "10 + x = 20 \n" ); document.write( "x = 10 (# of additional black balls needed) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |