document.write( "Question 173102: A. A fair coin is tossed THREE times. What is the probability that you get at least ONE tail?\r
\n" );
document.write( "\n" );
document.write( "B. What is the probability that you are dealt a poker hand contains all FACE cards ( i.e. KING, QUEEN, JACK)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #127934 by stanbon(75887) ![]() You can put this solution on YOUR website! A. A fair coin is tossed THREE times. What is the probability that you get at least ONE tail? \n" ); document.write( "--- \n" ); document.write( "P(at least one tail) + P(no tails) = 1 \n" ); document.write( "P(at least one tail) = 1 - P(no tails) \n" ); document.write( "P(at least one tail) = 1 - (1/2)^3 = 1-(1/8) = 7/8 \n" ); document.write( "============================================================ \n" ); document.write( "B. What is the probability that you are dealt a poker hand contains all FACE cards ( i.e. KING, QUEEN, JACK)? \n" ); document.write( "---- \n" ); document.write( "There are 4*4= 16 face cards in the deck of 52 cards \n" ); document.write( "# of ways to succeed is 16C5 = 4368 \n" ); document.write( "# of possible hands is 52C5 = 2598960 \n" ); document.write( "--- \n" ); document.write( "There P(all face in hand of 5) = 4368/2598960 = 0.0016807... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |