
Andy C. answered 09/12/17
Tutor
4.9
(27)
Math/Physics Tutor
https://onlinecourses.science.psu.edu/stat500/node/50
The difference of the sample means will suffice.
The standard deviation you will need for your hypothesis test is:
S = square root of ( S1^2/N1 + S2^2/N2)
where S1 and S2 are the standard deviations of the samples, and
N1=15 and N2=28 are the respective sample sizes.
Divide the difference between the sample means by this standard deviation S to get
your t statistic.
Now for the degrees of freedom:
df = (N1-1)*(N2-1)/ (N2-1)*C^2 + (N1-1)*(C^2-1)
where C = (S1^2/N1)/(S1^2/N1 + S2^2/N2)
You can now use your t-table
https://onlinecourses.science.psu.edu/stat500/node/50