Calculating Probability of Cars' Expected Speed with Hypothesis Testing

superwolf
Messages
179
Reaction score
0
If \sigma = 10 km/h and \mu = 74 km/t, find the probability that we when measuring the speed of 12 random cars can conclude that the expected speed of the cars is less than 77 km/h. Use \alpha=0.05 level of significance.

z = \frac{\bar{x}-\mu_0}{\sigma / \sqrt{n}} = \frac{77-74}{10/\sqrt{12}}=1.039

Am I on the right track?
 
Physics news on Phys.org
You should always state your hypothesis and then process to do the test statistic.

Also a Z statistic in this case, might be appropriate is the underlying population distribution is known to be normal. For this case maybe you can use it safely, because car speeds are usually normally distributed if the the simple random samplings were done correctly.

You should also state your conclusion, Do you Reject or Fail to Reject the null?
 
<br /> H_0: v=77<br />
<br /> H_1: v&lt;77<br />
 
<br /> H_0:\mu =77<br />

<br /> H_1:\mu &lt;77<br />

z_{observed} = 1.039

What should I do now?
 
Since you're dealing with a normal distribution, the probability of your null hypothesis is zero. Also, your null and alternate hypotheses should include all possibilities -- what if v > 77?

From the wording of the problem I think these are your hypotheses:
H0: v < 77
H1: v >= 77

With things set up this way, your test would be a one-tailed test.
 
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...

Similar threads

Replies
10
Views
1K
Replies
1
Views
1K
Replies
20
Views
3K
Replies
5
Views
2K
Replies
5
Views
3K
Replies
7
Views
8K
Back
Top