gunjan1208 wrote:No Neel,
I am not getting it.....This question has eaten 2 hours already from me....
XYZ =136, I presume that X=1, Is this right? Or do I need to factor them?
Can you explain it in better language?
if x = 1 then the value of y, z can be ?
y = 134 and z = 1
y = 68 and z = 2
y = 34 and z = 4
y = 17 and z = 8
y = 1 and z = 134
y = 2 and z = 68
y = 4 and z = 34
y = 8 and z = 17
None of the cases satisfy the condition
x,y,and z are all NOT divisible by 4,
Why ? see below
y = 134 and z = 1,Here y is divisible by 4
y = 68 and z = 2, Here y is divisible by 4
y = 34 and z = 4, Here Z is divisible by 4
y = 17 and z = 8, Here Z is divisible by 4
y = 1 and z = 134, Here Z is divisible by 4
y = 2 and z = 68, Here Z is divisible by 4
y = 4 and z = 34, Here y is divisible by 4
y = 8 and z = 17, Here y is divisible by 4
So your assumption is wrong as it doesn't satisfy the condition. You got to assume the values of x,y,z in such a way that it satisfies the condition specified.