A positive integer is divisible by 9 if and only if the sum of its digits is divisible by 9. The sum of the digits of 2345678 is equal to 35=3⋅9+8, so we should delete the digit 8. We obtain the 6-digit number 234567. The sum of its digits is equal to 27=3⋅9, so it must be divisible by 9.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.