a) Calculate the constant C
Step 1: For a discrete probability distribution, the sum of all probabilities must equal 1.
∑xP(X=x)=1
Step 2: List the probabilities for each value of x.
For x=1,2,3: P(X=x)=Cx2
P(X=1)=C(1)2=C
P(X=2)=C(2)2=4C
P(X=3)=C(3)2=9C
For x=4,5,6: P(X=x)=C(7−x)2
P(X=4)=C(7−4)2=C(3)2=9C
P(X=5)=C(7−5)2=C(2)2=4C
P(X=6)=C(7−6)2=C(1)2=C
Step 3: Sum all probabilities and set equal to 1 to solve for C.
C+4C+9C+9C+4C+C=1
30C=1
C=301
The constant C is 301.
b) Calculate the mean of X
Step 1: The mean E(X) is calculated using the formula E(X)=∑xx⋅P(X=x).
Substitute C=301 into the probabilities:
P(X=1)=301
P(X=2)=304
P(X=3)=309
P(X=4)=309
P(X=5)=304
P(X=6)=301
Step 2: Calculate E(X).
E(X)=(1)(301)+(2)(304)+(3)(309)+(4)(309)+(5)(304)+(6)(301)
E(X)=301(1+8+27+36+20+6)
E(X)=301(98)
E(X)=3098=1549
The mean of X is 1549.
c) Calculate the variance of X
Step 1: The variance Var(X) is calculated using the formula Var(X)=E(X2)−(E(X))2. First, calculate E(X2).
E(X2)=∑xx2⋅P(X=x)
E(X2)=(12)(301)+(22)(304)+(32)(309)+(42)(309)+(52)(304)+(62)(301)
E(X2)=301(1⋅1+4⋅4+9⋅9+16⋅9+25⋅4+36⋅1)
E(X2)=301(1+16+81+144+100+36)
E(X2)=301(378)
E(X2)=30378=563
Step 2: Calculate Var(X) using E(X2) and E(X)=1549.
Var(X)=563−(1549)2
Var(X)=563−2252401
Var(X)=5×4563×45−2252401
Var(X)=2252835−2252401
Var(X)=2252835−2401
Var(X)=225434
The variance of X is 225434.
d) Calculate the mean and variance of Y, where Y=3X−1
Step 1: Use the properties of expectation for a linear transformation