M7MBA wrote:What is the remainder when 1044*1047*1050*1053 is divided by 33?
A. 3
B. 27
C. 30
D. 21
E. 18
The OA is C.
Is there a fast way to solve this PS question? I'd really appreciate any help here. Thanks.
We need to use the following fact:
Let R(n, d) denote the remainder when positive integer n is divided by positive integer d. Then R(ab, c) = R(R(a, c) * R(b, c), c).
For example, let a = 12, b = 8, and c = 5, we have R(12 * 8, 5) = R(96, 5) = 1, R(12, 5) = 2, R(8, 5) = 3, and R(2 * 3, 5) = 1. We see that R(12 * 8, 5) = R(R(12, 5) * R(8, 5), 5).
So, instead of dividing the product by 33, let's divide each individual factor by 33 and determine its remainder.
Since 1044 = 33 * 31 + 21, R(1044, 33) = 21 and thus R(1047, 33) = 24, R(1050, 33) = 27 and R(1053, 33) = 30.
Now, we can find the remainder when 21 * 24 * 27 * 30 is divided by 33. Although this is much better than the original product, it's still quite a hassle. However, notice that
21 * 24 * 27 * 30 = (33 - 12)(33 - 9)(33 - 6)(33 - 3)
When we expand the product on the right hand side using FOIL, every term will have a factor of 33, except the last term which is 12 * 9 * 6 * 3, which is much easier to handle than 21 * 24 * 27 * 30.
R(12 * 3, 33) = R(36, 33) = 3 and R(9 * 6, 33) = R(54, 33) = 21, and finally,
R(3 * 21, 33) = R(63, 33) = 30
So the remainder must be 30.
Answer: C