[THOUGHT]
The first step is to determine the value of a. The sum of all probabilities must equal 1. Therefore:
P(X=0)+P(X=1)+P(X=2)+P(X=3)+P(X=4)=1
Substitute the given probabilities:
12∣2(0)−1∣+12∣2(1)−1∣+12∣2(2)−1∣+12∣2(3)−1∣+a=1
Calculate the absolute values:
121+121+123+125+a=1
Simplify the fractions:
121+1+3+5+a=1
1210+a=1
65+a=1
Solve for a:
a=1−65
a=61
Now that a is determined, the next step is to find E(X) and E(X2).
Calculate E(X):
E(X)=x=0∑4x⋅P(X=x)
Substitute the probabilities:
E(X)=0⋅121+1⋅121+2⋅123+3⋅125+4⋅61
E(X)=0+121+126+1215+128
E(X)=121+6+15+8
E(X)=1230
E(X)=25
Calculate E(X2):
E(X2)=x=0∑4x2⋅P(X=x)
Substitute the probabilities:
E(X2)=02⋅121+12⋅121+22⋅123+32⋅125+42⋅61
E(X2)=0+121+1212+1245+616
Convert 616 to a fraction with denominator 12:
E(X2)=0+121+1212+1245+1232
E(X2)=121+12+45+32
E(X2)=1290
E(X2)=215
Now, find the variance of X:
Var(X)=E(X2)−(E(X))2
Var(X)=215−(25)2
Var(X)=215−425
Convert 215 to a fraction with denominator 4:
Var(X)=430−425
Var(X)=45
Finally, find V(a1X):
V(a1X)=(a1)2Var(X)
Substitute a=61 and Var(X)=45:
V(a1X)=(611)2⋅45
V(a1X)=62⋅45
V(a1X)=36⋅45
V(a1X)=45
Therefore, the variance is:
45
[/THOUGHT]