document.write( "Question 1200086: Five fair coins were tossed simultaneously. What is the probability of getting three heads and two tails?
\n" );
document.write( "A. 1/32
\n" );
document.write( "B. 1/16
\n" );
document.write( "C. 1/8
\n" );
document.write( "D. 1/4 \n" );
document.write( "
Algebra.Com's Answer #834108 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: A. 1/32\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Reason: \n" ); document.write( "I'm assuming the instructions \"What is the probability of getting three heads and two tails?\" refer to the exact order of 3 heads in a row, followed by 2 tails in a row.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each side has probability 1/2 \n" ); document.write( "The probability of 3 heads in a row is (1/2)^3 = 1/8 \n" ); document.write( "The probability of 2 tails in a row is (1/2)^2 = 1/4 \n" ); document.write( "Multiply those results: (1/8)*(1/4) = 1/32\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or you could do a shortcut to say (1/2)^5 = 1/32 \n" ); document.write( " \n" ); document.write( " |