document.write( "Question 160991: If you flip a coin, the possible outcomes are HHH, HHT, HTH, HTT, THH, THT, TTH, TTT.\r
\n" );
document.write( "\n" );
document.write( "a. What is the probability of getting at most one head?
\n" );
document.write( "b. What is the probability of getting at most two tails? \n" );
document.write( "
Algebra.Com's Answer #118649 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! a.)At most one head means one head or no head. \n" ); document.write( "4 outcomes:HTT THT TTH TTT \n" ); document.write( "P(at most 1 H)=4/8=1/2 \n" ); document.write( " \n" ); document.write( "b.)At most two tails means two tails, one tail or no tail. Or simpler, not three tails. \n" ); document.write( "Since only TTT has 3 tails, then all the rest have at most 2 tails. \n" ); document.write( "P(at most 2 T)=7/8 \n" ); document.write( " |