SOLUTION: Two vertices of an equilateral triangle are (4,0) and (-6,0). find the coordinates of the point(s) that represent the 3rd vertex.

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: Two vertices of an equilateral triangle are (4,0) and (-6,0). find the coordinates of the point(s) that represent the 3rd vertex.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 477701: Two vertices of an equilateral triangle are (4,0) and (-6,0). find the coordinates of the point(s) that represent the 3rd vertex.
Answer by Mathmama(2) About Me  (Show Source):
You can put this solution on YOUR website!
First in an equilateral triangle all the sides are the same length
Let's call the triangle ABC where A(4,0) B(-6,0) and C (x,y)
the sides of the triangle are AB, BC and AC

To find the length of a side of the Triangle we need to use the formula to calculate the distance between two points (x1, y1) and (x2, y2)
Distance = sqrt%28%28x%5B1%5D+-x%5B2%5D%29%5E2++%2B+%28y%5B1%5D+-+y%5B2%5D%29%5E2%29

Distance AB = sqrt%28%284+-+%28-6%29%29%5E2+%2B+%280+-+0%29%5E2%29
= sqrt%28%284+%2B+6%29%5E2%29+%2B+0%29
=sqrt%2810%5E2%29 = 10
Since all sides are equal then length of BC = 10 and length of AC is also 10
Distance BC = sqrt%28%28-6-x%29%5E2%2B%280+-+y%29%5E2%29
= sqrt%28%28-6-x%29%5E2+%2B+y%5E2%29

Distance AC = sqrt%28%284-x%29%5E2%2B%280+-+y%29%5E2%29
= sqrt%28%284-x%29%5E2+%2B+y%5E2%29
BC = AC
sqrt%28%28-6-x%29%5E2+%2B+y%5E2%29 = sqrt%28%284-x%29%5E2+%2B+y%5E2%29
If we square both sides
%28-6-x%29%5E2+%2B+y%5E2 = %284-x%29%5E2+%2B+y%5E2
Subtract y%5E2 from both sides
%28-6-x%29%5E2+ = %284-x%29%5E2+
Expand
36+%2B+12x+%2B+x%5E2+++=++16+-+8x+%2B+x%5E2
Subtract x%5E2 from both sides
36+%2B+12x++++=++16+-+8x+
Add 8x to both sides and subtract 36 from both sides
36 + 12x = 16 - 8x
-36 +8x -36 + 8x
20x = - 20
Divide both sides by 20
x = -1

So the x-coordinate is -1
Using the formula for length of BC and plugging in the x-coordinate -1
Distance BC = sqrt%28%28-6-x%29%5E2+%2B+y%5E2%29 = 10
sqrt%28%28-6-%28-1%29%29%5E2+%2B+y%5E2%29 = 10
sqrt%28%28-6+%2B+1%29%5E2+%2B+y%5E2%29 = 10
sqrt%28%28-5%29%5E2+%2B+y%5E2%29 = 10
sqrt%2825+%2B+y%5E2%29 = 10
Square both sides
%2825+%2B+y%5E2%29 = 100
Subtract 25 from both sides
y%5E2 = 75
Take square root of both sides
y = +sqrt%2875%29 or y = -sqrt%2875%29
y = +5sqrt%283%29 or y = -5sqrt%283%29

The possible coordinates of the third vertex are (-1, +5sqrt%283%29) and (-1, -5sqrt%283%29)