document.write( "Question 749800: Consider drawing two cards from a 52-card deck. What is the probability of drawing a 2, replacing the card, and then drawing a Queen? \n" ); document.write( "
Algebra.Com's Answer #456357 by FrankM(1040)\"\" \"About 
You can put this solution on YOUR website!
There are 13 different cards, i.e. 4 2s, one of each suit. \r
\n" ); document.write( "\n" ); document.write( "So the chance of drawing a 2 is 1/13, and the chance of then drawing a queen is also 1/13. \r
\n" ); document.write( "\n" ); document.write( "1/(13^2) = 1/169\r
\n" ); document.write( "\n" ); document.write( "1 in 169 is the odds.
\n" ); document.write( "
\n" );