0

A triangular pyramid has five sides of length $2$, and another side of length $\sqrt6$. What is the volume of the pyramid?

pyramid diagram

augurar
  • 1,856
whyguy
  • 323

1 Answers1

1

Let $M$ be the middle of $SC$. Then $|SM| = |MC| = 1$

Because $|AC| = |AS|$, we have that $AMS$ is a right triangle, so by the Pythagorean theorem we have $|AM| = \sqrt{|AS|^2 - |MS|^2} = \sqrt{2^2 - 1} = \sqrt3$, similarly $|BM| = \sqrt3$.

But then $|AM|^2 + |BM|^2 = 3 + 3 = 6 = |AB|^2$, so by the converse of the Pythagorean theorem the triangle $AMB$ is right.

So the volume can be calculated as (base $ACS$ and height $MB$) $$V = \frac13\cdot\frac12|CS||MA|\cdot|MB| = \frac16\cdot2\cdot\sqrt3\cdot\sqrt3 = \frac13\cdot3 = 1$$

user2345215
  • 16,422
  • Why V= 1/3(|CS|⋅1/2|MA||MB|) ...

    I know, V= 1/3 Sb x h = 1/3 (b x l / 2) x SO

    – whyguy Feb 28 '14 at 12:36
  • @user2685833 Well I calculate it as a sum of 2 pyramids, MABS and MABC, each with height $\frac12|CS|$, so the sum of heights is $|CS|$. But you could also calculate it as a pyramid with base ACS and height MB like this: $\frac13(\frac12|MA||CS|\cdot|MB|)$ which gives the same result. That's probably easier. – user2345215 Feb 28 '14 at 12:54