M1 = 60.1 N1 = 21 SD1 = 14.2
M2 = 65.3 N2 = 12 SD2 = 18.9
Since we can assume the population variances are equal we will use the pooled variance in our computations:
SP = (N1-1)S1^2 + (N2 - 1)S2^2 / (N1 + N2 - 2) = (20*14.2^2 + 11*18.9^2)/31 = 723.8
the t-statistic is tcalc = (M1 - M2) / sqrt(SP/N1 + SP/N2) = (60.1-65.3)/sqrt(723.8/21 + 723.8/12) = -0.534
since this is a two sided test p-value = P(tcalc > 0.534) + P(tcalc <-0.534). Since t distribution is symmetric this is the same as 2*P(t < -0.534), which for N1 + N2 - 2 = 31 DOF is 2 * 0.2986 = 0.5972.