<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> The Lazy Stockboy </h1>
      </center>

      <blockquote>
	<hr>
	<img src="stockboy.gif" height="154" width="200" align="left">
	A warehouse has a bunch of 1 foot x 1 foot x 1 foot crates, stacked to
	form a bigger cube that is 10 feet  x 10 feet  x 10 feet. After receiving
	a large order, the warehouse foreman called the stockboy into his office,
	gave him 1000 labels and told him to label all of the crates for shipment.</p>

	<p>Being the lazy person he was, the stockboy only labeled the crates
	showing, and threw the rest of the labels away.</p>

	<p>How many labels did he throw away?</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>Assuming he only put one label on each box, he threw away 576 labels.</p>

	<p>There are 2 ways to solve this problem: </p>

	<p>1. The red block in the middle represents a block of 8 deep x 8 wide x 9 high
	crates (576 crates) the stockboy can't get to, because they are covered by
	other crates, so he won't label them.</p>

	<center>
	 <img src="boxes.gif" height="300" width="300">
	</center>

	<p>2. The green are blocks of 1 deep x 8 wide x 10 high (80) crates,
	the blue is a block of 8 deep x 8 wide x 1 high (64) crates, and the yellow are blocks
	of 10 deep x 10 high x 1 wide (100) crates.</p>

	<p>1000 crates total (10 x 10 x 10 = 1000) minus 424 that he can reach and label (100
	+ 100 + 80 + 80 + 64 = 424), leaves 576 extra lables he threw away.</p>

	<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>

