Determine the digit x in the three-digit number 5×3 such that the number is divisible by 9.
Note
A number is divisible by 9 when the sum of its digits is a multiple of 9: 5 + x + 3 = 8 + x must equal 9, 18, etc.; the only single digit x that works is 1 (8+1=9).
