document.write( "Question 454457: A coin is tossed 3 times. What is the probability of obtaining at least 1 head? \n" ); document.write( "
Algebra.Com's Answer #312045 by stanbon(75887)\"\" \"About 
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( "---
\n" ); document.write( "P(at least one head) = 1 - P(no heads in 3 tosses)
\n" ); document.write( "---
\n" ); document.write( "= 1 - (1/2)^3
\n" ); document.write( "---
\n" ); document.write( "= 1 - 1/8
\n" ); document.write( "---
\n" ); document.write( "= 7/8
\n" ); document.write( "=============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" );