document.write( "Question 1138951: Two cards are chosen at random from a deck of 52 cards without replacement. What is the probability that the first card is a jack and the second card is a ten?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #756736 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! probability of a jack is 4/52 or 1/13. \n" ); document.write( "then 51 cards left and 4 are 10s, so 4/51 \n" ); document.write( "That product is 4/663. \n" ); document.write( " |