document.write( "Question 880851: a coin is tossed 15 times. what is the probability of exactly 10 heads. \n" ); document.write( "
Algebra.Com's Answer #531754 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(head) = 1/2, n = 15
\n" ); document.write( "P(x=10) = \"15C10%28.5%29%5E10%28.5%29%5E5\" 0r binompdf(15, .5, 10) using TI
\n" ); document.write( "
\n" );