document.write( "Question 1168330: A fair coin is flipped 12 times. Find the probability that more than 8 of the flips turn up tails. \n" ); document.write( "
Algebra.Com's Answer #792976 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is the probability of 9,10,11,12 are tails.
\n" ); document.write( "nine would be 12C9(1/4096), since it is 1/2 heads and 1/2 tails and the product will be (1/2)^12
\n" ); document.write( "plus 12C10+12C11+1
\n" ); document.write( "=220+66+12+1*1/4096
\n" ); document.write( "=(299/4096)=0.0730\r
\n" ); document.write( "\n" ); document.write( "or 1-binomcdf(12,8,0.5)=0.0730
\n" ); document.write( "
\n" );