<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="#000000" background="" alink="red" vlink="blue" link="yellow">

    <font color="white">

      <center>
        <p align="justify">&nbsp</p>
        <h1> The Fish Pond </h1>
      </center>

      <blockquote>
        <hr>
        <img src="fish.gif">
        <p>In the middle of a park there is a small, circular fish pond. One day a
        fish is dropped into the water. From the edge of the pond he happily swims
        8 meters directly north and reaches a wall. He then turns due west and swims
        another 6 meters before again reaching a wall. </p>

        <p>What is the diameter of the pond?</p>

        <!-- 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 width="300" height="300" src="pond.gif">
        </center>
        <p>The 8 meter and 6 meter measurements describes a rectangle that just "fits" inside
        the circular pond. A line drawn from opposite corners of this rectangle forms a right
        triangle whose hypotenuse is equal to the diameter of the pond.

        <p>Following from the "Theorem of Thales" and the "Theorem of Pythagoras"
        one obtains:</p>
        <blockquote>
         <p>8<sup>2</sup> + 6<sup>2</sup> = d<sup>2</sup></p>
         <p>64 + 36 = d<sup>2</sup></p>
         <p>100 = d<sup>2</sup></p>
         <p>10 = d
        </blockquote>
        <p>Thus the diameter of the pond is 10 meters.</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="white" 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="white" face="Helvetica,arial">
      <p><small><i>Last updated October 10<sup>th</sup>, 2003</i></small>
    </font>
  </body>
</html>

