Question:medium

The probability distribution for the number of students being absent in a class on a Saturday is as follows: \[ \begin{array}{|c|c|} \hline X & P(X)
\hline 0 & p
2 & 2p
4 & 3p
5 & p
\hline \end{array} \] Where \( X \) is the number of students absent. (i) Calculate \( p \).
(ii) Calculate the mean of the number of absent students on Saturday.

Show Hint

For any probability distribution, ensure that the sum of all probabilities is 1. To calculate the mean, multiply each value of \( X \) by its corresponding probability \( P(X) \) and sum them up.
Updated On: Jul 23, 2026
Show Solution

Solution and Explanation

(i) To determine \( p \), we apply the principle that the sum of all probabilities in a probability distribution is equal to 1. Consequently: \[ p + 2p + 3p + p = 1 \] \[ 7p = 1 \implies p = \frac{1}{7} \] (ii) The mean of the number of absent students is calculated using the formula: \[ \text{Mean} = E(X) = \sum (X \cdot P(X)) \] Substituting the values from the distribution: \[ E(X) = 0 \cdot p + 2 \cdot 2p + 4 \cdot 3p + 5 \cdot p \] \[ E(X) = 0 + 4p + 12p + 5p = 21p \] With \( p = \frac{1}{7} \), we find: \[ E(X) = 21 \cdot \frac{1}{7} = 3 \] Therefore, the mean number of absent students on Saturday is 3.
Was this answer helpful?
1