A number n! is written in base 6 and base 8 notation. Its base 6 repr...
Base 6 representation ends with 10 zeroes, or the number is a multiple of 6
10. If n! has to be a multiple of 6
10, it has to be a multiple of 3
10. The smallest factorial that is a multiple of 3
10 is 24!. So, when n = 24, 25 or 26, n! will be a multiple of 6
10 (but not 6
11).
Similarly, for the second part, we need to find n! such that it is a multiple of 221, but not 224. When n = 24, n! is a multiple of 222. S0, when n = 24, 25, 26, 27, n! will be a multiple of 221 but not 224.
The smallest n that satisfies the above conditions is 24. n = 24, 25 or 26 will satisfy the above conditions.
The answer is "24 and 3".
Hence, the correct option is (a).