Bunuel
If x is an integer, what is the remainder when |1 - x^2| is divided by 4?
(1) The sum of any two factors of x is even
(2) The product of any two factors of x is odd
Kudos for a correct solution. Given:x is an integer.
To Find:Remainder when \(|1 - x^2|\) is divided by 4.
Pre-Process:If you remember the following quickly, then this question is a cakewalk. Otherwise it may take long to solve it.
For all even numbers, their square is divisible by 4 and can be written in form \(4*k\).
For all odds, their square can be written in form \(4*k + 1\).
So if \(x\) is even, \(|1 - x^2|\) ca be written as \(|1 - 4*k|\) and the remainder when divided by 4 will be 3.
And if \(x\) is odd, \(|1 - x^2|\) can be written as \(|1 - 4*k - 1|\) or |-4*k| and remainder will be 0.
Now coming to the statements: 1) Sum of any two factors is even.
So according to this, all factors shall either be even or all shall be odd. But since 1 is a factor of every number, so all factors are odd.
Since all factors are odd, \(x\) is also odd.
Hence remainder is \(0\).
Sufficient.
2) Product of any two factors is odd.
This again tells us that all factors are odd, so \(x\) is odd.
Hence remainder is \(0\).
Sufficient.
Option
D is the answer.
Hit Kudos if you like the explanation.