document.write( "Question 453929: A coin is tossed 3 times. What is the probability of obtaining at least 1 head? \n" ); document.write( "
Algebra.Com's Answer #311790 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A coin is tossed 3 times. What is the probability of obtaining at least 1 head? \n" ); document.write( "The probability of obtaining no heads, i.e. all tails is: \n" ); document.write( "1/2*1/2*1/2 = 1/8 \n" ); document.write( "Therefore, the probability of obtaining at least one head is: \n" ); document.write( "1 - 1/8 = 7/8 \n" ); document.write( "You can also see this by writing down all the possible outcomes. 7 of the 8 combinations will have at least one head. \n" ); document.write( " |