document.write( "Question 859837: You toss a coin 266 times. Find the probability that exactly 133 of the 266 tosses will be heads. \n" ); document.write( "
Algebra.Com's Answer #518003 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p(heads) = .5, n = 266
\n" ); document.write( "P(x=133) = binompdf(266,.5,133) = .0489 \n" ); document.write( "
\n" );