Saturday, May 01, 2010

Is 1 = 2 ? ;)

start with this

>> a = b

>> ab = b2...................... [multiply by b on both sides]

>> ab - a2 = b2 - a2 ... [sub a2 from both sides]

>> a(b-a) = (b+a) (b-a).. [factorise]

>> a = (b+a) .....................................[divide by (b-a) ]

>> a = a+a........................................... [substitue a=b ]

>> a = 2a ...............................................[simplify]

>> 1 = 2 ....................................................[divide by a]


hence proved :)