document.write( "Question 1103301: A normal population has a mean μ =15 and standard deviation = 4. What is the probability that a randomly chosen value will be greater than 20? \n" ); document.write( "
Algebra.Com's Answer #718016 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A normal population has a mean μ =15 and standard deviation = 4. \n" ); document.write( "What is the probability that a randomly chosen value will be greater than 20? \n" ); document.write( "---- \n" ); document.write( "z(20) = (20-15)/4 = 5/4 \n" ); document.write( "So, 20 is (5/4)th standard deviations above the mean. \n" ); document.write( "------ \n" ); document.write( "P(x > 20) = P(z > 5/4) = normalcdf(5/4,100) = 0.1056 \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |