itisSheldon
Numbers a and b are positive integers. If a^4-b^4 is divided by 3, what is the remainder?
1) When a+b is divided by 3, the remainder is 0
2) When a^2+b^2 is divided by 3, the remainder is 2
There is a certain property of positive integers when they are divided by 3.
If a positive integer is divisible by 3, then any of its higher powers will also be divisible by 3. Eg, 6 is divisible by 3 - then 6^n will also be divisible by 3, where 'n' is a positive integer.
If a positive integer is NOT divisible by 3, then any of its EVEN powers will always give a remainder of '1' when divided by 3. Eg, 4 is not divisible by 3. And every even power of 4 (4^2, 4^4, 4^6,.... ) will always give a remainder of '1' when divided by 3. Another example, take 5. Every even power of 5 (5^2, 5^4, 5^6,... ) will also give a remainder '1' when divided by 3.
Also, a^4 - b^4 = (a^2 - b^2)(a^2 + b^2). And it can further be broken down as (a - b)(a + b)(a^2 + b^2).
Statement 1:a+b is divisible by 3. And since a+b is a factor of a^4 - b^4, this means a^4 - b^4 will also be divisible by 3. Thus remainder is '0'.
Sufficient.
Statement 2:a^2 + b^2 gives remainder '2' when divided by 3. Now as explained above, each of a^2 and b^2 can give a remainder of either '0' or '1' when divided by 3. But none of them can give a remainder '0' because then a^2 + b^2 cannot give a combined remainder of '2'. So this means each of a^2 and b^2 gives a remainder of '1' when divided by 3.
Now, if a^2 gives remainder '1' when divided by 3, same will be with a^4
if b^2 gives remainder '1' when divided by 3, same will be with b^4
Thus a^4 - b^4 will give a remainder of 1 - 1 = '0' when divided by 3. This is also
sufficient.
Thus
D answerThanks a lot for the explanation.
>> But none of them can give a remainder '0' because then a^2 + b^2 cannot give a combined remainder of '2'.