Roman C. answered 09/14/15
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
The simplest way is to apply a χ2 test. For testing with K categories, the appropriate distribution is χ2(df = K-1) so here we will use χ2(df = 3).
The statistic is
χ2 = ∑ (observed - expected)2/expected
= (85 - 75)2/75 + (95 - 75)2/75 + (50 - 75)2/75 + (70 - 75)2/75
= (100 + 400 + 625 + 25)/75 = 1150/75 = 15.333...
Under the distribution χ2(df = 3), the p-value is
P(χ2 ≥ 15.333...) = 0.001553...
This is less than α = 0.05 so you will reject H0.