onlymalapink
i dont understand why is 3 a problem
If integers \(a\) and \(b\) are both multiples of some integer \(k > 1\) (divisible by \(k\)), then their sum and difference will also be a multiple of \(k\) (divisible by \(k\)):
• Example: \(a = 6\) and \(b = 9\), both divisible by 3: \(a + b = 15\) and \(a - b = -3\), again both divisible by 3.
If out of integers \(a\) and \(b\), one is a multiple of some integer \(k > 1\) and the other is not, then their sum and difference will NOT be a multiple of \(k\) (divisible by \(k\)):
• Example: \(a = 6\), divisible by 3 and \(b = 5\), not divisible by 3: \(a + b = 11\) and \(a - b = 1\), neither is divisible by 3.
If integers \(a\) and \(b\) both are NOT multiples of some integer \(k > 1\) (divisible by \(k\)), then their sum and difference may or may not be a multiple of \(k\) (divisible by \(k\)):
• Example: \(a = 5\) and \(b = 4\), neither is divisible by 3: \(a + b = 9\), is divisible by 3 and \(a - b = 1\), is not divisible by 3
• OR: \(a = 6\) and \(b = 3\), neither is divisible by 5: \(a + b = 9\) and \(a - b = 3\), neither is divisible by 5
• OR: \(a = 2\) and \(b = 2\), neither is divisible by 4: \(a + b = 4\) and \(a - b = 0\), both are divisible by 4.
Thus, according to the above, the fact that \(30^{20}\) is a multiple of 3 and \(– 20^{20}\) is not, makes \(30^{20} – 20^{20}\) not a multiple of 3.
Hope it helps.