If sum of ODD positioned digits minus the sum of the EVEN positioned digits is divisible by 11 then the number is divisible by 11.
Sum of odd positioned digits - sum of even positioned digits = (9 + 2 + 5 + 6) - (7 + 1 + x) =14 - x
It must be divisible by 11. So x = 3.