Peter G. answered 09/27/16
Tutor
4.9
(61)
Success in math and English; Math/Logic Master's; 99th-percentile
This is a test of understanding the Pythagorean theorem, and something closely related, the distance formula in two dimensional cartesian coordinates.
We are familiar with the fact that IF a triangle is a right triangle, then a2+b2=c2, where c is the length of the hypotenuse (the side opposite the right angle), and a and b are the lengths of the remaining two sides. Another way to put it is to say that c = sqrt{a2+b2): the length of the hypotenuse is equal to the (positive) square root of the sum of the squares of the lengths of the remaining two sides.
What we must also be familiar with is that the converse is also true: IF a2+b2=c2 THEN a triangle is a right triangle. In other words, when we know the lengths of all three sides of a triangle, we can test whether it is a right triangle by using the pythagorean theorem: first we use the fact that the longest of these sides must be the hypotenuse, if it is a right triangle. Then, if the values match up, the triangle is a right triangle. If they don't match up, it isn't.
We use the distance formula to compute the lengths of the sides of the triangle given in this problem. The distance formula is as follows: [d(A,B)]2 is equal to the square root of (x1-x2)2 + (y1-y2)2, where (x1,y1) are the coordinates of A, and (x2,y2) are the coordinates of B. In summary:
[d(A,C)]2= square root of (5-10)2+(-2-6)2 = 25+64 = 89
[d(A,B)]2= 81 + 81 = 162
[d(B,C)]2= 16 + 1 = 17
The longest side is AB, so if there is a hypotenuse it must be AB. Does 89 + 17 = 162? No. The triangle is not a right triangle.
Finally, to compute the area, we must point out that it isn't a right triangle, and therefore we don't know how to do that yet. If it were a right triangle, we could multiply the lengths of the two legs (the two sides other than the hypotenuse) and then divide by two.
Further along in a linear algebra course, the area can be found easily by taking half the CROSS PRODUCT of the vectors formed by two of the sides, for example, and likewise the fact it isn't right can be shown by demonstrating that the DOT PRODUCT of the vectors formed by any two potential legs is not 0.