Hi Equong,
Essentially, this is two questions in one; first, what type of hypothesis test you want to use: z or t? If the population standard deviation sigma is known, you can use z. If not, you need to use t. Here, we were given only a sample standard deviation (s) and told we know little about the population, so use t.
To compute the t-test statistic:
t = xbar -mu / SE, SE = standard error = s/sqrt(n)
xbar = sample mean = 520
mu = hypothesized mean = 502
s = sample st. dev. = 76
n = sample size = 14
SE = 76/sqrt(14) = 20.312
t = (520 - 502) / 20.312
t = 0.89
I hope this helps.