SOLUTION: A triangle has the coordinates (2, 7), (3, 5) and (1,0) Is this a right triangle?

Algebra.Com
Question 1203533: A triangle has the coordinates (2, 7), (3, 5) and (1,0)
Is this a right triangle?

Found 2 solutions by math_tutor2020, ikleyn:
Answer by math_tutor2020(3835)   (Show Source): You can put this solution on YOUR website!

Answer: No, this is not a right triangle.

Explanation

Label the points A,B,C. The order of which doesn't matter.
A = (2,7)
B = (3,5)
C = (1,0)

I'll use the distance formula to compute how far it is from A to B.
This will give us the length of segment AB.

A = (x1,y1) = (2,7) and B = (x2,y2) = (3,5)
d = distance from A to B = length of segment AB












Segment AB is exactly units long, which approximates to about 2.236068 units.

Use that same formula to find these other segment lengths:


The decimal values are approximate.

Once we know the side lengths, we can plug them into the pythagorean theorem equation.
If we get the same thing on both sides, then we conclude the triangle is a right triangle.



The hypotenuse is always the longest side. In this case, the longest side is AC = sqrt(50) = 7.071068 roughly.







Because we ended up with a false equation, it means that is also false.
Furthermore, we do NOT have a right triangle.

-------------------------

Here's another approach that might be more simple depending on your viewpoint.

Once again we have these three given points
A = (2,7)
B = (3,5)
C = (1,0)

Let's compute the slope of line AB.

A = (x1,y1) = (2,7) and B = (x2,y2) = (3,5)









The slope of line AB is -2.

If you use the slope formula for the other sides, then:
slope of BC = 5/2 = 2.5
slope of AC = 7

Then multiply each possible slope pairing.
(slope AB)*(slope BC) = (-2)*(2.5) = -5
(slope AB)*(slope AC) = (-2)*(7) = -14
(slope BC)*(slope AC) = (2.5)*(7) = 17.5

None of the pairs multiply to -1.
Therefore, none of the pairs of lines are perpendicular and we do NOT have a right triangle.

There might be other approaches. Feel free to explore other alternatives.

Answer by ikleyn(53765)   (Show Source): You can put this solution on YOUR website!
.
A triangle has the coordinates (2, 7), (3, 5) and (1,0).
Is this a right triangle?
~~~~~~~~~~~~~~~~~

Let the points be A= (2,7),  B= (3,5), C= (1,0).


Then the three vectors are

    AB = (3-2,5-7) = (1,-2)

    AC = (1-2,0-7) = (-1,-7)

    BC = (1-3,0-5) = (-2,-5)


The trianle is right-angled if and only if one of the three scalar product of these three vectors is zero.
So, calculate the scalar products

    AB * AC = 1*(-1) + (-2)*(-7) = -1 + 14 = 13;

    AB * BC = 1*(-2) + (-2)*(-5) = -2 + 10 = -8;

    AC * BC = (-1)*(-2) + (-7)*(-5) = 2 + 35 = 37.


As you see, no one scalar product is zero - so we conclude that the triangle is not a right-angled triangle.

Solved.



RELATED QUESTIONS

Triangle PQR has vertices at the following coordinates: P(0, 1), Q(3, 2), and R(5, -4).... (answered by josgarithmetic)
a triangle with vertices whose coordinates are (5,2),(-5,4),and (1,-2) is a right... (answered by Alan3354)
8. (traingle)ABC has coordinates (1, 1), (3, 4), and (0, -5). Write the vertices in... (answered by Mathtut)
8. nABC has coordinates (1, 1), (3, 4), and (0, -5). Write the vertices in matrix form. (answered by Mathtut)
The coordinates of the vertices of triangle GBW are G (-3,1) , B (6,-2) and W (3,-4). Is... (answered by Alan3354)
triangle ABC has vertices A(–2, 3), B(2, 0), and C(–1, –4). Is triangleABC a right... (answered by solver91311)
Hi, this is the question I am having trouble with; Triangle MNP has vertices M(-2,1),... (answered by lynnlo)
The midpoints of the sides of a triangle are at ( 0, -3 ), ( -1/2, 7/2 ), and ( -7/2,... (answered by MathLover1,math_tutor2020,greenestamps)