Two vertices of an equilateral triangle are at (0,0) and (8,0) what are the coordinates of the third vertex

since the 3rd vertex is midway between the two base vertices, it will be at (4,h) or (4,-h)

So, since each side has length 8, what is the altitude h?

To find the coordinates of the third vertex of an equilateral triangle, we need to determine the length of one of its sides. Since the given two vertices are (0,0) and (8,0), we can calculate the distance between them using the distance formula:

Distance = √((x2 - x1)^2 + (y2 - y1)^2)

Plugging in the coordinates, we get:

Distance = √((8 - 0)^2 + (0 - 0)^2)
= √(64 + 0)
= √64
= 8

Since an equilateral triangle has all sides equal, the length of each side is also 8 units.

Now, let's determine the coordinates of the third vertex. Since the given two vertices lie on the x-axis, the third vertex should also be on the same line.

Since the distance between the two given vertices is 8 units, the third vertex would be 8 units away from either (0,0) or (8,0). This means the x-coordinate of the third vertex should be at either -8 or 16.

Let's consider the x-coordinate as -8 first. Since we are dealing with an equilateral triangle, the y-coordinate of the third vertex can be determined using the formula:

y = ±√(s^2 - (s/2)^2)

where s is the length of one side.

Plugging in the value of s (8 units), we have:

y = ±√(8^2 - (8/2)^2)
= ±√(64 - 16)
= ±√48
= ±4√3

Therefore, the coordinates of the third vertex when the x-coordinate is -8 are (-8, ±4√3).

Similarly, we can calculate for the case when the x-coordinate of the third vertex is 16. Using the same formula:

y = ±√(8^2 - (8/2)^2)
= ±√(64 - 16)
= ±√48
= ±4√3

Hence, the coordinates of the third vertex when the x-coordinate is 16 are (16, ±4√3).

Therefore, the coordinates of the third vertex of the equilateral triangle are either (-8, ±4√3) or (16, ±4√3), where ± indicates that we can have both positive and negative values of y.

To find the coordinates of the third vertex of an equilateral triangle, we need to consider the properties of an equilateral triangle.

In an equilateral triangle, all three sides are equal in length, and all three angles are equal to 60 degrees.

Given that two vertices of the equilateral triangle are at (0,0) and (8,0), we can imagine a line segment connecting these two points. This line segment represents the base of the equilateral triangle, and since it's a straight line parallel to the x-axis, we know that the third vertex will have the same y-coordinate as the other two.

Since the triangle is equilateral, the distance between any two vertices is the same. In this case, the distance between (0,0) and (8,0) is 8 units.

To find the x-coordinate of the third vertex, we can consider the midpoint of the line segment between (0,0) and (8,0). The midpoint formula states that the x-coordinate of the midpoint is the average of the x-coordinates of the two endpoints, which gives us:

x-coordinate of third vertex = (0 + 8)/2 = 4

Therefore, the x-coordinate of the third vertex is 4.

Since the y-coordinate of the third vertex is the same as the other two vertices, which is 0 in this case, we can conclude that the coordinates of the third vertex are (4,0).

Hence, the coordinates of the third vertex are (4,0).