document.write( "Question 1050442: The compressive strength of cement can be modeled by a normal distribution with
\n" ); document.write( "a mean of 6000 kilograms per square centimeter and a standard deviation of 100
\n" ); document.write( "kilograms per centimeter.
\n" ); document.write( "a. What is the probability that a sample’s strength is less than 6252 kg/cm2 ?
\n" ); document.write( "b. What is the probability that a sample’s strength is between 5800 and 5890 kg/cm2 ?
\n" ); document.write( "

Algebra.Com's Answer #666060 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
a mean of 6000 kilograms per square centimeter and a standard deviation of 100
\n" ); document.write( "a) P = normalcdf(-9999, 6252, 6000, 100)
\n" ); document.write( "b) P = normalcdf(5800, 5890, 6000, 100)
\n" ); document.write( "In general:
\n" ); document.write( "TI syntax is normalcdf(smaller, larger, µ, σ).
\n" ); document.write( "Recommend Using stattrek.com to check Results
\n" ); document.write( "until You are familiar with Using Your Calculator.
\n" ); document.write( "One could also Use Your Casio fx-115 ES plus 0r fx-991 ES plus
\n" ); document.write( "ON, Mode(scroll down) , 3: DIST (choose type of function desired)
\n" ); document.write( "
\n" ); document.write( "
\n" );