document.write( "Question 1062217: Suppose you randomly draw two cards from a standard deck of playing cards. What's the probability of drawing a four of clubs, and then drawing a seven of hearts? do it with replacement and do it without replacement.\r
\n" );
document.write( "\n" );
document.write( "2.a bag contains 7 blue marbles, 3 green marbles, and 5 yellow marbles . Suppose you draw two marbles at random. What is the probability that you draw:
\n" );
document.write( "(a.) a blue, then a green marble with replacement and without replacement
\n" );
document.write( "(b.) two yellow marbles with replacement and without replacement?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #677051 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose you randomly draw two cards from a standard deck of playing cards. \n" ); document.write( "What's the probability of drawing a four of clubs, and then drawing a seven of hearts? do it with replacement and do it without replacement. \n" ); document.write( "With replacement:: (1/52)(1/52) \n" ); document.write( "Without replacement:: (1/52)(1/51) \n" ); document.write( "------------------------------------------- \n" ); document.write( "2.a bag contains 7 blue marbles, 3 green marbles, and 5 yellow marbles . Suppose you draw two marbles at random. What is the probability that you draw: \n" ); document.write( "(a.) a blue, then a green marble with replacement and without replacement \n" ); document.write( "With replacement:: (7/15)(3/15) \n" ); document.write( "Without replacement:: (7/15)(3/14) \n" ); document.write( "--------------------- \n" ); document.write( "(b.) two yellow marbles with replacement and without replacement? \n" ); document.write( "With replacement:: (5/15)(5/15 \n" ); document.write( "Without replacement:: (5/15)(4/14) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |