document.write( "Question 1202356: Suppose a jar contains 8 red marbles and 32 blue marbles. If you reach in the jar and pull out 2 marbles at random one at a time, without replacement, find the probability that both are red. \n" ); document.write( "
Algebra.Com's Answer #837120 by Theo(13342)![]() ![]() You can put this solution on YOUR website! thre are a total of 8 red and 32 blue marbled in the jar for a total of 40. \n" ); document.write( "the probability that the first one is red is equal to 8 / 40. \n" ); document.write( "the probability that the second one is red is equal to 7 / 39. \n" ); document.write( "the probability that both are red is equal to 8/40 * 7/39 \n" ); document.write( " \n" ); document.write( " |