The expression k(g(2)) means that the function g is applied to the number 2, and then the result is passed as an input to the function k. Since the answer is -2, it suggests that the function g(2) evaluates to -2, and then this value is passed to the function k, which also evaluates to -2. Therefore, the overall expression k(g(2)) simplifies to -2.