document.write( "Question 1005873: What is the probability that when drawing two cards, WITHOUT REPLACING, both will be aces?\r
\n" );
document.write( "\n" );
document.write( "What is the probability that when drawing two cards, again without replacing, one will be a heart and the other a club? \n" );
document.write( "
Algebra.Com's Answer #622011 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Probability(drawing two aces) = 4/52 * 3/51 = 1/13 * 1/17 = 0.004524887 \n" ); document.write( "Probability(drawing one heart, one club) = (13/52) * (13/51) = 0.06372549 \n" ); document.write( " \n" ); document.write( " |