Tom K. answered 04/26/20
Knowledgeable and Friendly Math and Statistics Tutor
You don't construct a confidence interval for your claim, you construct a rejection region for the null hypothesis.
The null hypothesis is that p = .75, and the alternative hypothesis is that p >= .75 (more than is stated). Thus, this is a 1-sided test.
In Excel, if you use = BINOM.INV(40,0.75,0.95), you get 34. Thus, we reject the null hypothesis that p = .75 in favor of your claim if >= 35 spend more than 4 hours on the phone. In this experiment, 90% of 40 or 36 spent more than 4 hours. As 36 >= 35, you reject the null hypothesis that p = .75 in favor of your claim.
By the way, note that =BINOM.DIST(33,40,0.75,1) gives a value of 0.903775406518895, and =BINOM.DIST(34,40,0.75,1) gives a value of 0.956726017427984. This is why 34 is the cutoff - it is the first value that the probability reaches .95.