Bunuel
GMAT Club's Official Explanation:
The number of multiples of an integer in a range is given by the formula \(\frac{\text{last multiple in the range - first multiple in the range}}{\text{multiple}}+1\). Hence:
Since both 3^13 and 3^10 are multiples of 3, the last multiple of 3 in the range will be 3^13 - 3, and the first multiple will be 3^10 + 3. Therefore, the number of multiples of 3 between 3^13 and 3^10, not inclusive, is:
\(\frac{3^{13} - 3 - (3^{10} + 3)}{3} + 1=\)
\(=3^{12} - 3^{9} - 2 + 1=\)
\(=3^{12} - 3^{9} -1=\)
\(=3^9(3^3 - 1) - 1=\)
\(=3^9*26 - 1=\)
\(=3^9*2*13 - 1=\)
The first term, 3^9 * 2 * 13, is divisible by 13, so the remainder of the entire expression comes from -1 divided by 13. The remainder when -1 is divided by 13 is 12.
Answer: E.
P.S. The process for finding the remainder when dividing a negative integer by a positive integer follows the same principles as when dividing a positive integer by a positive integer.
For example:
- What is the remainder when dividing 21 by 6? We find the closest multiple of 6 that is less than 21, which is 18. Then, we calculate (dividend) - (closest multiple less than the dividend) = 21 - 18, yielding a remainder of 3.
- What is the remainder when dividing -23 by 7? Here, we find the closest multiple of 7 that is less than -23, which is -28. Then, we calculate (dividend) - (closest multiple less than the dividend) = -23 - (-28), resulting in a remainder of 5.
What about dividing -100 by 30? The closest multiple of 30
less than -100 is -120. So, the remainder is (dividend) - (closest multiple
less than the dividend) = -100 - (-120) = 20.
Alternatively, consider this method:
- What is the remainder when dividing -23 by 7? Dividing 23 by 7 gives a remainder of 2. To find the remainder for -23 divided by 7, subtract this 2 from the divisor. Thus, the remainder when dividing -23 by 7 is 7 - 2 = 5.
Similarly, what is the remainder when dividing -100 by 30? Dividing 100 by 30 gives a remainder of 10. Therefore, the remainder when dividing -100 by 30 is 30 - 10 = 20.