
<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> Tunnel Vision </h1>
      </center>

      <blockquote>
        <hr>
        <center>
         <img src="train.gif" width="400" height="203"><br>
        </center>
        <p>A train passes through a long tunnel in the mountains. The train is 125 meters long,
        and travels at 40 kilometers per hour</p>

        <p>Just as the last car is completely inside the tunnel, a man begins walking from the
        end of the train to the front. He walks at 5 kilometers per hour and reaches the front
        of the train just as it emerges into the daylight.</p>

        <p>How long is the tunnel?</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>

        <p>Let <i>X</i> = the length of the tunnel in meters. The man travels <i>X</i> meters
        at 45 kilometers per hour (the combined speed of the train and his walking) in the same
        time that the train travels <i>X</i> - 125 meters at 40 kilometers per hour.</p>

        <br>The equation:
        <br><center><i>X</i>/45=(<i>X</i>-125)/40</center>
        <br>solves to:
        <br><center><i>X</i>=1125</center>
        <p>Therefore, the length of the tunnel is 1125 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="#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>

