document.write( "Question 1100900: a battery has a mean life of 320 hours and a standard deviation of 20 hours and by assuming that this distribution is normal, estimate the probability that the battery will last for more than 380 hours. \n" ); document.write( "
Algebra.Com's Answer #715446 by rothauserc(4718) You can put this solution on YOUR website! Probability(P) ( X > 380 ) = 1 - P( X < 380 ) \n" ); document.write( ": \n" ); document.write( "z-value = (380 - 320) / 20 = 3 \n" ); document.write( ": \n" ); document.write( "find in z-tables the probability associated with the z-value of 3 \n" ); document.write( ": \n" ); document.write( "P( X < 380 ) = 0.9987 \n" ); document.write( ": \n" ); document.write( "P( X > 380 ) = 1 - 0.9987 = 0.0013 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |