Find the area of the non-right triangle.

To find the area of a non-right triangle, you can use the formula:

Area = 1/2 * base * height

where the base is the length of one of the sides of the triangle and the height is the perpendicular distance from the base to the opposite vertex.

If you have the lengths of the three sides of the triangle, you can use Heron's formula to calculate the area:

Area = sqrt(s * (s - a) * (s - b) * (s - c))

where s is the semi-perimeter of the triangle (s = (a + b + c) / 2) and a, b, and c are the lengths of the three sides.