For what values of 'x' and 'y' will the points (0,0), (3,root3) and (x,y) form an equilateral triangle?

To find the values of 'x' and 'y' that will form an equilateral triangle with the given points, we need to determine the distance between the points and use the properties of an equilateral triangle.

An equilateral triangle is a special type of triangle where all three sides are equal in length. The distance formula can be used to calculate the distance between two points (x1, y1) and (x2, y2):

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

Let's find the distance between the given points:

Distance between (0, 0) and (3, √3):
d1 = √((3 - 0)^2 + (√3 - 0)^2)
= √(9 + 3)
= √12

Distance between (0, 0) and (x, y):
d2 = √((x - 0)^2 + (y - 0)^2)
= √(x^2 + y^2)

Now, since we want an equilateral triangle, all three distances should be equal. Therefore, we have:

√12 = √(x^2 + y^2)

To find the values of 'x' and 'y', we can square both sides of the equation:

12 = x^2 + y^2

Now, since we have one equation with two unknowns, we need another equation to solve the system. Since the third point is (x, y), we can use its coordinates to get the second equation.

Given that the third point is (x, y) and forms an equilateral triangle, the distance between (3, √3) and (x, y) should also be equal to √12. Applying the distance formula again:

√12 = √((x - 3)^2 + (y - √3)^2)

Now, let's square both sides of the equation:

12 = (x - 3)^2 + (y - √3)^2

We now have a system of equations:
12 = x^2 + y^2
12 = (x - 3)^2 + (y - √3)^2

Solving this system of equations will give us the values of 'x' and 'y' that form an equilateral triangle with the given points.

This is a bit tough to type here, so I'll explain the process rather than giving the answer directly.

First, find the distance between the two given points using the co-ordinate distance formula.

Using the same distance formula, taking (0,0) as one point and (x,y) as the other, and equating it to the distance you obtained above, you'll get an equation in x and y

If you repeat this for (3,root3) and (x,y), you will get another such equation

Solve the two equations to get two values each of x and y.