Al Y. answered 10/25/22
Data Scientist with several years in Business data analysis
You may use the formula CI = [ p' - z * √p(1-p)/n , p' + z * √p(1-p)/n ].
p' = 288/400 = 0.72
The z-score for the 95% confidence interval is 2.57, and p' can be used in the place of p.
Therefore:
CI = [ 0.72 - 2.57 * √(0.72*0.28/400) , 0.72 + 2.57 * √(0.72*0.28/400) ] = [0.66, 0.78].