document.write( "Question 1197892: A manufacturer knows that their items have a normally distributed lifespan, with a mean of 9.3 years, and standard deviation of 1.7 years.\r
\n" );
document.write( "\n" );
document.write( "If you randomly purchase one item, what is the probability it will last longer than 11 years?\r
\n" );
document.write( "\n" );
document.write( "Round answer to four decimal places \n" );
document.write( "
Algebra.Com's Answer #831352 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Normal Distribution: µ = 9.3 and σ = 1.7 \n" ); document.write( "Using a hand-held TI or similarly an inexpensive calculator like an Casio fx-115 ES plus \n" ); document.write( "P(x > 11) = normcdf(11, 9999, 9.3, 1.7) = .1587 (Rounded to four decimal places) \n" ); document.write( " \n" ); document.write( " |