document.write( "Question 293487: suppose a fair coin is tossed 7 times. What is the probability of flipping exactly 2 heads? \n" ); document.write( "
Algebra.Com's Answer #211852 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
suppose a fair coin is tossed 7 times. What is the probability of flipping exactly 2 heads?
\n" ); document.write( "
\r\n" );
document.write( "That's a binomial problem.\r\n" );
document.write( "\r\n" );
document.write( "\"%28nCx%29p%5Ex%2Aq%5E%28n-x%29\"\r\n" );
document.write( "\r\n" );
document.write( "n = number of trials (tosses) = 7\r\n" );
document.write( "x = number of successes required = 2\r\n" );
document.write( "p = probability of one success in one trial (toss) = \"1%2F2\"\r\n" );
document.write( "q = 1-p = 1 - \"1%2F2\" = \"1%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "\"%287C2%29%281%2F2%29%5E2%2A%281%2F2%29%5E%287-2%29\"\r\n" );
document.write( "\"%287C2%29%281%2F2%29%5E2%281%2F2%29%5E5\"\r\n" );
document.write( "\"%28%287%2A6%29%2F%282%2A1%29%29%281%2F2%29%5E7\"\r\n" );
document.write( "\"%2842%2F2%29%281%2F%282%5E7%29%29\"\r\n" );
document.write( "\"21%2F%282%5E7%29\"\r\n" );
document.write( "\"21%2F128\"\r\n" );
document.write( "\"0.1640625\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );