Reply to comment

Mathematicians have beaten you to it

In algebra, which is a bit older than php, it works this way:

Start with this given:
1) a = b
Multiply by a:
2) a^2 = ab
Subtract b^2
3) a^2 - b^2 = ab - b^2
Factor:
4) (a + b)(a - b) = b(a - b)
Divide by (a - b):
5) a + b = b
Substitute equation 1) (a = b):
6) 2b = b
Divide by b
7) 2 = 1

So, we've known that 2 = 1 for quite awhile.

There are lies. There are damned lies. And then there are statistics. - Mark Twain.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options