(Q22) Find the area of the triangle whose vertices are (0,0) , (3,0) , (0,2).

Given : O(0,0) , A(3,0) and B(0,2) are the vertices of triangle ,∆AOB

Area of the AOB,

=
1
2
|x1(y2-y3)+x2(y3-y1)+x3(y1-y2)|
=
1
2
|0(-)+3(-)+0(-)|
=
1
2
||

= sq.units.