
|
|||
|
| a = b | Let's pick two equal numbers, a and b. |
| a^2 = a b | Multiply both sides by a. |
| a^2 - b^2 = a b - b^2 | Subtract b^2 from both sides. |
| (a - b)(a + b) = b (a - b) | Factor each side using algebra. |
| a + b = b | Cancel the common factor on both sides |
| b + b = b ; 2b = b | Substitute a = b (step 1) and simplify |
| 2 = 1 | Divide both sides by b and voila! |
| x^2 = x + x + . . . + x | With x terms on the right, x^2 = x * x. |
| 2 x = 1 + 1 + . . . + 1 | Take the derivative of each side. |
| 2 x = x | We added up the x 1's on the right. |
| 2 = 1 | Divide both sides by x. Whoa! |






