Official Solution:How many integers are divisible by 3 between \(10!\) and \(10! + 20\) inclusive?A. 6
B. 7
C. 8
D. 9
E. 10
Since 10! is a multiple of 3 (10! = 2 *
3 * ... * 10), the question essentially asks how many integers divisible by 3 are there between a multiple of 3 and that multiple of 3 + 20, inclusive.
Thus, we can rephrase the question as: how many integers are divisible by 3 from 0 to 20, inclusive?
We can easily count 7 such integers: 0, 3, 6, 9, 12, 15, and 18.
Alternatively, use the formula to find the number of multiples of \(x\) in a range: \(\frac{\text{Last multiple of x in the range - First multiple of x in the range}}{x}+1\).
So, \(\frac{18-0}{3}+1=7\).
Therefore, there are 7 integers divisible by 3 between \(10!\) and \(10! + 20\), inclusive.
Answer: B