You can put this solution on YOUR website! what is the mean, variance, and standard deviation in a binomial distribution using n=60 and p=0.8?
---
mean = np = 60*0.8 = 48
----
variance = npq = 48*0.2 = 9.6
----
std = sqrt(npq) = sqrt(9.6) = 3.0984
=======================================
Cheers,
Stan H.
========