Find all single digits x such that the three-digit number 4×3 is divisible by 3. Select all that apply.
Note
A number is divisible by 3 if the sum of its digits is divisible by 3. For 4x3 the sum is 4 + x + 3 = 7 + x, which is divisible by 3 when x = 2, 5, or 8.
