Difference between revisions of "Leg"
5849206328x (talk | contribs) m |
Mathandski (talk | contribs) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | Generally speaking, in math, legs are two sides of right triangles or isosceles triangles. | |
| + | |||
| + | ==Right Triangle== | ||
| + | <asy> | ||
| + | dot((0,0)); | ||
| + | dot((4,0)); | ||
| + | dot((0,3)); | ||
| + | draw((0,0)--(4,0)--(0,3)--cycle); | ||
| + | draw(rightanglemark((4,0),(0,0),(0,3))); | ||
| + | </asy> | ||
| + | In a [[right triangle]], the '''legs''' are the two [[sides]] of the [[triangle]] that are not the [[hypotenuse]]. For example, in a 5-12-13 triangle, the sides measuring 5 and 12 are both legs of the triangle. | ||
In a non-equilateral [[isosceles triangle]], the legs are the two congruent sides. | In a non-equilateral [[isosceles triangle]], the legs are the two congruent sides. | ||
| − | {{ | + | {{stub}} |
[[Category: Definition]] | [[Category: Definition]] | ||
Latest revision as of 21:21, 25 May 2020
Generally speaking, in math, legs are two sides of right triangles or isosceles triangles.
Right Triangle
In a right triangle, the legs are the two sides of the triangle that are not the hypotenuse. For example, in a 5-12-13 triangle, the sides measuring 5 and 12 are both legs of the triangle.
In a non-equilateral isosceles triangle, the legs are the two congruent sides.
This article is a stub. Help us out by expanding it.