How do you show that the points (18, 4), (12, 12), and (8, 4) are the vertices of an isosceles triangle?

1 Answer
Aug 28, 2017

See a solution process below:

Explanation:

An isosceles triangle has two sides the same length. We can find the length of the three line segments. If two are the same length then the points are the vertices of an isosceles triangle.

Let's call the Points:

#A (18, 4)#

#B (12, 12)#

#C (8,4)#

The formula for calculating the distance between two points is:

#d = sqrt((color(red)(x_2) - color(blue)(x_1))^2 + (color(red)(y_2) - color(blue)(y_1))^2)#

#d_(A-B) = sqrt((color(red)(12) - color(blue)(18))^2 + (color(red)(12) - color(blue)(4))^2)#

#d_(A-B) = sqrt((-6)^2 + 8^2)#

#d_(A-B) = sqrt(36 + 64)#

#d_(A-B) = sqrt(100)#

#d_(A-B) = 10#

#d_(A-C) = sqrt((color(red)(8) - color(blue)(18))^2 + (color(red)(4) - color(blue)(4))^2)#

#d_(A-C) = sqrt((-10)^2 + 0^2)#

#d_(A-C) = sqrt(100 + 0)#

#d_(A-C) = sqrt(100)#

#d_(A-C) = 10#

#d_(B-C) = sqrt((color(red)(8) - color(blue)(12))^2 + (color(red)(4) - color(blue)(12))^2)#

#d_(B-C) = sqrt((-4)^2 + (-4)^2)#

#d_(B-C) = sqrt(16 + 16)#

#d_(B-C) = sqrt(32)#

#d_(B-C) = sqrt(16 * 2)#

#d_(B-C) = sqrt(16)sqrt(2)#

#d_(B-C) = 4sqrt(2)#

Because #d_(A-B) = d_(A-C) = 10# these points are the vertices of an isosceles triangle.