Equation 6c.
N = 0.99999...
10N = 9.9999....
9N = 9 (all decimal portion is cancelled out)
N = 1
Equation 6d.
1) x = 3.99999...
2) 10 x = 39.99999... multiply both sides by 10.
3) 9 x = 36 subtract 1) from 2).
4) x = 4 divide both sides by 9.
5) 3.99999... = 4 substitute the value of x as given in 1)
Equation 7.
x*x = x + x + x + ... + x (x times)
d/dx (x*x) = d/dx ( x + x + x + ... + x )
d/dx (x*x) = d/dx (x) + d/dx (x) + ... d/dx (x)
2x = 1 + 1 + ... + 1
2x = x
2 = 1
Equation 8.
A = B <> 0
A^2 = A*B
A^2 - B^2 = A*B - B^2
(A+B)*(A-B) = B*(A-B)
A+B = B
B + B = B
2*B = 1*B
2 = 1
Equation 9.
x^2 - x^2 = x^2 - x^2
x(x-x) = (x+x)(x-x)
x = x + x
x = 2x 1 = 2
Equation 10.
Assume: x = y = 1;
x = y;
x^2 = xy;
x^2 - y^2 = xy = y^2
Factor the terms:
(x+y)(x-y) =(y)(x-y)
Factor out the duplicate terms:
(x+y) = (y)
1 + 1 = 1;
Therefore: 2 = 1!
Equation 13.
a=b Next, multiply both sides by a:
a^2=ab Now, subtract b^2 from both sides: a^2-b^2=ab-b^2 Factor the equations:
(a+b)(a-b)=b(a-b) Divide both sides by (a-b): a+b=b Since a=b, replace all of the b's with a's:
a+a=a Simplify: 2a=a Divide by a: 2=1
Equation 14.
Consider the equation: Ax^2 + Bx + C = 0, with AC != 0
Ax^2 + Bx + C = 0 ---> x = (-B +- V(BB-4AC))/2A
divide by x^2
C (1/x)^2 + B (1/x) + A = 0 ---> 1/x = (-B +- V(BB-4AC))/2C
Dividing those two formulas gives:
x (-B +- V(BB-4AC)) / 2 A
-------- = --------------------------
1/x (-B +- V(BB-4AC)) / 2 C