document.write( "Question 246751: You have a bag of 56 marbles, 24 of which are blue. What is the
\n" );
document.write( " probability that you will choose a blue marble?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #180101 by richwmiller(17219) You can put this solution on YOUR website! 56 marbles \n" ); document.write( "24 are blue \n" ); document.write( "24/56 \n" ); document.write( "factor and simplify \n" ); document.write( "(8*3)/8*7) \n" ); document.write( "3/7 \n" ); document.write( " \n" ); document.write( " |