LeviathanMist wrote:
Consider these statements to be true:
1. Any number divided by zero gives an undefined output.
2. Zero divided by any number equals zero.
3. Any number divided by itself equals 1.
Now, let's take a look at the following expression:
0/0
That's zero divided by zero.
According to rule number 1, the result would be undefined.
According to rule number 2, the result would be 0.
According to rule number 3, the result would be 1.
Discuss.
That's because statements two and three are not quite right. A better formulation would be:
Let R be the set of all real numbers. Let R* = R\{0}. Then:
1. For all x in R, x / 0 is undefined.
2. For all x in R*, 0 / x = 0
3. For all x in R*, x / x = 1
So, consider 0 / 0.
According to rule 1, the result is undefined.
Rule 2 does not make a prediction about the result because 0 is not in R*.
Rule 3 does not make a prediction about the result because 0 is not in R*.