I have a question that asks me to calculate the area of triangle ABC in 3D space,
The equation for plan is $2x+y+3z = 2$, and the plan intersects each axes and we have $A(1,0,0);B(0,2,0);C(0,0,2/3)$ as its intersection points. Please calculate the area of the triangle ABC.
I have no idea what should I do in order to obtain this result!

You can find the length of each side of the triangle by distance formula. Then Heron's formula will give you the area.