document.write( "Question 536195: What are the odds of getting a five and a jack out of a deck of 52 cards?\r
\n" );
document.write( "\n" );
document.write( "I thought it was 8/52 but that was wrong. \n" );
document.write( "
Algebra.Com's Answer #352196 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! With 52 cards, the chance of getting a five is 4/42 = 1/13. \n" ); document.write( "With 52 cards, the chance of getting a jack is 4/52 = 1/13. \n" ); document.write( ". \n" ); document.write( "When you are asked an \"and\" question regarding probabilities, it means \"multiply.\" \n" ); document.write( ". \n" ); document.write( "The chance of getting a 5 and then a jack on successive draws, with replacement is 1/13*1/13 = 1/169. \n" ); document.write( ". \n" ); document.write( "If you do not replace the five, then your chance of drawing the five is 4/52=1/13 and drawing a jack after drawing a five is 4/51. \n" ); document.write( "1/13*4/51 = 4/663 \n" ); document.write( " |