Five times a number is divided by 7 more than the number. If the result is 0, then what was the original number?
Let the original number be called "x"
5x / (x + 7) = 0
5x = 0
x = 0
.