document.write( "Question 207919: a biased coin has 1 in 10 chance of landing heads. If tossed 400 times, what is the estimated chance of getting exactly 40 heads? \n" ); document.write( "
Algebra.Com's Answer #157283 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a biased coin has 1 in 10 chance of landing heads. If tossed 400 times, what is the estimated chance of getting exactly 40 heads?
\n" ); document.write( "-------
\n" ); document.write( "It's binomial with n=400, p = 0.1, x = 40.
\n" ); document.write( "------------------------
\n" ); document.write( "P(x+40) = 400C40(0.1)^40*(0.9)^360 = 0.0664
\n" ); document.write( "==============================================
\n" ); document.write( "Cheers,
\n" ); document.write( "stan H.
\n" ); document.write( "
\n" );