In the coordinate plane, a circle has center (2,-3) and passes through the point (5,0). What is the area of the circle?
2 Explanations
▲
1
A way to avoid drawing could be:
The distance between the center of a circle and a point that lies on the circunference line is the radius.
·
A formula to obtain the distance between two points in the coordinate plane:
·
Square root of [(x2 - x1)^2 + (y2 - y1)^2] = distance between two points.
·
·
So, we can operate now:
·
distance between (5,0) and (2,-3)
·
Square root of [(5 - 2)^2 + (0 - -3)^2] =
·
Square root of [(3)^2 + (3)^2] =
·
Square root of [9 + 9] =
·
Square root of [18].
·
·
Let´s simplify the expression:
·
Square root of [(3^2) * 2] =
·
3 * Square root of [2] = Radius.
·
·
Since the formula of the Area of the circle is:
·
pi * r^2
·
We can conclude that:
·
pi * r^2
·
pi * (3 * Square root of [2])^2
·
pi * (9 * 2)
·
pi * (18)
·
Hence, correct answer is 18*pi.
2 Explanations