document.write( "Question 146168: find the probability of pulling out a heart and then a dimond from a standard 52 card deck with a) replacement and b) with out replacement \n" ); document.write( "
Algebra.Com's Answer #106711 by vleith(2983) ![]() You can put this solution on YOUR website! a) Hearts are 13/52 or 1/4. With replacement, diamonds are 13/52 = 1/4 \n" ); document.write( "so 1/4* 1/4 = 1/16\r \n" ); document.write( "\n" ); document.write( "b) without replacement \n" ); document.write( "hearts is still the same (13 of 52). But diamonds is then 13/51. \n" ); document.write( "1/4 * 13/51 = 13/204 \n" ); document.write( " |