document.write( "Question 1155515: A card is selected at random from a standard deck of playing cards.\r
\n" );
document.write( "\n" );
document.write( "Compute the probability that the card is a 6. (Enter the probability as a fraction.) \n" );
document.write( "
Algebra.Com's Answer #778112 by Edwin McCravy(20081) You can put this solution on YOUR website! It's selecting one of these 4 cards:\r\n" ); document.write( "\r\n" ); document.write( "6♥ 6♦ 6♠ 6♣\r\n" ); document.write( "\r\n" ); document.write( "out of these 52 cards:\r\n" ); document.write( "\r\n" ); document.write( "A♥ 2♥ 3♥ 4♥ 5♥ 6♥ 7♥ 8♥ 9♥ 10♥ J♥ Q♥ K♥ \r\n" ); document.write( "A♦ 2♦ 3♦ 4♦ 5♦ 6♦ 7♦ 8♦ 9♦ 10♦ J♦ Q♦ K♦\r\n" ); document.write( "A♠ 2♠ 3♠ 4♠ 5♠ 6♠ 7♠ 8♠ 9♠ 10♠ J♠ Q♠ K♠ \r\n" ); document.write( "A♣ 2♣ 3♣ 4♣ 5♣ 6♣ 7♣ 8♣ 9♣ 10♣ J♣ Q♣ K♣ \r\n" ); document.write( "\r\n" ); document.write( "That's 4 ways out of 52 it can happen.\r\n" ); document.write( "\r\n" ); document.write( "That's a 4/52 probability, that reduces to a probability \r\n" ); document.write( "of 1/13.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |