document.write( "Question 903026: The life time of a heavy lift machine is normally distributed, with mean of 7.2 years and standard deviation of 2.3 years.
\n" ); document.write( "a.If the manufacturer guarantees the machine for 3 years, what is the chance that a randomly chosen machine will wear out before the guarantee has expired?
\n" ); document.write( "b.If the manufacturer is willing to replace only 2% of all machines due to early failure, how should he change the guarantee?
\n" ); document.write( "c.If we choose a sample of 20 machines, what is the chance that the average life time for the sample is less than 8 years?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #547676 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "TI syntax is normalcdf(smaller, larger, µ, σ).
\n" ); document.write( "Note: The -100 is used as the smaller value to be at least 5 standard deviations from the mean.
\n" ); document.write( "a. P(x < 3) = normalcdf(-100, 3, 7.2, 2.3)
\n" ); document.write( "0r P(z < -1.8261)
\n" ); document.write( "b. z = invNorm(.98)=( X-7.2)/2.3
\n" ); document.write( "2.3invNorm(.98) + 7.2 = X, number of years needed for the guarantee
\n" ); document.write( "c. P(x < 8) = P(z < .8/(2.3/sqrt(20)) ) \n" ); document.write( "
\n" );