The number of ways of distributing n books among p individuals, such that each individual gets r books each, where r = n/p is given by the equation
\(\frac{n!}{r!\space *\space r!\space *\space ... \space till\space p\space times} \)
Here n = 12, r = 4 and p = 3
Therefore the number of ways = \(\frac{12!}{4! \space*\space 4\space *\space 4!}\) = 34650
Option BSince the options contain numerical values, then the calculations can be done as below.
12! can be written as 12 * 11 * 10 * (9 * 8) * 7 * (6 * 5) * 4!
So the expression becomes \(\frac{12 \space *\space 11\space *\space 10\space *\space (4!\space *\space 3)\space * \space 7\space * \space(6\space *\space 5) \space* \space 4! }{ 4!\space *\space 4!\space *\space 4!}\)
\(= \frac{12\space *\space 11 *\space 10 \space*\space (3) \space*\space 7\space *\space (6\space * \space5) }{ 24}\)
\(= \frac{11\space *\space 10 \space*\space (3)\space *\space 7\space *\space (6\space *\space 5) }{ 2}\)
\(= \frac{330 \space*\space 210 }{ 2}\)
\(= \frac{69300 }{ 2} = 34650\)
Arun Kumar