Discrete Random Variables: Question 5

Syllabus 5.4

Structured AS 5 marks

At a school fair, a tombola stall gives out a token to every player. Each token shows a number of points, and the random variable XX represents the number of points on a token drawn at random, with possible values 00, 11, 33 and 55. The probability distribution of XX is shown in the table below, where kk is a constant.

xx 0 1 3 5
P(X=x)P(X=x) 0.40.4 0.30.3 kk 0.10.1

(a) Find the value of kk. [2]

(b) Find E(X)E(X). [3]

Show worked solution Hide worked solution

Worked solution

Part (a): Finding the unknown probability

All probabilities in the distribution must sum to 11: P(X=0)+P(X=1)+P(X=3)+P(X=5)=1P(X=0)+P(X=1)+P(X=3)+P(X=5)=1 0.4+0.3+k+0.1=10.4+0.3+k+0.1=1

Add the known probabilities: 0.4+0.3+0.1=0.80.4+0.3+0.1=0.8

So 0.8+k=1    k=10.8=0.20.8+k=1 \implies k=1-0.8=0.2

Check: 0.4+0.3+0.2+0.1=1.000.4+0.3+0.2+0.1=1.00 ✓, and each value lies between 00 and 11, so this is a valid probability distribution.

Part (b): Finding E(X)

E(X)=xP(X=x)=0(0.4)+1(0.3)+3(0.2)+5(0.1)E(X)=\sum xP(X=x)=0(0.4)+1(0.3)+3(0.2)+5(0.1) =0+0.3+0.6+0.5=1.4=0+0.3+0.6+0.5=1.4

Check by grouping differently: 1(0.3)+5(0.1)=0.3+0.5=0.81(0.3)+5(0.1)=0.3+0.5=0.8, and 3(0.2)=0.63(0.2)=0.6, so E(X)=0.8+0.6=1.4E(X)=0.8+0.6=1.4, which agrees with the value found above.

Final answers

  • (a) k=0.2k=\boxed{0.2}
  • (b) E(X)=1.4E(X)=\boxed{1.4}