57. Two dice are thrown simultaneously. If X denotes the number of sixes, find the expectation of X.
Answer:
Given a die is thrown two times.
When a die is tossed two times then the number of observations will be (6 × 6) = 36.
Now, let X is a random variable which represents the success and is given as six appears on at least one die.
Now
P (X = 0) = P (six does not appear on any of die) = 5/6 × 5/6 = 25/36
P (X = 1) = P (six appears at least once of the die) = (1/6 × 5/6) + (5/6 × 1/6) = 10/36 = 5/18
P (X = 2) = P (six does appear on both of die) = 1/6 × 1/6 = 1/36
Hence, the required probability distribution is,
X |
0 |
1 |
2 |
P (X) |
25/36 |
5/18 |
1/36 |
Therefore Expectation of X E (X):

Now by substituting the values we get

58. Two numbers are selected at random (without replacement) from the first six positive integers. Let X denote the larger of the two numbers obtained. Find E(X).
Answer:
Given first six positive integers.
Two numbers can be selected at random (without replacement) from the first six positive integer in 6 × 5 = 30 ways.
X denote the larger of the two numbers obtained. Hence, X can take any value of 2, 3, 4, 5 or 6.
For X = 2, the possible observations are (1, 2) and (2, 1)
P (X) = 2/30 = 1/15
For X = 3, the possible observations are (1, 3), (3, 1), (2, 3) and (3, 2).
P (X) = 4/30 = 2/15
For X = 4, the possible observations are (1, 4), (4, 1), (2,4), (4,2), (3,4) and (4,3).
P (X) = 6/30 = 1/5
For X = 5, the possible observations are (1, 5), (5, 1), (2,5), (5,2), (3,5), (5,3) (5, 4) and (4,5).
P (X) = 8/30 = 4/15
For X = 6, the possible observations are (1, 6), (6, 1), (2,6), (6,2), (3,6), (6,3) (6, 4), (4,6), (5,6) and (6,5).
P (X) = 10/30 = 1/3
Hence, the required probability distribution is,
X |
2 |
3 |
4 |
5 |
6 |
P (X) |
1/15 |
2/15 |
1/5 |
4/15 |
1/3 |
Therefore E(X) is:

Now by substituting the values we get

59. Let X denote the sum of the numbers obtained when two fair dice are rolled. Find the variance and standard deviation of X.
Answer:
Given two fair dice are rolled
When two fair dice are rolled then number of observations will be 6 × 6 = 36.
X denote the sum of the numbers obtained when two fair dice are rolled. Hence, X can take any value of 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 or 12.
For X = 2, the possible observations are (1, 1).
P (X) = 1/36
For X = 3, the possible observations are (1, 2) and (2, 1)
P (X) = 2/36 = 1/18
For X = 4, the possible observations are (1, 3), (2, 2) and (3, 1).
P (X) = 3/36 = 1/12
For X = 5, the possible observations are (1, 4), (4, 1), (2, 3) and (3, 2)
P (X) = 4/39 = 1/9
For X = 6, the possible observations are (1, 5), (5, 1), (2, 4), (4, 2) and (3, 3).
P (X) = 5/36
For X = 7, the possible observations are (1, 6), (6, 1), (2,5), (5,2),(3,4) and (4,3).
P (X) = 6/36 = 1/6
For X = 8, the possible observations are (2, 6), (6, 2), (3, 5), (5, 3) and (4, 4).
P (X) = 5/36
For X = 9, the possible observations are (5, 4), (4, 5), (3, 6) and (6, 3)
P (X) = 4/36 = 1/9
For X = 10, the possible observations are (5, 5), (4, 6) and (6, 4).
P (X) = 3/36 = 1/12
For X = 11, the possible observations are (6, 5) and (5, 6)
P (X) = 2/36 = 1/18
For X = 12, the possible observations are (6, 6).
P (X) = 1/36
Hence, the required probability distribution is,
X |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
P(X) |
1/36 |
1/18 |
1/12 |
1/9 |
5/36 |
1/6 |
5/36 |
1/9 |
1/12 |
1/18 |
1/36 |
Therefore E(X) is:

Now by substituting the values we get


Then Variance, Var(X) = E(X2) - (E(X))2
= 54.833 - (7)2
= 54.833 - 49
= 5.833
And Standard deviation = \(\sqrt{Var(X)}\)
= \(\sqrt{5.833}\)
= 2.415
60. In a meeting, 70% of the members favour and 30% oppose a certain proposal. A member is selected at random and we take X = 0 if he opposed, and X = 1 if he is in favour. Find E(X) and Var (X).
Answer:
Given: X = 0 if members oppose, and X = 1 if members are in favour.
P(X = 0) = 30% = 30/100 = 0.3
P(X = 1) = 70% = 70/100 = 0.7
Hence, the required probability distribution is,
Therefore E(X) is:

= 0 × 0.3 + 1 × 0.7
⇒ E(X) = 0.7
And E(X2) is:

= (0)2 × 0.3 + (1)2 × 0.7
⇒ E(X2) = 0.7
Then Variance, Var(X) = E(X2) – (E(X))2
= 0.7 – (0.7)2
= 0.7 – 0.49 = 0.21