Is there a trick to dividing numbers ending in 0, like 204/1700?

the only thing I can think of is to knock the trailing zeros, so you can work with smaller numbers.

Then at the end, adjust the decimal point to account for the changes.

204/17 = 12
so, 204/1700 = .12