If |n - 2| = 10, what is the sum of two possible values of n?

If |n - 2| = 10, what is the sum of two possible values of n?

Explanation

Given |n - 2| = 10:

We have two cases:

1. n - 2 = 10 => n = 12

2. n - 2 = -10 => n = -8

The sum of the two possible values of n:

12 + (-8) = 4