Yesterday, I solved my very first Pythagorean theorem problem! Everything was going good so far, I was solving harder problems very easily. However, today's lesson is a little bit different. I am working with isosceles triangles, and I have the following:
The two equal sides of the isosceles triangle are 25 cm long. The base, on the other hand, is 40 cm. I have to find the height of the triangle (CH).
So, I did the following:
(CH)2 + (AC)2 = (AB)2
(CH)2 + 625 = 1600
(CH)2 = 975
CH = 5 √ 39
Am I correct? Any kind of help is appreciated!
As you noticed in your comment, "I should be using half of AC, instead of the whole side". Indeed. Then you have a right triangle with one leg $20$, and the hypotenuse, say $AB$ of length $25$.
So we get the equation, to determine height, $$20^2 + \text{height}^2 = 25^2$$
Now you just need to solve for height: $$\text{height}^2 = 25^2 - 20^2.$$