document.write( "Question 934995: Given that SAT scores have a normal distribution with mean 500 and standard deviation 100, find the probability that the score of a randomly selected student is between 400 and 650. \n" ); document.write( "
Algebra.Com's Answer #568056 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! the probability that the score of a randomly selected student is between 400 and 650. \n" ); document.write( "mean 500 and standard deviation 100, \n" ); document.write( "..... \n" ); document.write( "P(400 < x < 650) = P(-100/100 < z < 150/100) = normalcdf(-1,1.5) = .7745 \n" ); document.write( " |