<html>
  <head>
    <title> The Big Giant Brain's Weekly Brain Teaser </title>
    <meta name="Author" CONTENT="Rick O'Hair">
    <meta name="Classification" CONTENT="O'Hair:brain teasers">
    <meta name="Copyright" CONTENT="2003 Rick O'Hair for the Big Giant Brain">
    <meta name="Description" CONTENT="This is the Big Giant Brain's Weekly Brain Teasers in HTML format.">
  </head>
  <body bgcolor="#ffffe0">
    <font color="black">
      <center>
	    <p align="justify">&nbsp</p>
	    <h1> Higher Math </h1>
      </center>

      <blockquote>
        <hr>
        <p>What is wrong with the following calculations that seem to prove that 2 equals 1?</p>

        <table width="75%" align="center" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="45%" align="center">a = b</td>
            <td width="10%"></td>
            <td width="45%" align="left">let a = b</td>
          </tr>
          <tr>
            <td width="45%" align="center">aa = ab</td>
            <td width="10%"></td>
            <td width="45%" align="left">multiply by a</td>
          </tr>
          <tr>
            <td width="45%" align="center">aa - bb = ab - bb</td>
            <td width="10%"></td>
            <td width="45%" align="left">subtract bb
          </tr>
          <tr>
            <td width="45%" align="center">(a + b)(a - b) = b(a - b)</td>
            <td width="10%"></td>
            <td width="45%" align="left">factor out</td>
          </tr>
          <tr>
            <td width="45%" align="center">a + b = b</td>
            <td width="10%"></td>
            <td width="45%" align="left">divide by (a - b)</td>
          </tr>
          <tr>
            <td width="45%" align="center">2a = a</td>
            <td width="10%"></td>
            <td width="45%" align="left">substitute a for b</td>
          </tr>
          <tr>
            <td width="45%" align="center">2 = 1</td>
            <td width="10%"></td>
            <td width="45%" align="left">divide by a</td>
          </tr>
        </table><p>

        <hr>

        <!-- start answer insertion here -->
        <center>
          <p>Scroll down for the answer.</p>
        </center>

        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p align="justify">&nbsp</p>
        <p>The Answer:</p>

        <center>
          <!-- img src="worm_a.gif" -->
        </center>
        <p>The reason this seems to work is because we attempt to divide by zero.</p>

        <table width="75%" align="center" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="45%" align="center">a = b</td>
            <td width="10%"></td>
            <td width="45%" align="left"></td>
          </tr>
        </table>

        <p>means that aa = bb = ab, so when we:</p>

        <table width="75%" align="center" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="45%" align="center">aa - bb = ab - bb</td>
            <td width="10%"></td>
            <td width="45%" align="left">subtract bb</td>
          </tr>
        </table>
        <p>we actually end up with:</p>

        <table width="75%" align="center" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="45%" align="center">0 = 0
            <td width="10%"></td>
            <td width="45%" align="left"></td>
          </tr>
        </table>

        <p>Then when we factor out another zero (a-b) we are actually <i>dividing</i> by zero:</p> 

        <table width="75%" align="center" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="45%" align="center">(a + b)(a - b) = b(a - b)</td>
            <td width="10%"></td>
            <td width="45%" align="left">factor out zero (a-b)</td>
          </tr>
        </table>

        <p>Which is an illegal operation.</p>

        <!-- end answer here -->
        <hr>
        <p><a href="http:\\www.guardiangeek.net/teasers/index.html">Back to the Brain Teasers Index</a></p>
        <small>
          <p>If you would like to submit a Brain Teaser, email it, along with
          the answer, to the <a href="mailto:teasers@guardiangeek.net">Big Giant Brain.</a>
        </small>
        <hr>
        <small>
          <center>
            <font color="#000000" face="Helvetica,arial">
              <small>
                Copyright © 2003
                <a href="http://www.guardiangeek.net/">Guardian Geek</a><br>
                <a href="mailto:info@guardiangeek.net"><i>Comments?</i></a>
              </small>
            </font>
          </center>
        </small>
      </blockquote>
    </font>
    <font color="000000" face="Helvetica,arial">
      <p><small><i>Last updated October 10<sup>th</sup>, 2003</i></small>
    </font>
  </body>
</html>

