Question 460876
It has been reported that 83% of federal government employees use eamil. If a sample of 200 federal governmnet employees is selected, find the mean, variance, and standard deviation of the number who use email. 
----
n = 200 ; p = 0.83
mean = np
variance = npq
std = sqrt(npq)
====================
Cheers,
Stan H.