Question: Sum of two values of n if |n – 2| = 10:
Correct Answer: B. 4
Explanation: |n - 2| = 10 gives n = 12 or n = -8. Sum = 12 + (-8) = 4.