By modulo 2^4 = 16, invertible are those and only those that are mutually prime with 2. They are 1, 3, 5, 7, 9, 11, 13, 15 (all odd numbers from 1 to 15, inclusive). The rest, 0, 2, 4, 6, 8, 10, 12, 14 are not invertible. So they want you calculate the difference (1+3+5+7+9+11+13+15) - (0+2+4+6+8+10+12+14). Regrouping, you see that this difference is 8*1 = 8. ANSWER