document.write( "Question 1159169: Assume that the random variable X is normally distributed, with mean μ = 75 and standard deviation σ = 8 Compute the probability P(48 < X < 80). \n" ); document.write( "
Algebra.Com's Answer #782433 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "or (48-75)/8=-27/8 =-3.375 \n" ); document.write( "and (80-75)/8 or +0.625 \n" ); document.write( "probability is 0.7336 \n" ); document.write( "Can do this on calculator with 2nd VARS, Normalcdf(48,80,75,8) \n" ); document.write( " |