In multiplication we can mentally split a problem that is too big into multiple problems. For example:
26 * 40 = (20 * 40) + (6 * 40) = 800 + 240 = 1040
This is a very quick way to multiply otherwise unmanageable numbers in your head. Is there some equivalent way to split a division problem into multiple problems so that I don't have to whip out a calculator or do long division every time I need to divide?
edit:
For example:
475 / 38
It would be cool if you could go 475/30 + 475/8 as in multiplication, but that would obviously come out way too high
Dividing by a number $ A $ can be viewed as multiplication with the inverse of $A$: $1 \over A $ For example: $ 10 \over 3 $ turns into: $ 10 * {1 \over 3} $ ; Well, now you can of course split up $ {1 \over 3} $ into "smaller parts", for example: $ 10 * {1 \over 3} = 10 *( {4 \over 15} + {1 \over 15} ) $
But as already said by others, I doubt that this very helpful in most cases, I would even say, if it is already a trouble to begin with, the problem would just worsen.