Hi Morgan,
Preliminary
#1-3. I can't understand those questions. It is not clear what they are asking you for.
#4. Yes. You have 35 of each type of college, which exceeds 30.
Test the Claim:
#1. If you are discussing averages, H0 involves mu, so if we call the four-year college mean enrollment mu1 and the two-year mu2:
H0: mu1 = mu2
Now, you want to know if 4-year mean enrollment exceeds 2-year, so:
Ha: mu1 > mu2
#4. Two ways to do this—first way is to use a TI-80s series calculator. Go to STAT-TESTS-2SampTTest--enter xbar1(5197), s1 (559), n1 (35), xbar2 (4580), s2 (499), n2 (35). change alternative to mu1 > mu2, Pool: no; calculate. You will get t-test statistic, p-value, sample means and standard deviations, and degrees of freedom.
Second way is longer, but you may have to use it if you do not have a TI-80s series calculator.
Formula is:
T = (xbar1 -xbar2) - 0 / sqrt[s12/n1) + (s22/n2)]
Xbar1= Sample 1 Mean = 5197
Xbar2= Sample 2 Mean = 4580
S1= Sample 1 standard deviation = 559
S2= Sample 2 standard deviation = 499
N1= Sample 1 Size = 35
N2= Sample 2 Size = 35
#6. P-value can be found in calculator as described above or from statistical software. You can also get it from a t-table but this is less precise—you can only get a range, not an actual p-value that you can round to 4 decimals.
#7 and 8. This depends on your p-value. Your problem gives significance level alpha as 0.01, so I’ll go with it here. If your p-value falls below 0.01, reject H0. If it exceeds 0.01, fail to reject H0. If you reject, there is sufficient evidence that mean enrollment is higher in four-year colleges than two-year colleges. If you fail to reject, there is not sufficient evidence that mean enrollment is higher at four-year colleges than two-year colleges.
I hope this helps.