document.write( "Question 80842: Assume the following data set for points scored in a basketball game by a player Data Set: (12, 15, 20, 23, 29, 30). Assuming a standard normal distribution what would be the percentage of basketball games where the player should score more than 25 points?\r
\n" );
document.write( "\n" );
document.write( "A. 18.4%
\n" );
document.write( "B. 50%
\n" );
document.write( "C. 31.6%
\n" );
document.write( "D. 68.4% \n" );
document.write( "
Algebra.Com's Answer #58007 by stanbon(75887) ![]() You can put this solution on YOUR website! Assume the following data set for points scored in a basketball game by a player Data Set: (12, 15, 20, 23, 29, 30). Assuming a standard normal distribution what would be the percentage of basketball games where the player should score more than 25 points? \n" ); document.write( "-------------- \n" ); document.write( "Find the mean and standeard deviation of the set of scores: \n" ); document.write( "mu=21.5; sigma=6.65 \n" ); document.write( "P(X>25)=0.299... \n" ); document.write( "Comments: Results from TI calculator normalcdf(25,100,21.5,6.65)=0.299 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |