document.write( "Question 1105635: A coin is tossed three times. What is the probability of getting A. Two heads and a tail B. At least one head
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #720497 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A. P(2 H and 1 T) = P(one T) = 3/8 (3 positions for T, 8=2^3 possible outcomes) \n" ); document.write( "B. P(>= 1 H) = 1 - P(no H) = 1 - 1/8 = 7/8\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "This problem is short enough to enumerate the outcomes: \n" ); document.write( "TTT (used in B) \n" ); document.write( "TTH \n" ); document.write( "THT \n" ); document.write( "THH (A) \n" ); document.write( "HTT \n" ); document.write( "HTH (A) \n" ); document.write( "HHT (A) \n" ); document.write( "HHH \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |