x + sqrt(x - 2) = 4
sqrt(x - 2) = 4 - x
[ sqrt(x - 2) ]2 = [ 4 - x ]2
x - 2 = 16 - 8x + x2
0 = x2 - 9x + 18
0 = (x - 6)(x - 3)
Either x = 6 or x = 3
Actually, one of these is correct and the other one isn't -- you'll need to check them to find the answer.