document.write( "Question 436313: Find the probability of choosing each type of card combination at random from a standard deck of 52 cards if you replace the first card.\r
\n" );
document.write( "\n" );
document.write( "at least one of the two cards is a red face card \n" );
document.write( "
Algebra.Com's Answer #301868 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the probability of choosing each type of card combination at random from a standard deck of 52 cards if you replace the first card. \n" ); document.write( "at least one of the two cards is a red face card \n" ); document.write( "----- \n" ); document.write( "P(red card) = 1/2 \n" ); document.write( "P(not red) = 1/2 \n" ); document.write( "----- \n" ); document.write( "P(at least one of two is red) = 1 - p(neither is red) \n" ); document.write( "--- \n" ); document.write( "= 1-(1/2)^2 \n" ); document.write( "------------- \n" ); document.write( "= 1 - 1/4 \n" ); document.write( "--- \n" ); document.write( "= 3/4 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |