Common Errors in Proofs
Updated July 2026
Dividing or multiplying by zero
Dividing both sides of an expression by a second expression that is equal to zero can cause problems. Generally, we cannot divide by zero as it can generate nonsense. For instance, we know 7×0=5×0 but we cannot divide both sides by 0 to give 7=5. This issue extends to examples that contain algebra. Here is a classic proof that commits this error [can you spot exactly where the error occurs?]:
Let x and y be non-zero numbers such that x=y.
- Then we can write x2=xy
- Subtract y2 from both sides: x2−y2=xy−y2
- So (x+y)(x−y)=y(x−y)
- Dividing by (x−y): x+y=y
- As x=y, we have: 2y=y
- Then dividing by the non-zero number y: 2=1
- Subtracting 1 from both sides: 1=0
Therefore 1=0.
Ready to test your knowledge?
You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.