Area Of Triangle

Area of Triangle

graph TB A[Area of Triangle] B[Base and Height] C[Half the product of base and height] D[Examples] E[Practice Problems] A --> B A --> C A --> D A --> E B --> F[Base is the bottom edge of the triangle] B --> G[Height is the perpendicular distance from the base to the top] C --> H[Area = 1/2 * base * height] D --> I[Example 1] D --> J[Example 2] E --> K[Problem 1] E --> L[Problem 2]