<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> Bequeath </h1>
      </center>

      <blockquote>
        <hr>
        <p>A gentleman who died recently left just over $8000 to be divided
        between his widow, his five sons, and four daughters. He stipulated
        that every son should receive three times as much as a daughter, and
        that every daughter should receive twice as much as their mother. If
        the precise amount left by the man was $8000.07, how much did the widow 
        receive?</p>


        <!-- end teaser here -->

        <!-- 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>Since each daughter get twice what the widow gets, each daughter can be expressed as 
          2W (W stands for widow). Each son gets 3 times a daughter, written as 3x daughter, or 
          3x2W, which is 6W. Since there are 5 sons, 4 daughters and 1 widow, the inheritance can 
          be written as:<p>
          &nbsp;&nbsp;&nbsp;&nbsp;5(6W) + 4(2W) + 1W = $8000.07<p>
          Which simplifies to:<br />
          &nbsp;&nbsp;&nbsp;&nbsp;30W + 8W + 1W = $8000.07<p>
          And further simplifies to:<br />
          &nbsp;&nbsp;&nbsp;&nbsp;39W = $8000.07<p>
          Solving for W (the widow's inheritance):<br />
          &nbsp;&nbsp;&nbsp;&nbsp;W = $8000.07/39<p>
          Simplifies to:<br />
          &nbsp;&nbsp;&nbsp;&nbsp;W = $205.13<p>

          Therefore the widow received $205.13.</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>

