Difference between revisions of "Height"
(Created page with "Height is a physical property of an object. ==See Also== {{stub}}") |
Shurong.ge (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ==Definition== | |
+ | ===Triangles=== | ||
+ | The height the highlighted portion of the triangle below. | ||
+ | <asy> | ||
+ | size(5cm); | ||
+ | dot((0,0)); | ||
+ | dot((5,0)); | ||
+ | dot((3,4)); | ||
+ | draw((0,0)--(5,0)--(3,4)--cycle); | ||
+ | draw((3,0)--(3,4),red); | ||
+ | </asy> | ||
+ | |||
+ | |||
+ | ===General=== | ||
+ | The height is the measure of how high something is | ||
+ | |||
==See Also== | ==See Also== | ||
{{stub}} | {{stub}} |
Revision as of 22:50, 14 January 2020
Contents
Definition
Triangles
The height the highlighted portion of the triangle below.
General
The height is the measure of how high something is
See Also
This article is a stub. Help us out by expanding it.