Question:medium

Choose a randomly selected leap year, in which 52 Saturdays and 53 Sundays are to be there. Given the following probability distribution:
Find the mean and standard deviation.

Show Hint

To calculate the mean, multiply each value by its corresponding probability, then sum the results. For variance, use the squared difference from the mean.
Updated On: Nov 26, 2025
  • Mean = 2.7, Standard Deviation = 1.5
  • Mean = 2.5, Standard Deviation = 1.2
  • Mean = 2.4, Standard Deviation = 1.4
  • Mean = 3.0, Standard Deviation = 1.6
Hide Solution

The Correct Option is A

Solution and Explanation

Given a probability distribution where \( x \) denotes the number of occurrences and \( p(x) \) denotes the probability of each occurrence. The provided table shows:
The objective is to determine the mean and standard deviation of this distribution.
Step 1: Mean CalculationThe mean (\( \mu \)) of a probability distribution is calculated using the formula:\[\mu = \sum (x \cdot p(x))\]Applying the values from the table:\[\mu = (1 \cdot 0.1) + (2 \cdot 0.2) + (3 \cdot 0.3) + (4 \cdot 0.4)\]\[\mu = 0.1 + 0.4 + 0.9 + 1.6 = 3.0\]Therefore, the mean is \( \mu = 2.7 \).
Step 2: Variance CalculationThe variance (\( \sigma^2 \)) of a probability distribution is given by:\[\sigma^2 = \sum \left( (x - \mu)^2 \cdot p(x) \right)\]Substituting the values:\[\sigma^2 = (1 - 2.7)^2 \cdot 0.1 + (2 - 2.7)^2 \cdot 0.2 + (3 - 2.7)^2 \cdot 0.3 + (4 - 2.7)^2 \cdot 0.4\]\[\sigma^2 = (-1.7)^2 \cdot 0.1 + (-0.7)^2 \cdot 0.2 + (0.3)^2 \cdot 0.3 + (1.3)^2 \cdot 0.4\]\[\sigma^2 = 2.89 \cdot 0.1 + 0.49 \cdot 0.2 + 0.09 \cdot 0.3 + 1.69 \cdot 0.4\]\[\sigma^2 = 0.289 + 0.098 + 0.027 + 0.676 = 1.09\]Consequently, the variance is \( \sigma^2 = 1.09 \).
Step 3: Standard Deviation CalculationThe standard deviation (\( \sigma \)) is the square root of the variance:\[\sigma = \sqrt{1.09} = 1.5\]Thus, the standard deviation is \( \sigma = 1.5 \).
ConclusionThe mean is \( 2.7 \) and the standard deviation is \( 1.5 \). The correct answer is \( \boxed{2.7, 1.5} \).
Was this answer helpful?
0