What am I doing wrong, because 1+1 DOES NOT equal 1...?
Anybody got an explanation for this?
Problem: A=1, B=1.
A=B.
A^2=AB (multiply both sides by A. so far, so good.))
A^2 - B^2 = AB - B^2 (Subtract B^2 from both sides... still is legitimate.)
(A+B)(A-B) = (B)(A-B) (factoring... part 1 expands to A^2 + AB - AB - B^2, so that's good factoring, part 2 expands to AB - B^2, so that's good factoring too.)
(A+B) = B (divide both sides by A-B, still good...)
1+1 = 1 (substitute values.)
How on earth do legitimate math procedures make this 1+1=1? Am I missing something?