document.write( "Question 185885: What is the probability of an 80% free throw shooter making 96 of 100 consecutive free throws? \n" ); document.write( "
Algebra.Com's Answer #139459 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let p=probability of making and q=prob. of missing. p=.8 and q=.2
\n" ); document.write( "I am assuming that he must shoot 96 of 100 exactly, no more or less.
\n" ); document.write( "We are looking for the 96th term of (p+q)^100 which equals
\n" ); document.write( "100C96*p^96q^4 The combination of 100 things taken 96 at a time gives us an easy way to get the large front number.
\n" ); document.write( "=3921225*.8^96*.2^4
\n" ); document.write( "=.0000031202 or 3.1202*10-6
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );