State null and alternate hypotheses
Null Hypothesis (H0): µ1-µ2=0
Alternate Hypothesis (Ha): µ1-µ2≠0
Determine z-statistic for two samples
Z = [(x̄1-x̄2)-(μ1-μ2)]/√[σ12/n1+σ22/n2]
Z = [(53-61)-0]/√[192/51+172/61]
Z ≈ -2.33
Calculate p-value by determining area of non-rejection region
P(-2.33<Z<2.33) = P(Z<2.33)-P(Z<-2.33) = 0.9801 - 0.0099 = 0.9802 > 0.500 (P>0.500 is correct).
Therefore, given our significance level of α=0.05, since 0.9802>0.05, we fail to reject the null hypothesis. Hence, we can conclude the data don’t indicate a significant difference in average off-schedule times.
Hope this helped!