document.write( "Question 1061335: A basketball player shooting 49% from the line attempts 11 free throws in a game. What is the probability of the player making exactly 8 free throw attempts? \n" ); document.write( "
Algebra.Com's Answer #676180 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we use the binomial probability formula \n" ); document.write( ": \n" ); document.write( "probability(p) = 0.49, (1-p) = (1-0.49) = q = 0.51, n = 11, r = 8 \n" ); document.write( ": \n" ); document.write( "P ( 8 successes ) = 11C8 * (0.49)^8 * (0.51)^(11-8) \n" ); document.write( ": \n" ); document.write( "note that 11C8 = 11! / ( 8! * (11-8)! \n" ); document.write( ": \n" ); document.write( "P ( 8 successes ) = 165 * 0.0033 * 0.1327 = 0.0723 approximately 0.07 or 7% \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |