document.write( "Question 619296: If 11 coins are tossed what is the probability of getting EXACTLY 2 heads? \n" ); document.write( "
Algebra.Com's Answer #389561 by sophxmai(62)\"\" \"About 
You can put this solution on YOUR website!
If 11 coins are tossed what is the probability of getting EXACTLY 2 heads?
\n" ); document.write( "Use P(x=k)=nCk*p^k*q^(n-k)
\n" ); document.write( "Where p=probability of success and q=1-p, probability of failure\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So
\n" ); document.write( "P(x=2)=(11C2)(1/2)^2(1/2)^(11-2)
\n" ); document.write( "=(11C2)(1/4)(1/512)
\n" ); document.write( "=(11C2)(1/2048)
\n" ); document.write( "=0.0269
\n" ); document.write( "
\n" );