Question 425604
Suppose the variable x follows a Binomial distribution with p = .5 and n = 11. Compute the variance of the distribution. 
---------------
mean = np
std = sqrt(npq)
variance = npq
===================
Cheers,
Stan H.