document.write( "Question 985769: A bowl contains 15 red beads, 30 white beads, 20 blue beads, and 7 black beads. If one of the beads is drawn at random, what is the probabilities that:
\n" );
document.write( "a.it will be red?
\n" );
document.write( "b.it will be black?
\n" );
document.write( "c.it will be white or black?
\n" );
document.write( "d.it will be neither white or black? \n" );
document.write( "
Algebra.Com's Answer #606575 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bowl contains 15 red beads, 30 white beads, 20 blue beads, and 7 black beads. If one of the beads is drawn at random, what is the probabilities that: \n" ); document.write( "a.it will be red?:: 15/72 \n" ); document.write( "-------------------------------- \n" ); document.write( "b.it will be black?:: 7/72 \n" ); document.write( "-------------------------------- \n" ); document.write( "c.it will be white or black?:: (30+7)/72 = 37/72 \n" ); document.write( "--------------------------------- \n" ); document.write( "d.it will be neither white or black?:: (72-37)/72 = 35/72 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |