by k.mayank Wed Dec 05, 2012 3:03 pm
The correct Answer is (C)
First of all X is an integer.Integer can be positive,0 and negative numbers.
Also it is important to note "A number is even if it is a multiple of two, and is odd otherwise".
Therefore, a negative number can be even or odd.Because definition of odd and even suggests just a number.No where mentioned positive number.Therefore a negative number can be odd or even depending in its divisibility by 2.If it is leaving a remainder 0 when divided by 2 then it is even otherwise odd.
Now let us discuss the solution ,
CASE [1]
Consider x =0
Statement(1) : 0+3 = 3 => divisible by 3.Here,x=0
Therefore,
x=0 is also divisible by 6 leaving remainder as 0.
Statement(2) : 0+3 is an odd number..Here,x=0
Therefore,
x=0 is also divisible by 6 leaving remainder as 0.
CASE[2]
Consider x= -3
Statement(1) : -3+3 = 0 => divisible by 3.Here,x=-3
Therefore,
x=-3 is not divisible by 6 leaving remainder as 3.Always remember remainder by definition are non negative in nature.For example when -26 is divided by 6 we say remainder is 4 (not -2)
Statement(2) : -3+3= 0 is not an odd number.0 is neither odd nor even.Here,x=-3
Therefore,
x=-3 is not divisible by 6.
CASE[3]
Consider x= -6
Statement(1) : -6+3 = -3 => divisible by 3.Here,x=-6
Therefore,
x=-6 is divisible by 6.
Statement(2) : -6+3= -3 is an odd number.
Therefore,
x=-6 is divisible by 6.
CASE[4]
Consider x= 3
Statement(1) : 3+3 = 6 => divisible by 3.Here,x=3
Therefore,
x=3 is not divisible by 6.
Statement(2) : 3+3= 6 is an even number.
Therefore,using Statement(1) we ca not clearly say that whether integer X will be divisible by 6 or not.
But the moment we say x+3 is odd then we can say yes X will be divisible by 6.