if at least one of p, q, r is an integer, is p+q+r even?
(1) p−q−r is even.
(2) (p-r)/q is odd
There are three cases,
i) one of p,q,r is integer
ii) two of p,q,r are integer
iii) all three are integer
1)p−q−r is even.
case iii)If, p=5, q=2, r= 1, then p−q−r=2, which is even. So, p+q+r = 8, even
case i) p=10, q=1.5, r=4.5, then p−q−r=4, which is even. So, p+q+r = 16, even
case ii) p=10.5, q=1.5, r=1,then p−q−r=8, which is even. So, p+q+r = 13, odd.
So, insufficient
(2) (p-r)/q is odd
case iii) If, p = 8, q=2, r=2, then (p-r)/q =6/2=3, which is odd. So, p+q+r=12, even
case ii) p=5, q=1.5, r=0.5, then (p-r)/q =4.5/1.5=3, which is odd. So, p+q+r=7, odd
case i) p=10.5, q=3 , r=1.5, then (p-r)/q =9/3=3, which is odd. So, p+q+r=15, odd
So, insufficient.
1) + 2) By combining,
p = 8, q=2, r=2 satisfies both statements condition. So, p+q+r=12, even
p=10.5, q=3 , r=1.5 satisfies both statements condition. So, p+q+r=15, odd
So, insufficient.
Hence, Ans. is E.