document.write( "Question 534911: What is the probability of getting exactly 7 heads if you toss 10 coins? \n" ); document.write( "
Algebra.Com's Answer #351688 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
h=.5, t=.5, n=10
\n" ); document.write( "10C7=10!/(3!*7!)=120
\n" ); document.write( "120*h^7*t^3=.1172 the probability of getting exactly 7 heads if you toss 10 coins.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );