<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> How Many Marbles? </h1>
      </center>
      <blockquote>
        <hr>
        <img src="marbles.gif" height="250" width="350" alt="bag of marbles"><br>
        <p>Martha divided 100 marbles among five bags, like so:</p>
        <ul>
          <li>Bag #1 and Bag #2 together contain 52 marbles.</li>
          <li>Bag #2 and Bag #3 together contain 43 marbles.</li>
          <li>Bag #3 and Bag #4 together contain 34 marbles.</li>
          <li>Bag #4 and Bag #5 together contain 30 marbles.</li>
        </ul>

        <p>How many marbles are there in each bag?</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>Bags #1, #2, #4, and #5 together contain 82 marbles. Therefore, Bag #3 
        must contain 18 marbles. With that piece of information, you can figure out 
        how many marbles the other bags contain: </p>
        <p>You know Bag #2 and Bag #3 = 43 marbles; you know Bag #3 = 18 marbles; 
        therefore, Bag #2 contains 25 marbles. </p>

        <p>You know that Bag #1 and Bag #2 = 52 marbles; therefore, Bag #1 contains 27. </p>

        <p>You know Bag #3 and Bag #4 = 34 marbles; you know Bag #3 = 18 marbles; 
        therefore, Bag #4 contains 16 marbles. </p>

        <p>You know that Bag # 4 and Bag #5 = 30 marbles; you know that Bag #4 
        contains 16 marbles; therefore, Bag #5 contains 14 marbles. </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>

