How do i find the radius of a circle with the center (16/11,79/11)?

Thanks

no way to tell. There are lots of circles with a given center. Just think of a target with a bulls-eye.

You will need some other piece of data, such as a point on the circle.

To find the radius of a circle with the center (16/11,79/11), you need to know the coordinates of any point on the circumference of the circle. Once you have that point, you can use the distance formula to calculate the distance between the center and that point, which will give you the radius.

Let's say you have a point (x, y) on the circumference of the circle. The distance formula is given by:

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

where (x1, y1) represents the center of the circle and (x2, y2) represents the point on the circumference of the circle.

In this case, the center of the circle is (16/11,79/11) and let's assume the point on the circumference is (x, y). Substituting these values into the distance formula, we get:

radius = √((x - 16/11)^2 + (y - 79/11)^2)

Now, if you have the coordinates of the point on the circumference of the circle, you can substitute those values in the above equation and calculate the radius.