sravs27
Guess they have mentioned in the question that x & y are divisible by 10. So, x & y cant take values 13 and 1. But still I feel 2nd statement is not sufficient.
Thanks.
I am such an astronaut...
So, let's try again:
Assume \(x=10a\) and \(y=10b\), for some positive integers \(a\) and \(b.\)
\(x\) and \(y\) have 10 as their greatest common divisor if and only if \(a\) and \(b\) are co-prime (their greatest common divisor is 1).
(1) \(x=4y\) translates into \(10a=40\)b or \(a=4b\).
\(a\) and \(b\) can be co-prime only if \(b=1.\)
Not sufficient.
(2) \(x-3y=10\) becomes \(10a-30b = 10\) or \(a-3b=1\).
If \(a\) and \(b\) have a common divisor \(d\) (some positive integer), then \(a=md\) and \(b=nd\) for some positive integers \(m\) and \(n.\)
It follows that \(dm-3dn = d(m-3n)=1\), which means that \(d\) must be a divisor of 1, so \(d=1.\)
It means that \(a\) and \(b\) are co-prime.
Sufficient.
Answer B.