Testing a Statistic without standard deviation?

KatieLynn
Messages
64
Reaction score
0

Homework Statement



Due to the expense involved, car crash tests often use small samples. When 5 BMW cars are crashed under standard conditions, the repair costs (in dollars) are as shown in accompanying list. Use 0.05 significance level to test the claim that the mean for all BMW cars is less than $1000.

797, 571, 904, 1147, 418


Homework Equations





The Attempt at a Solution



I don't understand how I can do this problem without being given the standard deviation. Any suggestions?
 
Physics news on Phys.org
KatieLynn said:

Homework Statement



Due to the expense involved, car crash tests often use small samples. When 5 BMW cars are crashed under standard conditions, the repair costs (in dollars) are as shown in accompanying list. Use 0.05 significance level to test the claim that the mean for all BMW cars is less than $1000.

797, 571, 904, 1147, 418


Homework Equations





The Attempt at a Solution



I don't understand how I can do this problem without being given the standard deviation. Any suggestions?

I wouldl suggest using the Student t test. The statistic t is given by
t = \frac{\bar{y} - \mu_0}{\frac{s}{\sqrt{n}}}

In the above, s is the sample st. dev.
s = \sqrt{\frac{n \sum_{i = 1}^n x_i^2 -(\sum_{i = 1}^n x_i)^2}{n(n - 1)}}
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top