Question 1028909
Is p = 0.86 a statistics p-value?  If not, what is it?
:
if we assume a standard normal distribution
:
**************************
consider the first two confidence intervals with p = 0.86 
:
upper 95% limit = sample mean + (standard error for sample mean(SEM) * 1.96)
:
13.9 = 11.3 + (SEM * 1.96)
:
SEM = (13.9 - 11.3) / 1.96 = 1.326530612
:
sample size = (critical value * SEM / margin of error (ME))^2
:
note that ME for a 95% confidence interval is 0.05
:
sample size = (1.96 * 1.326530612 / 0.05)^2 is approx 2704