Al Y. answered 03/14/22
Data Scientist with several years in Business data analysis
The Confidence Interval of a binomial proportion is obtained using:
(p - z*sqrt(p*q/n) , p + z*sqrt(p*q/n) ),
where p = 408/500 = 0.816, q=1-p=0.184, and z= 1.96 (z-score for 95% confidence level).
Therefore:
CI = ( 0.782, 0.85)