To find the area of the non-right triangle based on the vertices given, they are located at the following coordinates:
- First vertex (A): (4, 2)
- Second vertex (B): (4, 9)
- Third vertex (C): (9, 6)
Next, we can determine the lengths of the sides that will act as the base and height of the triangle.
-
Base of the Triangle (from A to B): The distance from vertex A to vertex B is the vertical distance between their y-coordinates since both vertices have the same x-coordinate (4).
- Base (AB) = 9 - 2 = 7 units
-
Height of the Triangle (from C perpendicular to line AB): The height corresponds to the horizontal distance from C (which has an x-coordinate of 9) to the line AB (which is a vertical line at x = 4).
- Height = 9 - 4 = 5 units
-
Calculating the Area: The area \( A \) of a triangle can be computed using the formula: \[ A = \frac{1}{2} \times \text{base} \times \text{height} \] Plugging in the values: \[ A = \frac{1}{2} \times 7 \times 5 = \frac{1}{2} \times 35 = 17.5 \text{ square units} \]
Therefore, the area of the non-right triangle is 17.5 square units.