Ho: p = 0.1
Ha: p < 0.1
test statistic z = (phat - p)/sqrt(p * (1-p)/n)
where phat = 30/372, p = 0.1 and n = 372
since a left-side test, p-value is :P(z < test statistic z) from standard normal probability table
if p-value < 0.1, the reject Ho and evidence that accuracy rate is less than 10% which is not acceptable, otherwise, do not reject Ho and evidence that accuracy rate is not less than 10 %, which is acceptable.