document.write( "Question 313519: A well-balanced coin is flipped 10,000 times, what is the probability of getting more than 5100 heads? \n" ); document.write( "
Algebra.Com's Answer #224271 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A well-balanced coin is flipped 10,000 times, what is the probability of getting more than 5100 heads?
\n" ); document.write( "----
\n" ); document.write( "Binomial Problem with n = 10,000 and p = 1/2
\n" ); document.write( "------
\n" ); document.write( "P(x = 5100) = binompdf(10,000,0.5,5100) = 0.0011
\n" ); document.write( "==============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );