document.write( "Question 253287: Jim can drive a golf ball over 220 yards 40% of the time. He regularly plays on a golf course where drives of that distance are needed on 12 holes. Determine the probability that exactly 7 of his drives will be over 220 yards \n" ); document.write( "
Algebra.Com's Answer #185574 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
This is a binomial distribution B(12,0.4)
\n" ); document.write( "The chance of exactly 7 getting over is 12C7 x (0.4)^7 x (0.6)^5
\n" ); document.write( "12C7 = 792 0.4^7 = 128/78125 and 0.6^5 = 243/3125
\n" ); document.write( "Multiplying up gives 0.1009023713 so lets call it 10%
\n" ); document.write( "
\n" );