Concept:
- Instead of computing each probability $P(k)$ as a simplified fraction and then multiplying, keep every term as a raw count (number of favourable ways) and divide by the total only once, at the very end. This avoids repeated fraction simplification.
Step 1: Define the variable.
Let $k$ be the number of Maths books chosen, so Physics books chosen $= 6-k$, and $X = |2k-6|$.
Step 2: Find the total number of ways to choose 6 books from 11.
$\binom{11}{6} = 462$
Step 3: Build a table of raw counts (not probabilities) for each value of $k$.
$k=1$: ways $=\binom{6}{1}\binom{5}{5}=6$, $X=4$, weighted $=24$
$k=2$: ways $=\binom{6}{2}\binom{5}{4}=75$, $X=2$, weighted $=150$
$k=3$: ways $=\binom{6}{3}\binom{5}{3}=200$, $X=0$, weighted $=0$
$k=4$: ways $=\binom{6}{4}\binom{5}{2}=150$, $X=2$, weighted $=300$
$k=5$: ways $=\binom{6}{5}\binom{5}{1}=30$, $X=4$, weighted $=120$
$k=6$: ways $=\binom{6}{6}\binom{5}{0}=1$, $X=6$, weighted $=6$
Step 4: Check the counts add up correctly.
$6+75+200+150+30+1 = 462$, which matches $\binom{11}{6}$ — confirms no case was missed.
Step 5: Sum the weighted column and divide once.
$\alpha = \dfrac{24+150+0+300+120+6}{462} = \dfrac{600}{462} = \dfrac{100}{77}$
Step 6: Compute the required value.
$77\alpha = 77 \times \dfrac{100}{77} = 100$
Final Answer: $77\alpha = 100$