Question:

A bookshelf contains 6 distinct books of Mathematics and 5 distinct books of Physics. From these 11 books, 6 books are chosen at random. Let $X$ be the absolute value of the difference between the number of Mathematics books chosen and the number of Physics books chosen. If $\alpha$ is the mean of the random variable $X$, then the value of $77\alpha$ is {

Show Hint

In hypergeometric distribution problems like this (choosing without replacement), verify your probabilities by ensuring they sum to 1. Here, $6 + 75 + 200 + 150 + 30 + 1 = 462$, confirming the calculations are correct.
Updated On: May 20, 2026
Show Solution
collegedunia
Verified By Collegedunia

Correct Answer: 100

Solution and Explanation

Step 1: Understanding the Question:
This is a probability distribution problem. We need to find the expected value (mean) of a random variable $X$ defined by the composition of the sample. Let $k$ be the number of Mathematics books selected. Then the number of Physics books is $6-k$. $X = |k - (6-k)| = |2k-6|$.

Step 2: Key Formula or Approach:


• Mean $\alpha = E[X] = \sum x_i \cdot P(X = x_i)$.

• $P(k) = \frac{\binom{6}{k} \binom{5}{6-k}}{\binom{11}{6}}$.

Step 3: Detailed Explanation:


• Total ways to choose 6 books from 11: $\binom{11}{6} = \frac{11 \times 10 \times 9 \times 8 \times 7}{5 \times 4 \times 3 \times 2 \times 1} = 462$.

• Possible values of $k$ (Math books) are $1, 2, 3, 4, 5, 6$ (since total Physics books is only 5).

• For $k=1$, $X = |2-6|=4$. Prob $P(1) = \frac{\binom{6}{1}\binom{5}{5}}{462} = \frac{6 \times 1}{462} = \frac{6}{462}$.

• For $k=2$, $X = |4-6|=2$. Prob $P(2) = \frac{\binom{6}{2}\binom{5}{4}}{462} = \frac{15 \times 5}{462} = \frac{75}{462}$.

• For $k=3$, $X = |6-6|=0$. Prob $P(3) = \frac{\binom{6}{3}\binom{5}{3}}{462} = \frac{20 \times 10}{462} = \frac{200}{462}$.

• For $k=4$, $X = |8-6|=2$. Prob $P(4) = \frac{\binom{6}{4}\binom{5}{2}}{462} = \frac{15 \times 10}{462} = \frac{150}{462}$.

• For $k=5$, $X = |10-6|=4$. Prob $P(5) = \frac{\binom{6}{5}\binom{5}{1}}{462} = \frac{6 \times 5}{462} = \frac{30}{462}$.

• For $k=6$, $X = |12-6|=6$. Prob $P(6) = \frac{\binom{6}{6}\binom{5}{0}}{462} = \frac{1 \times 1}{462} = \frac{1}{462}$.

• $\alpha = \frac{1}{462} [4(6) + 2(75) + 0(200) + 2(150) + 4(30) + 6(1)]$.
$\alpha = \frac{24 + 150 + 0 + 300 + 120 + 6}{462} = \frac{600}{462}$.

• Simplify $\alpha$: $\alpha = \frac{100}{77}$.

• Therefore, $77\alpha = 77 \times \frac{100}{77} = 100$.

Step 4: Final Answer:

The value of $77\alpha$ is 100.
Was this answer helpful?
0
0