CAT 2002 — QA Question 30
TrianglesEasy
The area of the triangle with the vertices (a, a), (a + 1, a) and (a, a + 2) is
Answer & solution
Correct answer: 1
- A
a3
1
- C
0
- D
None of these
Solution
Area (â) =
where x1 = y1 = a, x2 = a + 1, y2 = a, x3 = a and y3 = a + 2
∴ Area (â) =
∴ Area (â) = {a[a(1) - (a + 2)(1)] - a[(a + 1)(1) - a(1)] + 1[(a + 1)(a + 2) - a2]} = {- 2a - a + 3a + 2} = 1
Hence, option (b).