In an xy coordinate system,which point lies in the interior of a circle with center (0,0) and radius 4?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For a circle of radius r centered at the origin, a point ( x , y ) will lie inside the circle if x 2 + y 2 < r 2 . For the given points, the only point that satisfies this relation is ( − 2 , − 3 ) :
( − 2 ) 2 + ( − 3 ) 2 = 1 3 4 2 = 1 6 1 3 < 1 6