document.write( "Question 1182294: A random card is drawn from a standard 52 card deck.
\n" );
document.write( "Find the probability that
\n" );
document.write( "a. The card is a(n)3. Answer as a reduced fraction.
\n" );
document.write( " The probability that a randomly selected card in a(n) 3 is _______.\r
\n" );
document.write( "\n" );
document.write( "b. The card drawn is a face card (Jack, Queen, or King). Answer as a reduced fraction.
\n" );
document.write( " The probability that a randomly selected card is a face card is _______.\r
\n" );
document.write( "\n" );
document.write( "c. The card drawn is not a face card. Answer as a reduced fraction.
\n" );
document.write( " The probability that a randomly selected card is not a face card is ___. \n" );
document.write( "
Algebra.Com's Answer #812323 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! a. There are a total of four 3's, one of each suit. Thus P(3) = 4/52 = 1/13 \n" ); document.write( "b. There are 12 face cards in the deck of 52. Thus P(J,Q,K) = 12/52 = 3/13 \n" ); document.write( "c. P(not face) = 1 - P(face) = 1 - 3/13 = 10/13 \n" ); document.write( " |