1.Three coins are tossed. Let T be the number of tails that occurs. Determine the values of the random variable T.
2. A coin is flipped four times. Let T be the number of tails that come out. Determine the values of random variable T.
3. Two balanced dice are rolled. Let S be the random variable denoting the sum of the number of dots that will appear. Determine the values of the random variable S.
4. Let X be the number of boys in a family of four children. Determine the values of the random variable X.
1.Three coins are tossed:
For each toss, the outcome belongs to one of the following: {H, T}
where H is heads and T is tails.
We want to count the total number of tails obtained from those 3 tosses.
Observe that any one of the following cases may happen:
Note that, the 4 cases listed above explores all possible outcomes. Hence, the random variable T takes any one value from {0, 1, 2, 3}.
2. A coin is flipped four times:
For each toss, the outcome belongs to one of the following: {H, T}
where H is heads and T is tails.
We want to count the total number of tails obtained from those 4 tosses.
Observe that any one of the following cases may happen:
Note that, the 5 cases listed above explores all possible outcomes. Hence, the random variable T takes any one value from {0, 1, 2, 3, 4}.
3. Two balanced dice are rolled:
For each rolled dice, the outcome belongs to one of the following: {1, 2, 3, 4, 5, 6}
Thus we can define the following sample space for a two balanced dice:
(1,1) (1,2) (1,3) (1.4) (1,5) (1,6)
(2,1) (2,2) (2,3) (2,4) (2,5) (2,6)
(3,1) (3,2) (3,3) (3,4) (3,5) (3,6)
(4,1) (4,2) (4,3) (4,4) (4,5) (4,6)
(5,1) (5,2) (5,3) (5,4) (5,5) (5,6)
(6,1) (6,2) (6,3) (6,4) (6,5) (6,6)
Therefore the sum of the number of dots that will appear S takes any one value from {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}
4. Let X be the number of boys in a family of four children:
Observe that any one of the following cases may happen:
Note that, the 5 cases listed above explores all possible outcomes. Hence, the random variable X takes any one value from {0, 1, 2, 3, 4}.
Comments
Leave a comment