document.write( "Question 1203420: In a random selection of 64 of the 2400 intersections in a city, the mean number of car accidents per year was 3.2 and the sample standard deviation was 0.8. Obtain the 90% confidence interval for the mean number of accidents per intersection per year.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #838973 by Theo(13342) You can put this solution on YOUR website! sample size is 64. \n" ); document.write( "mean number of car accidents per year was 3.2 and sample standard deviation was .8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t-score is indicated because the standard deviatiion is from the sample rather than from the population.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "90% two tailed confidence interval has critical t-score with 63 degrees of freedom (sample size minus 1) equal to plus or minus t = 1.6694.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "raw score is based on t-score formula of t = (x-m)/s. \n" ); document.write( "t is the t-score. \n" ); document.write( "m is the population mean. \n" ); document.write( "s is the standard error. \n" ); document.write( "solve for x to get the raw score.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "standard error = sample standard deviation / sqrt(sample size) = .8/sqrt(64) = .8/8 = .1.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "on the low side of the confidence interval, you get -1.6694 = (x-3.2)/.1. \n" ); document.write( "solve for x to get x = .1 * -1.6694 + 3.2 = 3.03306.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "on the high side of the confidence interval, you get 1.6694 = (x-3.2)/.1. \n" ); document.write( "solve for x to get x = .1 * 1.6694 + 3.2 = 3.36694.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your 90% confidence interval is 33.03306 to 3.36694.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |