Difference between revisions of "Height"

(Created page with "Height is a physical property of an object. ==See Also== {{stub}}")
 
Line 1: Line 1:
Height is a physical property of an object.
+
==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 23:50, 14 January 2020

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

This article is a stub. Help us out by expanding it.