Statement 1: If a number exactly divides the sum of two numbers, it must exactly divide the two numbers separately.
Statement 2: If a number exactly divides two numbers, then it must also divide the sum of both numbers.
False, False, True
Take an example and visualize:
Statement 1:
14 divides 28, but it does not divide 12 and 16. Therefore, statement 1 is false.
Statement 2:
4 divides 12 and 16 separately and 4 also divides 12+16 = 28, Therefore, statement 2 is true.
Therefore, the option B is correct.