H0: p = 0.25 <--- p0
H1: p < 0.25
x = 100, n = 300 so p-hat = x / n = 100/300 = 0.333
z = (p-hat - p0) / sqrt(p0*(1-p0)/n) = 3.3333
p-value = P(Z <= z) = P(Z <= 3.3333) = 0.9996
Thus there is not sufficient evidence to conclude that the population proportion is no more than 0.25, and the claim is not supported by the sample data. We fail to reject H0.