Skip to content

Instantly share code, notes, and snippets.

@c00kiemon5ter
Created June 29, 2011 13:31
Show Gist options
  • Select an option

  • Save c00kiemon5ter/1053836 to your computer and use it in GitHub Desktop.

Select an option

Save c00kiemon5ter/1053836 to your computer and use it in GitHub Desktop.
where is your God now ?

initial condition

a = b

* a

a2 = ab

+ a2 - 2ab

a2 + a2 - 2ab = ab + a2 - 2ab

grouping

2(a2 - ab) = a2 - ab

: (a2 - ab)

2 = 1

Where is your God now ?

@c00kiemon5ter

Copy link
Copy Markdown
Author

haha! :P

well, the fourth pass is : (a2 - ab)
which means divide by that term
where that term is a2 - ab = a2 - a2 = 0
and a and bare not some unrelated variables,
we know that a = b.

so it's actually zero , no matter what a and b are.
so that's not applicable
thus you end up with 2 = 1

which in turn is too bad, cause 0 = 0 looks like two cookies to me!
suddenly, cookies(!) everywhere(!!)

@pbrisbin

Copy link
Copy Markdown

Pfft, I said the magic phrase divide by zero, so I call that a cookie for me.

@Daenyth

Daenyth commented Jun 30, 2011

Copy link
Copy Markdown

Yeah, brisbin got it. I remember seeing this in high school. Old trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment