document.write( "Question 498869: you got 52 playing cards if you choose to cards at random without replacing them what the probability of choosing a king then a jack? \n" ); document.write( "
| Algebra.Com's Answer #337219 by nerdybill(7384)     You can put this solution on YOUR website! you got 52 playing cards if you choose to cards at random without replacing them what the probability of choosing a king then a jack? \n" ); document.write( ". \n" ); document.write( "first card: \n" ); document.write( "total cards: 52 \n" ); document.write( "number of kings: 4 \n" ); document.write( "probability: 4/52 = 1/13 \n" ); document.write( ". \n" ); document.write( "second card: \n" ); document.write( "total cards: 51 \n" ); document.write( "number of jacks: 4 \n" ); document.write( "probability: 4/51 \n" ); document.write( ". \n" ); document.write( "probalitiy of choosing a king then a jack: \n" ); document.write( "1/13 * 4/51 = 0.006 or 0.6% \n" ); document.write( " \n" ); document.write( " |