document.write( "Question 876046: Find exact probabilities showing all required computation.
\n" ); document.write( " Five fair coins are tossed. Find the probability of the coins showing;
\n" ); document.write( " A: At least four heads
\n" ); document.write( " B: At least three heads
\n" ); document.write( " c: At least two heads
\n" ); document.write( " D: At least one head
\n" ); document.write( "

Algebra.Com's Answer #528545 by reviewermath(1029)\"\" \"About 
You can put this solution on YOUR website!
Find exact probabilities showing all required computation.
\n" ); document.write( "Five fair coins are tossed. Find the probability of the coins showing;\r
\n" ); document.write( "\n" ); document.write( "Let X = number of heads appearing on tossing a fair coin five times.
\n" ); document.write( "X~Binomial(5, 0.5)\r
\n" ); document.write( "\n" ); document.write( "A: At least four heads
\n" ); document.write( "P(X ≥ 4) = \"sum%28%28matrix%282%2C1%2C5%2Cx%29%29%280.5%5E5%29%2C+x+=+4%2C+5%29\" = \"highlight%280.1875%29\"\r
\n" ); document.write( "\n" ); document.write( "B: At least three heads
\n" ); document.write( "P(X ≥ 3) = \"sum%28%28matrix%282%2C1%2C5%2Cx%29%29%280.5%5E5%29%2C+x+=+3%2C+5%29\" = \"highlight%280.5%29\"\r
\n" ); document.write( "\n" ); document.write( "c: At least two heads
\n" ); document.write( "P(X ≥ 2) = \"sum%28%28matrix%282%2C1%2C5%2Cx%29%29%280.5%5E5%29%2C+x+=+2%2C+5%29\" = \"highlight%280.8125%29\"\r
\n" ); document.write( "\n" ); document.write( "D: At least one head
\n" ); document.write( "P(X ≥ 1) = \"sum%28%28matrix%282%2C1%2C5%2Cx%29%29%280.5%5E5%29%2C+x+=+1%2C+5%29\" = \"highlight%280.96875%29\"
\n" ); document.write( "
\n" );