Rectangle to pyramid
Source:
March 21, 2006
geometryrectangle3D geometrypyramidcircumcirclespheretetrahedron
Problem Statement
The rectangle below has dimensions and . Diagonals and intersect at . If triangle is cut out and removed, edges and are joined, and the figure is then creased along segments and , we obtain a triangular pyramid, all four of whose faces are isosceles triangles. Find the volume of this pyramid.[asy]
pair D=origin, A=(13,0), B=(13,12), C=(0,12), P=(6.5, 6);
draw(B--C--P--D--C^^D--A);
filldraw(A--P--B--cycle, gray, black);
label("", A, SE);
label("", B, NE);
label("", C, NW);
label("", D, SW);
label("", P, N);
label("", A--D, S);
label("", A--B, E);[/asy]