answersLogoWhite

0


Best Answer

2,0

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which point lies outside the circle with equation (x - 2)2 (y 3)2 4?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is each point that lies on a circle satisfies the equation of the circle true or false?

True


The number of normals to the parabola from a point which lies outside?

We can draw 3 normals to a parabola from a given point as the equation of normal in parametric form is a cubic equation.


How do you determine if a point lies on the same line?

A point lies on a line if the coordinates of the point satisfy the equation of the line.


If a circle is inscribed in a hexagon which of the following must be true?

A. The hexagon is circumscribed about the circle . D. Each vertex of the hexagon lies outside the circle . E. The circle is tangent to each side of the hexagon .


How do you verify if a point lies on a circle?

If ... the square of (the x-coordinate of the point minus the x-coordinate of the center of the circle) added to the square of (the y-coordinate of the point minus the y-coordinate of the center of the circle) is equal to the square of the circle's radius, then the point is on the circle.


Which point lies on the line whose equation is 2x-3y9?

Without an equality sign it can not be considered to be an equation


What point lies on the equation y-3(x 5)?

The given expression is not an equation because it has no equality sign


Which point lies on the line with point slope equation y - 2 5 (x-6)?

(6,2)


Which point lies on the line with point-slope equation y - 2 5x - 6?

A number of point lies on it...................(-2,-44), (-1,-19),(0,6), (1,31), (2, 56)...............


Given the coordinates xy of a center of a circle and its radius write a program which will determine whether a point lies inside the circleon the circle or outside the circle conditional statements?

Center is at (Xc, Yc ). Radius = R. ======================================= Print "Input the coordinates of point 'P', separated by a comma." Input A, B D = (Xc - A)2 + (Yc - B)2 If D < R2 then print "'P' is inside the circle." If D = R2 then print "'P' is on the circle." If D > R2 then print "'P' is outside the circle." by arup nandy


Given the coordinates xy of a center of a circle and it's radiuswrite a program which will determine whether a point lies inside the circleon the circle or outside the circle conditional statements?

Center is at (Xc, Yc ). Radius = R. ======================================= Print "Input the coordinates of point 'P', separated by a comma." Input A, B D = (Xc - A)2 + (Yc - B)2 If D < R2 then print "'P' is inside the circle." If D = R2 then print "'P' is on the circle." If D > R2 then print "'P' is outside the circle."


Which point lies on the line with point-slope equation y - 2 x - 6)?

Without an equality sign the given expression can't be considered to be an equation.