The base of a triangular pyramid is a triangle with corners at (6 ,7 ), (4 ,5 ), and (8 ,7 ). If the pyramid has a height of 6 , what is the pyramid's volume?
1 Answer
Explanation:
The area of a triangle with vertices
A = 1/2 abs(x_1y_2+x_2y_3+x_3y_1-x_1y_3-x_2y_1-x_3y_2)
Letting
1/2abs(color(blue)(6) * color(blue)(5)+color(blue)(4) * color(blue)(7) + color(blue)(8) * color(blue)(7) - color(blue)(6) * color(blue)(7) - color(blue)(4) * color(blue)(7) - color(blue)(8) * color(blue)(5))
=1/2abs(30+28+56-42-28-40) = 2
Another way of seeing this is by considering the points
1/2 * "base" * "height" = 1/2 * color(blue)(2) * color(blue)(2) = 2
Then the volume of a pyramid is:
1/3 * "base" * "height" = 1/3 * color(blue)(2) * color(blue)(6) = 4