bacali wrote:Q11:
If x is a positive integer, is the remainder 0 when 3x + 1 is divided by 10?
(1) x = 4n + 2, where n is a positive integer.
(2) x > 4
OA: A
My approach,
Stmt 1 => x = 4n + 2
Hence, x must be an even number because 4n = even, 2 = even, and sum of two even number is even.
On subsituting this value of X in 3x + 1,
3x + 1 => 3 * (4n + 2) + 1
Here, 3 * (4n+2) = even as product of even and odd is always even
1 = odd,
So, 3 * (4n + 2) + 1 has to be odd as sum of even and odd is always odd.
So, if 3x + 1 is odd, it cannot be divisible by 10.
Hence, SUFFICIENT
-------------------------
Stmt 2, is straightforward, as for differenct values of x , where x > 4, x may/may not be divisible by 10.
Hence INSUFFICIENT.
Hope this approach helps