Tom K. answered 12/06/20
Knowledgeable and Friendly Math and Statistics Tutor
E(x) = ∑xf(x)
f(x) = 1/13 for i =1 to 13 because it is a uniform distribution
a) µ = ∑i=1131/13 i = 1/13 ∑i=113i = 1/13* 13(13+1)/2 = 7
b) var(x) =E(x2) -(E(x))2 = 1/13∑i=113i2 - 72 = 1/13(13)(13+1)(2*13+1)/6 - 72 =
63 - 49 = 14
σ = √var = √14 = 3.7417
c) f(x)= 1/13 for i =1to 7 so P(x=7) = f(7) =1/13
d) P(x<8) = f(1)+f(2)+f(3)+f(4)+f(5)+f(6)+f(7) = 7 * 1/13 = 7/13
Tom K.
If you want to get Excel to give you the standard deviation, you could use =STDEV.P({1,2,3,4,5,6,7,8,9,10,11,12,13}) Note the .p rather than .s, because you have a population here rather than a sample.12/06/20