document.write( "Question 1112874: A stack of playing cards contains 4 jacks, 5 queens, 3 kings, and 3 aces. Two cards will be randomly selected from the stack. What is the probability that a queen is chosen and replaced, and then a queen is chosen again? \r
\n" );
document.write( "\n" );
document.write( "A.1/9
\n" );
document.write( "B.4/9
\n" );
document.write( "C.16/225
\n" );
document.write( "D.2/21 \n" );
document.write( "
Algebra.Com's Answer #727995 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! there are 15 cards in the deck \n" ); document.write( ": \n" ); document.write( "Probability of choosing a queen is 5/15 = 1/3 \n" ); document.write( ": \n" ); document.write( "Probability of choosing 2 queens with replacement is (1/3) * (1/3) = 1/9 \n" ); document.write( ": \n" ); document.write( "answer is A \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |