Re: help finding surface area
Hello, ocgirl!
There is no one formula for this problem.
You must work your way through it step by step,
\(\displaystyle \;\;\)using various formulas along the way.
Find the surface area of a tent shaped like a triangular prism.
The floor of the tent would be a rectangle with the demensions 4 ft by 6 ft.
The two triangular ends would be isosceles triangles with base lengths of 4 ft.
The volume is 60 ft³.
I assume you made a sketch . . .
Code:
*
* \
* \x
* \
/:\ *
x/ : \x *
/ :h \ * 6
* - + - *
4
The volume is: \(\displaystyle \,\text{(area of triangle) }\times\,6 \;=\;60\)
Hence: \(\displaystyle \,\text{area of triangle } =\:10\) ft²
We know the areas of the two triangular ends;
\(\displaystyle \;\;\)we want the areas of the two rectangular sides.
The sides are \(\displaystyle 6\) by \(\displaystyle x\) ft.
The triangular end looks like this:
Code:
*
/:\
/ : \
/ : \x
/ :h \
/ : \
* - - + - - *
2 2
We know that its area is 10 ft²
We know that: \(\displaystyle \,A\;=\;\frac{1}{2}bh\)
So we have: \(\displaystyle \,\frac{1}{2}(4)h\;=\;10\;\;\Rightarrow\;\;h\,=\,5\) ft
Using Pythagorus: \(\displaystyle \,x^2\;=\;h^2\,+\,2^2\,=\,5^2\,+\,2^2\,=\,29\;\;\Rightarrow\;\;x\,=\,\sqrt{29}\)
Hence, a side rectangle has area: \(\displaystyle \,\sqrt{29}\,\times\,6\:=\:6\sqrt{29}\)
We have:
\(\displaystyle \;\;\)two triangles with area: \(\displaystyle \,2\,\times\,10\:=\:20\) ft²
\(\displaystyle \;\;\)two rectangles with area: \(\displaystyle \,2\,\times\,6\sqrt{29}\:=\:12\sqrt{29}\) ft²
\(\displaystyle \;\;\)a base with area: \(\displaystyle \,4\,\times\,6\:=\:24\) ft² (
if we include the floor)
Total surface area: \(\displaystyle \,20\,+\,12\sqrt{29}\,+\,24\:=\:44\,+\,12\sqrt{29}\) ft²
Edit: skeeter's too fast for me . . . and a nice job, too!