tehsolace
Newbie
- Joined
- Oct 3, 2003
- Messages
- 1,472
- Reaction score
- 0
I found this pretty cool thing in my math book today. It explains whats wrong with the proof, but I certainly wouldn't be able to find the error on my own... see if you can (or if you can't, then I guess it must be true right?!)
Code:
Lets say a and b are two positive integers.
a = b -> Given
aa = ab -> Multiply both sides by a
a^2 = ab -> aa is, of course, a^2
a^2 - b^2 = ab - b^2 -> Subtract both sides by b^2
(a - b)(a + b) = b(a - b) -> Factor both sides
a + b = b -> Divide both sides by (a - b)
2b = b -> We stated before that a = b, so b + b is 2b
2 = 1 -> Divide both sides by b.