SOLUTION
Set the hypothesis:
- Null hypothesis: The proportion of rookies, veterans, and All-Stars is 30%, 60% and 10%, respectively.
- Alternative hypothesis: At least one of the proportions in the null hypothesis is false.
I will conduct a chi-square goodness of fit test of the null hypothesis.
Applying the chi-square goodness of fit test to sample data, we compute the degrees of freedom, the expected frequency counts, and the chi-square test statistic and the determine the p-value.
DF=k−1=3−1=2(Ei)=n∗pi
E1=100∗0.30=30
E2=100∗0.60=60
E3=100∗0.10=10
X2=∑[EI(Oi−Ei)2]
X2=[30(50−30)2]+[60(45−60)2]+[10(5−10)2]
=30400+60225+1025
=13.33+3.75+2.50
=19.58
The P-value is the probability that a chi-square statistic having 2 degrees of freedom is more extreme than 19.58.
We use the Chi-Square Distribution Calculator to find P(X2>19.58)=0.00005592=0.0001
ANSWER: Since the P-value (0.0001) is less than the significance level (0.05), we reject the null hypothesis.
Comments