document.write( "Question 1184573: A manufacturer knows that their items have a normally distributed lifespan,
\n" );
document.write( "with a mean of 3.3 years, and standard deviation of 1.1 years.\r
\n" );
document.write( "\n" );
document.write( "If you randomly purchase 23 items, what is the probability that their mean
\n" );
document.write( "life will be longer than 3 years? (Give answer to 4 decimal places.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #815252 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! A manufacturer knows that their items have a normally distributed lifespan, \n" ); document.write( "with a mean of 3.3 years, and standard deviation of 1.1 years.\r \n" ); document.write( "\n" ); document.write( "If you randomly purchase 23 items, what is the probability that their mean \n" ); document.write( "life will be longer than 3 years? (Give answer to 4 decimal places.) \n" ); document.write( " \r\n" ); document.write( "The rule is:\r\n" ); document.write( "\r\n" ); document.write( "You must use the t-distribution when working problems when the population\r\n" ); document.write( "standard deviation (σ) is not known and the sample size is small (n<30).\r\n" ); document.write( "General Correct Rule: If σ is not known, then using t-distribution is\r\n" ); document.write( "correct. If σ is known, then using the normal distribution is correct.\r\n" ); document.write( "\r\n" ); document.write( "In this problem, σ is known, so we use the normal distribution. However,\r\n" ); document.write( "since the sample size is 23 we must divide the standard deviation by √23.\r\n" ); document.write( "\r\n" ); document.write( "On your TI-84, press ON CLEAR 2ND VARS 3\r\n" ); document.write( "\r\n" ); document.write( "Make the screen read like this:\r\n" ); document.write( "\r\n" ); document.write( " normalcdf\r\n" ); document.write( "lower:3\r\n" ); document.write( "upper:99999999\r\n" ); document.write( "μ:3.3\r\n" ); document.write( "σ:1.1/√(23) <-- the √ key is 2ND x2\r\n" ); document.write( "Paste\r\n" ); document.write( "\r\n" ); document.write( "Use the down arrow key to highlight Paste\r\n" ); document.write( "Press ENTER\r\n" ); document.write( "\r\n" ); document.write( "Read this:\r\n" ); document.write( "\r\n" ); document.write( "normalcdf(3,99999999,3,3,1.1/√(23))\r\n" ); document.write( "\r\n" ); document.write( "Press ENTER\r\n" ); document.write( " \r\n" ); document.write( "Read 0.9045554884\r\n" ); document.write( "\r\n" ); document.write( "Round to 0.9046\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |