So enjoy (or not)
-All negative numbers are equal to their positive counterparts.
There are several ways to prove this, the most logical is using roots and powers.
Example:
- Code: Select all
2² = √4 = (-2)²
You can also look for a more complex answer, literally
(i is the imaginary number)
- Code: Select all
-1 = i²
(-1)² = (i²)²
1 = i^4
√1 = √i^4
1 = i²
i² = -1 v i² = 1
Thus proving
1 = -1
- One equals two
Anthon sent me this one a few day's back,
- Code: Select all
a = b
a² = a*b
a²-b² = a*b-b²
(a+b)(a-b) = b(a-b)
(a+b) = b
a+a = a
2a = a
2 = 1
There is a problem with it tho, at a point you divide by 0, making it impossible.
- Zero equals one
Here's a fun one suggested by a friend.
- Code: Select all
0 = 0 + 0 + 0 + 0 + ...
0 = (1-1) + (1-1) + (1-1) + ...
0 = 1 + (-1+1) + (-1+1) + (-1+1) + ....
0 = 1 + 0 + 0 + 0 + 0 + ...
0 = 1
Source: http://www.parascientifica.com/forums/v ... =32&t=5487






