document.write( "Question 1196763: A machine produces metal rods used in an automobile suspension system. A random sample of 15 rods is selected, and the diameter is measured. The resulting data (in millimeters) are as follows: 8.24 8.25 8.20 8.24 8.21 8.26 8.26 8.20 8.25 8.23 8.23 8.19 8.28 8.24
\n" );
document.write( "The upper boundary of the 99% prediction interval on the next rod selected is?
\n" );
document.write( "Only the final answer should be rounded-off to TWO decimal places. \n" );
document.write( "
Algebra.Com's Answer #829853 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the sample mean is equal to 8.2343 \n" ); document.write( "the sample standard deviation is equal to .02623 \n" ); document.write( "the sample size is equal to 14 \n" ); document.write( " ![]() \n" ); document.write( "the critical t-score at 13 degrees of freedom (sample size - 1) = plus or minus 3.0123. \n" ); document.write( " ![]() \n" ); document.write( " ![]() \n" ); document.write( "to calculator the raw score, use the t-score formula of: \n" ); document.write( "t = (x - m) / s \n" ); document.write( "t is the t-score \n" ); document.write( "x is the raw score \n" ); document.write( "m is the mean \n" ); document.write( "s is the standard deviation if you are looking at one value from a sample \n" ); document.write( "s is the standard error if you are looking at the mean of values from a sample \n" ); document.write( "standard error = standard deviation / sqrt(sample size) \n" ); document.write( "for this problem, standard error = .02623 / sqrt(14) = .007 \n" ); document.write( "from the t-score formula, solve for x to get: \n" ); document.write( "x = s * t + m \n" ); document.write( "for this problem, the lower x-value becomes x = .007 * -3.0123 + 8.2343 = 8.2132 and the upper x-value becomes x = .007 * 3.0123 + 8.2343 = 8.2554 \n" ); document.write( "if i understand your problem correctly, the upper boundary for the next rod selected would be 8.26 and the lower boundary for the next rod selected would be 8.21. \n" ); document.write( " |