Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
A fair die is to be rolled 20 times. Find the expected value and standard deviation of the # of times? (a) 6 appears b) 5 or 6 appears.?
2 Answers
- cidyahLv 73 years ago
a)
n=20
p=1/6 (probability of rolling 6)
Expected vaalue = np = 20*1/6 = 3.33
Standard deviation = sqrt(np(1-p)) = sqrt((20)(1/6)(5/6)) = 1.6667
P(5 or 6) = 2/6=1/3
p= probability of rolling 5 or 6 = 2/6= 1/3
Expected vaalue = np = 20*1/3 = 6.67
Standard deviation = sqrt(np(1-p)) = sqrt((20)(1/3)(2/3)) = 2.108
- ?Lv 73 years ago
a) P(rolling a 6) = p = 1/6
n = 20
E(X) = np = 20*1/6 = 3.33
SD = sqrt [n*p*(1-p)]
= sqrt [20*1/6*(1-1/6)]
= sqrt [20*1/6*5/6]
= 1.67
b) P(rolling a 5 or 6) = 2/6 or 1/3
n = 20
E(X) = 20*1/3 = 6.67
SD = sqrt [20*1/3*(1-1/3)]
= 2.11