document.write( "Question 1154937:  A manufacturer knows that their items have a normally distributed lifespan, with a mean of 10.7 years, and standard deviation of 2.7 years.\r
\n" );
document.write( "\n" );
document.write( "The 6% of items with the shortest lifespan will last less than how many years? \n" );
document.write( "
| Algebra.Com's Answer #777504 by VFBundy(438)     You can put this solution on YOUR website! The first thing you want to do is go to a z-table and find the z-score where the area to the left of the curve is 0.06. That result is -1.55. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x - 10.7 = -1.55(2.7) \n" ); document.write( " \n" ); document.write( "x - 10.7 = -4.185 \n" ); document.write( " \n" ); document.write( "x = 6.515 \n" ); document.write( " |