document.write( "Question 587136: 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( "Please help me with this! \n" );
document.write( "
Algebra.Com's Answer #374009 by edjones(8007)![]() ![]() You can put this solution on YOUR website! A) \n" ); document.write( "5+3+2=10 \n" ); document.write( "5/10 = 1/2 the probability of drawing a white ball. \n" ); document.write( ". \n" ); document.write( "B) \n" ); document.write( "(5+x)/(10+x) = 3/4 \n" ); document.write( "5+x = 3(10+x)/4 \n" ); document.write( "5+x=(30+3x)/4 \n" ); document.write( "20+4x=30+3x \n" ); document.write( "x=10 white balls must be added to the box so that the probability of drawing a white ball is 3/4 \n" ); document.write( ". \n" ); document.write( "C) Similar to B \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |