H0: µ=60
Ha: µ>60
You want to fail to reject H0 at the 5%-level, so the P-value needs to be at least 0.05.
Therefore, we want the sample means x such that z0=(x-60)/(4.8/√36) results in a probability
P(z≥z0) = 0.05
Use invNorm(0.95) and get z0≤1.64.
Therefore,
(x-60)/(4.8/√36)≤1.64, or
x ≤ 61.3
Answer: If the sample mean is less than 61.3 hours, the significance level for this test is greater than 0.05 and you fail to reject H0 at the 5%-level.