document.write( "Question 1179342: A manufacturer knows that their items have a normally distributed lifespan, with a mean of 13.9 years, and standard deviation of 3.7 years.\r
\n" ); document.write( "\n" ); document.write( "The 3% of items with the shortest lifespan will last less than how many years?\r
\n" ); document.write( "\n" ); document.write( "Give your answer to one decimal place.
\n" ); document.write( "

Algebra.Com's Answer #808869 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
one can use invnorm(.03,13.9,3.7) and the answer is 6.94 years or 6.9 years.
\n" ); document.write( "z=(x-mean)/sd
\n" ); document.write( "z(0.03)=-1.88
\n" ); document.write( "so -1.88=(x-13.9)/3.7
\n" ); document.write( "and x-13.9=-6.96
\n" ); document.write( "x=6.94 years or 6.9 years
\n" ); document.write( "
\n" );