Another way to explain division by zero is to view division as the process of counting how often one can subtract the divisor from the dividend before reaching zero.
An example dividing dividend 6 by divisor 2.
start quotient = 0
6 - 2 = 4 quotient = 1
4 - 2 = 2 quotient = 2
2 - 2 = 0 quotient = 3
now do the same thing with a divisor of zero
start quotient = 0
6 - 0 = 6 quotient = 1
6 - 0 = 6 quotient = 2
6 - 0 = 6 quotient = 3
...
As one can see, the quotient will keep growing forever (in math terms, becomes infinite) while the dividend remains unchanged.
Bookmarks