document.write( "Question 322162: 4. Answer the questions about the specified normal distribution. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a.The lifetime of ZZZ batteries are normally distributed with a mean of 270 hours and a standard deviation of 10 hours. Find the number of hours that represent the 40th percentile. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b.Scores on an English placement test are normally distributed with a mean of 55 and standard deviation of 6.5. Find the score that marks the top 5%.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #230628 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a.The lifetime of ZZZ batteries are normally distributed with a mean of 270 hours and a standard deviation of 10 hours. Find the number of hours that represent the 40th percentile. \n" ); document.write( "--- \n" ); document.write( "Find the z-value that has a left tail of 40% \n" ); document.write( "--- \n" ); document.write( "z = invNorm(0.40) = -0.2533 \n" ); document.write( "--- \n" ); document.write( "Find the corresponding x-value using x = zs+u: \n" ); document.write( "-- \n" ); document.write( "x = -0.2533*10 + 270 \n" ); document.write( "x = 267.46 \n" ); document.write( "Round up to x = 268 \n" ); document.write( "=============================== \r \n" ); document.write( "\n" ); document.write( "b.Scores on an English placement test are normally distributed with a mean of 55 and standard deviation of 6.5. Find the score that marks the top 5%. \n" ); document.write( "--- \n" ); document.write( "Find the z-value with a left tail of 95%. \n" ); document.write( "invNorm(0.95) = 1.645 \n" ); document.write( "Find the corresponding x value: \n" ); document.write( "x = 1.645*10+270 = 286.45 \n" ); document.write( "Round up to x = 287 \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |