document.write( "Question 1050816: Suppose a jar contains 5 red marbles and 33 blue marbles. If you reach in the jar and pull out 2 marbles at random, find the probability that both are red.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #666480 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Suppose a jar contains 5 red marbles and 33 blue marbles. If you reach in the jar and pull out 2 marbles at random, find the probability that both are red. \n" ); document.write( "---- \n" ); document.write( "The 1st is 5/38 \n" ); document.write( "The 2nd is 4/37 \n" ); document.write( "--- \n" ); document.write( "(5/38)*(4/37) = 10/703 \n" ); document.write( " |