eybrj2
Is the integer x a multiple of 10?
(1) when x is divided by 5, the result an even integer.
(2) x + 20 is a multiple of 10.
Statement 2 : x + 20 can be 10, 20, 30, 40......
So x can be -10, 0, 10, 20, 30....
Can we say that -10 and 0 are also multiples of 10? or just my reasoning above is incorrect ?
Is the integer x a multiple of 10?(1) when x is divided by 5, the result is an even integer --> \(\frac{x}{5}=2k\) --> \(x=10k\) --> \(x\) is a multiple of 10. Sufficient.
(2) x + 20 is a multiple of 10 --> \(x+20=10n\) --> \(x=10(n-2)\) --> \(x\) is a multiple of 10. Sufficient.
Answer: D.
As for your questions:
1. Zero is divisible by EVERY integer except zero itself, since 0/integer=integer (or, which is the same, zero is a multiple of every integer).
2. -10 is a multiple of 10 since -10/10=-1=integer.
Check Number Theory chapter of Math Book for more hints/tips/rules on this subject:
https://gmatclub.com/forum/math-number-theory-88376.htmlHope it helps.