Question 860181
VWXYZ is a rectangle-based pyramid where 
WX = 66cm and XY = 32 cm. The vertex V is 
vertically above the centre of the base. 
Given that the slant heights VA and VB are 
56 cm and 63 cm respectively, draw the net 
of the pyramid and find its total surface 
area. Also find the height and volume of 
the pyramid. 
<pre>


{{{drawing(400,310,-100,100,-77.5,77.5,
locate(-36,-17,W),locate(32,-17,X),
locate(32,24,Y),locate(-35,24,Z),
locate(-2,-17,66), locate(32,2,32),locate(98,3,V),locate(-100,3,V),
locate(-2,77,V), locate(-2,-72,V),locate(-2,16,A),locate(-30,2.5,B),
green(locate(1,45,56),line(-94.5,0,-31.5,0),line(0,16,0,72),
locate(-64,0,63)),

circle(0,0,0.9),circle(0,0,0.7),circle(0,0,0.5),circle(0,0,0.3),circle(0,0,0.2),circle(0,0,0.1),circle(0,0,0.03),circle(0,0,0.01),
locate(0,0,O),


triangle(-94,0,-31.5,-16,-31.5,16),
triangle(94,0,31.5,-16,31.5,16),

triangle(0,72,-31.5,16,31.5,16),
triangle(0,-72,-31.5,-16,31.5,-16) )}}}

Triangles WVZ and XYV have base 32 and altitude 63,

Each has area = {{{1/2}}}(32)(63) = 1008 cm²

Both together have area 2004 cm²

Triangles YZV and XYV have base 66 and altitude 56,

Each has area = {{{1/2}}}(66)(56) = 1848 cm²

Both together have area 3696 cm²

The rectangular base has area (66)(32) = 2112

So the entire surface area of the pyramid is

2004 cm² + 3696 cm² + 2112 cm² = 7812 cm²

-----------------------------------------------

When triangle WZV is folded upwards so that vertex V
is directly above O, then the right triangle OBV will 
have base OB = 33, (half of 66) and hypotenuse BV = 63.
Using the Pythagorean theorem, 

BV² = OB² + OV²

63² = 33² + OV²

3969 = 1089 + OV²
2880 = OV²
{{{sqrt(2880)}}} = OV
{{{sqrt(576*5)}}} = OV
{{{24*sqrt(5)}}} = OV, which is the height of the pyramid.

Checking, when triangle YZV is folded upwards so that 
vertex V is directly above O, then the right triangle OAV will 
have base OA = 16, (half of 32) and hypotenuse AV = 56.  
Using the Pythagorean theorem, 

AV² = OA² + OV²  (That's OV when the sides are folded up)

56² = 16² + OV²

3136 = 256 + OV²
2880 = OV²
{{{sqrt(2880)}}} = OV
{{{sqrt(576*5)}}} = OV
{{{24*sqrt(5)}}} = OV, which gives the same height of the pyramid.

So that checks out.

Height of the pyramid = OV = {{{24*sqrt(5)}}} cm²

---------------------

The volume is calculated by the formula

V = {{{length*width*height/3}}} = {{{(66*32*24*sqrt(5))/3}}} = {{{16896*sqrt(5)}}} cm³.

Edwin</pre>