document.write( "Question 464841: You are dealt two cards successively (without replacement) from a shuffled deck of 52 playing cards. Find the probability that the first card is a king and the second card is a queen. \n" ); document.write( "
Algebra.Com's Answer #318480 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "there are 4 king and 4 queen.\r \n" ); document.write( "\n" ); document.write( "probability that first card is a king = 4/52 \r \n" ); document.write( "\n" ); document.write( "probability that second card is a queen = 4/51 \n" ); document.write( " (no replacement so only 51 will remain)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "required probability = 4/52 * 4/51\r \n" ); document.write( "\n" ); document.write( "= 1/13 * 4/51\r \n" ); document.write( "\n" ); document.write( "= 4/663\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |