document.write( "Question 254749: how do you find the surface area of a square based pyramid with only the height of the pyramid itself and the width (of the base)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #187402 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! how do you find the surface area of a square based pyramid with only the height of the pyramid itself and the width (of the base)?\r \n" ); document.write( "\n" ); document.write( "a square based pyramid has 5 sides, one square side and 4 isosceles triangles\r \n" ); document.write( "\n" ); document.write( "h=height, w=width (width of the base)\r \n" ); document.write( "\n" ); document.write( "the area of the base is w^2 \n" ); document.write( "the area of a triangle is 1/2*base*height \n" ); document.write( "the area of one of the triangular sides is 1/2*w*h\r \n" ); document.write( "\n" ); document.write( "surface area A=w^2+4*((1/2)*w*h) \n" ); document.write( " A=w^2+2*w*h \n" ); document.write( " \n" ); document.write( " |