

InterviewSolution
Saved Bookmarks
1. |
Find the area of triangle whose vertices are (2,7), (1,1) and (10,8). |
Answer» Area of tringle `=1/2|{:(2,7,1),(1,1,1),(10,8,1):}|` `=1/2|{:(1,6,0),(-9,-7,0),(10,8,1):}|" "{:((R_(1)toR_(1)-R_(2))),((R_(2)toR_(2)-R_(3))):}` `=1/2 (-7+54)" "("Expanding along "C_(3))` = 23.5 sq. units, |
|