Problem Setup: We are given a tetrahedron ABCD where the edges originating from vertex A (AB, AC, AD) are mutually perpendicular. The areas of the three faces meeting at A are provided: Area($\triangle ABC$) = 5, Area($\triangle ACD$) = 6, and Area($\triangle ADB$) = 7. We need to find the area of the fourth face, $\triangle BCD$.
This problem can be solved efficiently using a generalization of De Gua's theorem, which relates the areas of the faces of a right-angled tetrahedron (one where three faces meeting at a vertex are mutually perpendicular). The theorem states that the square of the area of the face opposite the right-angled vertex is equal to the sum of the squares of the areas of the other three faces.
Identify Given Areas: Let the areas of the faces be:
State De Gua's Theorem: For a tetrahedron with mutually perpendicular edges at vertex A, the relationship is:
$ A_4^2 = A_1^2 + A_2^2 + A_3^2 $
Substitute Given Values: Plug the known areas into the formula:
$ A_4^2 = 5^2 + 6^2 + 7^2 $
Calculate the Sum of Squares:
$ A_4^2 = 25 + 36 + 49 $
$ A_4^2 = 110 $
Find the Area $A_4$: Take the square root of the result:
$ A_4 = \sqrt{110} $
The area of the triangle $\triangle BCD$ is $\sqrt{110}$ square units.