Cutting to the chase.
I know you can't divide by zero. And I have read a good few explications for this. And I am happy with this as a fact.
BUT my question is based on this:
X / N = A "should match" A * N = X
At least one side of this has a problem when you get to N = 0.
I see no reason why we picked on divide as being the one to have the problem.
Is it not equally reasonable to have said that anything * 0 is undefined and that anything / 0 = 0?
While this solves no problems what so ever as we still have a system that cannot be undone, I would just like to know out of interest if this would have at lease been a plausible option when making up the rules!
Thanks.
TL;DR: Is there a consistent formulation of mathematics (i.e. addition, subtraction, multiplication, division) in which we have the theorems $$ x/0 = 0 \quad \text{for all numbers } x\\ x*0 \quad \text{ is undefined}? $$
Edit
To be clear here, My question is. could we have "picked" X / 0 = 0 and X * 0 = 'Undefined' and still continued to enjoy mathematics in the same way we do today (allowing for the difficulty we already have with dividing by 0 except only now with multiplication instead)
Nobody is picking on division, it is simply a matter of definitions.
Think about what how the binary operation $X/N$ is defined: $X/N = X \times \frac{1}{N}$ which, in words, means "$X$ times the multiplicative inverse of $N$".
This usually does not cause any trouble, because every real number has a multiplicative inverse except for $0$. The multiplicative inverse of $0$ is, simply, undefined. So the expression $X/0$ is, simply, undefined.