document.write( "Question 1210325: A bag contains 8 red balls and some white balls, all of the same size. If the probability of drawing at random a white ball from the bag is half the probability of drawing a red ball, find the number of white balls in the bag \n" ); document.write( "
Algebra.Com's Answer #851890 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "You could just think out that there would have to be only half as many\r\n" );
document.write( "white balls as red balls, and half of 8 is 4. \r\n" );
document.write( "\r\n" );
document.write( "Otherwise,\r\n" );
document.write( "\r\n" );
document.write( "...A bag contains 8 red balls and some white balls, all of the same size....\r\n" );
document.write( "\r\n" );
document.write( "There are 8 red balls and N white balls\r\n" );
document.write( "\r\n" );
document.write( "There are N+8 balls in the bag.\r\n" );
document.write( "\r\n" );
document.write( "The probability of drawing a red ball is 8 out od N+8 or\r\n" );
document.write( "\"8%2F%28N%2B8%29\"\r\n" );
document.write( "\r\n" );
document.write( "The probability of drawing a white ball is N out of N+8 or\r\n" );
document.write( "\"N%2F%28N%2B8%29\"\r\n" );
document.write( "\r\n" );
document.write( "...If the probability of drawing at random a white ball from the bag is half\r\n" );
document.write( "the probability of drawing a red ball,...\r\n" );
document.write( "\r\n" );
document.write( "\"N%2F%28N%2B8%29\"\"%22%22=%22%22\"\"expr%281%2F2%29%2Aexpr%288%2F%28N%2B8%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Go to https://www.wolframalpha.com/\r\n" );
document.write( "\r\n" );
document.write( "Type in N/(N+8) = (1/2)(8/(N+8))\r\n" );
document.write( "\r\n" );
document.write( "Press ENTER\r\n" );
document.write( "\r\n" );
document.write( "See N = 4, so there are 4 white balls in the bag.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );