SOLUTION: Nine software engineers were interviewed to develop an estimate for software lines of code. The mean estimate is 12480 lines of code with a standard deviation of 2400 lines of code
Algebra ->
Probability-and-statistics
-> SOLUTION: Nine software engineers were interviewed to develop an estimate for software lines of code. The mean estimate is 12480 lines of code with a standard deviation of 2400 lines of code
Log On
Question 946869: Nine software engineers were interviewed to develop an estimate for software lines of code. The mean estimate is 12480 lines of code with a standard deviation of 2400 lines of code. Develop an 90% confidence interval for the population mean. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Nine software engineers were interviewed to develop an estimate for software lines of code. The mean estimate is 12480 lines of code with a standard deviation of 2400 lines of code. Develop an 90% confidence interval for the population mean.
-----
sample mean:: x-bar = 12480
Margin of Error:: ME = 1.645*2400/sqrt(9) = 1315.88
------
90% CI:: 12480-1315.88 < u < 12480+1315.88
------------------
Cheers,
Stan H.
-------------