Question:medium

(a) 10 identical blocks are marked with '0' on two of them, '1' on three of them, and '2' on four of them. If $X$ denotes the number written on the block, then write the probability distribution of $X$ and calculate its mean.

Show Hint

To find the mean of a discrete random variable, multiply each possible value by its probability and sum the results.
Show Solution

Solution and Explanation

A total of 10 blocks are present. The probabilities for selecting each block type are as follows: - Block type '0' (2 blocks): \[ P(X = 0) = \frac{2}{10} = 0.2 \] - Block type '1' (3 blocks): \[ P(X = 1) = \frac{3}{10} = 0.3 \] - Block type '2' (4 blocks): \[ P(X = 2) = \frac{4}{10} = 0.4 \] The probability distribution of $X$ is: \[ P(X = 0) = 0.2, \quad P(X = 1) = 0.3, \quad P(X = 2) = 0.4 \] The expected value, or mean, of $X$ is computed as: \[ E(X) = 0 \times 0.2 + 1 \times 0.3 + 2 \times 0.4 = 0 + 0.3 + 0.8 = 1.1 \] The mean is 1.1.
Was this answer helpful?
1