document.write( "Question 696174: a card is chosen at random from a deck of 52 cards. it is replaced and a second card is chosen. what is the probability of choosing a king and an ace? \n" ); document.write( "
Algebra.Com's Answer #428830 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a card is chosen at random from a deck of 52 cards. it is replaced and a second card is chosen. what is the probability of choosing a king and an ace?
\n" ); document.write( "P(2 aces) = (1/13)^2
\n" ); document.write( "P(2 kings) = (1/13)^2
\n" ); document.write( "---
\n" ); document.write( "P(king and ace) = 8C2/52C2 - 2(1/13)^2 = 0.0152
\n" ); document.write( "============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );