1
$\begingroup$

This ought to be a very simple question, but I seem to be completely stuck. I have a triangle, see image, and I'm supposed to calculate x, in this case it's height, without trigonometry. I believe the upper angle is meant to be 90 degrees.

triangle

  • 0
    @Ted, haha, I didn't even understand Dustan's question until now then. Thanks for clarifying. It is indeed a single number.2012-03-31

1 Answers 1

2

We can use the Pythagorean Theorem to find the third side of the triangle. Then we can find the area of the big triangle, since we know the two legs.

But the area of the big triangle is also half of base ($18.4$) times height ($x$). So we have, $\frac{1}{2}(12)\sqrt{(18.4)^2-12^2}=\frac{1}{2}(18.4)x.$ The rest is calculator work.

Alternately, though this gets close to trigonometry, we can as before use the Pythagorean Theorem to find the third side of the big triangle, and use the fact that either of the smaller triangles is similar to the big one. You will get essentially the same equation as the one above, probably in the form $\frac{x}{12}=\frac{\sqrt{(18.4)^2-12^2}}{18.4}.$

  • 0
    Thank you very much, that makes sense to me :)2012-03-31