Question 522192
 A die is rolled 360 times. Find the mean, variance, and standard deviation of the number of 4s that will be rolled?
---
Binomial distribution with n=360 and p(4) = 1/6
----------------
mean = np = 360*(1/6) = 60
----
variance = npq = 60(5/6) = 50
----
std = sqrt(npq) = 5*sqrt(2)
=============================
Cheers,
Stan H.
=============