Question 295957

<font color="#0000ff" face="Times New Roman" size="5">Volume of a Pyramid</font>

<table border="0" width="100%">
  <tbody><tr>
    <td colspan="3" valign="TOP"><p>The volume, <i>V</i>, of a pyramid in <font color=blue>cubic units</font> is given by</p>
<font color=blue>  {{{ V = (1/3)Ah }}}      </font><p></p>
      <p>where <i>A </i>is the area of the base and <i>h</i> is the height of
      the pyramid.</p>
/***************************/

Since we have a pyramid with a base of 6 ft by 5 ft,
6 * 5 = 30 sq ft, so A = 30
The height = 8 ft, so h = 8
 /***************************/

Our formula now reads {{{ V = (1/3)*30*8 }}} <br>
After doing the math, we see that <b> V = 80 </b> & bob's your uncle!