document.write( "Question 124184: Appreciate your help in accomplishing this problem. This is an instructor generated question and having problems understanding and getting started.\r
\n" );
document.write( "\n" );
document.write( "A basketball player makes free throw shots 80% of the time. If the player attempts 10 free throw shots,
\n" );
document.write( "a. What is the expected value (mean) of the number of free throw shots the player makes
\n" );
document.write( "b. What is the standard deviation of the number of free throw shots the player makes?
\n" );
document.write( "c. What is the probability that the player makes at least three shots?
\n" );
document.write( "d. What is the probability that the player makes between 7 and 9 shots, inclusively?\r
\n" );
document.write( "\n" );
document.write( "Appreciate any assistance you can provide. (I know we have to a table to assist with finding the solutions) \n" );
document.write( "
Algebra.Com's Answer #91033 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A basketball player makes free throw shots 80% of the time. If the player attempts 10 free throw shots, \n" ); document.write( "a. What is the expected value (mean) of the number of free throw shots the player makes \n" ); document.write( "Since he either makes or misses each shot this is a binomial problem. \n" ); document.write( "The mean for binomial is np \n" ); document.write( "Your answer is np = 20*0.8 = 16 \n" ); document.write( "------------------------------------- \n" ); document.write( "b. What is the standard deviation of the number of free throw shots the player makes? \n" ); document.write( "The standard deviation is sqrt(npq) = sqrt(16*0.2) = 1.7888.. \n" ); document.write( "--------------------------------------------- \n" ); document.write( "c. What is the probability that the player makes at least three shots? \n" ); document.write( "You have a chart and I have a TI-83 calculator. \n" ); document.write( "I get 1-binomcdf(20,0.8,2) is approximately 1. \n" ); document.write( "---------------------- \n" ); document.write( "d. What is the probability that the player makes between 7 and 9 shots, inclusively? \n" ); document.write( "I get binomcdf(20,0.8,9)-binomcdf(20,0.8,6)= 0.00056 \n" ); document.write( "========= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |