Note that \(150! = 1\times 2 \times 3 \times 4\times \cdots\).
To find the largest n for which 12^n divides 150!, we find the largest m and k for which 2^m divides 150! and 3^k divides 150!.
The formula for finding the largest power n of a prime p for which p^n divides k! is: \(\max n = \displaystyle\sum_{r = 1}^\infty \left\lfloor\dfrac{k}{p^r}\right\rfloor\).
Then, \(\max m = \displaystyle\sum_{r = 1}^\infty \left\lfloor\dfrac{150}{2^r}\right\rfloor=\left\lfloor\dfrac{150}{2}\right\rfloor+ \left\lfloor\dfrac{150}{2^2}\right\rfloor+ \left\lfloor\dfrac{150}{2^3}\right\rfloor+ \left\lfloor\dfrac{150}{2^4}\right\rfloor+ \left\lfloor\dfrac{150}{2^5}\right\rfloor+ \left\lfloor\dfrac{150}{2^6}\right\rfloor+ \left\lfloor\dfrac{150}{2^7}\right\rfloor\), since \(\left\lfloor\dfrac{150}{2^r}\right\rfloor = 0\) for any integer r >= 8.
Hence, \(\max m = 146\). i.e., \(2^{146}\Big|150!\), but \(2^{147}\nmid 150!\).
Similarly, we have \(\max k = 72\). i.e., \(3^{72}\Big|150!\), but \(3^{73}\nmid 150!\).
Now, we have 146 "two"s and 72 "three"s for us to pick from the prime factorization of 150!. To make 12, we take 2 "two"s and 1 "three". In total, we can make \(\min\left(\dfrac{146}2, 72\right) = 72\) "twelve"s from what we have.
Therefore, the largest power of 12 such that 12^n divides 150! is \(n = 72\).