SOLUTION: A die is rolled 360 times. Find the mean, variance, and standard deviation of the number of 4s that will be rolled?
Algebra ->
Probability-and-statistics
-> SOLUTION: A die is rolled 360 times. Find the mean, variance, and standard deviation of the number of 4s that will be rolled?
Log On
Question 522192: A die is rolled 360 times. Find the mean, variance, and standard deviation of the number of 4s that will be rolled? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
=============