The problem asks us to find the area of a triangle given the coordinates of its vertices. (1) The vertices are O(0, 0), A(1, 3), and B(2, 5). (2) The vertices are A(1, 1), B(-2, 3), and C(3, -3).
2025/5/11
1. Problem Description
The problem asks us to find the area of a triangle given the coordinates of its vertices.
(1) The vertices are O(0, 0), A(1, 3), and B(2, 5).
(2) The vertices are A(1, 1), B(-2, 3), and C(3, -3).
2. Solution Steps
(1) To find the area of a triangle with vertices (0, 0), , and , we can use the formula:
Area = .
In this case, = (1, 3) and = (2, 5).
Area = .
(2) To find the area of a triangle with vertices , , and , we can use the formula:
Area = .
In this case, = (1, 1), = (-2, 3), and = (3, -3).
Area =
=
= .
3. Final Answer
(1) The area of the triangle with vertices O(0, 0), A(1, 3), and B(2, 5) is .
(2) The area of the triangle with vertices A(1, 1), B(-2, 3), and C(3, -3) is
4.