00:01
The following is a solution to number 10, and this compares the cost per mile for different types of vehicles, like a small sedan, large sedan, minivan, suv, you know, all sorts of difference.
00:11
There's actually five different types of cars.
00:13
And the first step is to state what the null and alternative hypotheses are.
00:18
The null hypothesis is always the same.
00:21
It's that the means are equal to each other.
00:22
So the mean for the sedan, for the small sedan is the same as the mean for the large sedan and suv and so on and so forth.
00:30
And the alternative is at least one of them is different.
00:32
So not all of the means are the same.
00:34
And then the next step is that we need to find the critical value.
00:38
Now i called it f star.
00:39
You can call it whatever you want, but i called it f star.
00:41
And there are three things you need to know to find the critical value.
00:44
You need your alpha value.
00:45
That's given to you generally.
00:46
So that's 0 .01.
00:47
You also need to know the degrees of freedom for the numerator.
00:50
And that's the number of categories.
00:51
In this case, there were five categories minus 1.
00:55
So in this case, that's 4.
00:56
So 5 minus 1 is 4.
00:58
Degrees of freedom for the denominators, the total number of data values minus the number of categories.
01:03
So if you count them out, there are 26 data values.
01:06
There are five categories, 26 minus 5 is 21.
01:09
So those are the numbers that you need.
01:11
Now you can use a table from this point on, or you can use a calculator if you programmed the correct thing.
01:18
So i went ahead and programmed.
01:19
I'm not going to show you how to program this just because it takes too much time.
01:22
But i called it inverse f to find my f star to find my critical value.
01:26
So i'm going to use the program that i wrote.
01:30
And you can youtube how to program it if you want.
01:32
But the area of the right is the alpha value.
01:35
That's 0 .01.
01:37
And then the degrees of freedom, i put it as d1.
01:39
That's 4.
01:40
That's the numerator...