InterviewSolution
Saved Bookmarks
| 1. |
Area of pyramid |
| Answer» A = lw +\xa0{tex} l \\sqrt { \\left( \\frac { w } { 2 } \\right) ^ { 2 } + h ^ { 2 } } + w \\sqrt { \\left( \\frac { l } { 2 } \\right) ^ { 2 } + h ^ { 2 } }{/tex}where,l = Base length,w = Base widthand h = Pyramid height | |