Question 1
Question: Is integer n divisible by 6?
Statement (1): n is divisible by 2.
Statement (2): n is divisible by 3.
For divisibility by 6, n must be divisible by both 2 and 3. Statement (1) alone: n could be 2,4,6,8,... not all divisible by 6. Statement (2) alone: n could be 3,6,9,12,... not all divisible by 6. Together: n divisible by both 2 and 3 → divisible by LCM(2,3)=6. SUFFICIENT together.