SAT Circles in the Coordinate Plane — 24 Practice Questions | SATMath800
SAT Math Practice

Circle Challenge

24 original SAT-style questions covering the most important circle problems in the coordinate plane.

Standard form • Distance • Graphs • General form • Completing the square • SAT shortcuts

r C(h,k) P(x,y)

How to use this challenge

These are original SAT-style questions designed around the major circle question patterns students encounter in coordinate geometry. They are not reproduced College Board questions.

Try each question before opening the solution. The goal is not just to get the answer — it is to recognize which circle strategy the SAT is asking you to use.

01
Standard Form

Read the Center and Radius from Standard Form

These questions test whether you can immediately recognize the center \((h,k)\) and radius \(r\) from \((x-h)^2+(y-k)^2=r^2\). Watch the signs inside the parentheses.

Question 1 EASY
The equation of a circle is
\[ (x-4)^2+(y+3)^2=25 \]
What are the center and radius?
  • A \((4,3)\), radius \(5\)
  • B \((4,-3)\), radius \(5\)
  • C \((-4,3)\), radius \(25\)
  • D \((-4,-3)\), radius \(25\)
Step-by-step solution

Step 1: Match the equation

Compare with \[ (x-h)^2+(y-k)^2=r^2. \]

Step 2: Read the center

\(x-4\) gives \(h=4\). \(y+3=y-(-3)\), so \(k=-3\).

Step 3: Find the radius

\[ r=\sqrt{25}=5. \]

Answer: B — center \((4,-3)\), radius \(5\).
Question 2 EASY
A circle is represented by
\[ (x+7)^2+(y-2)^2=81. \]
What is the radius of the circle?
  • A \(3\)
  • B \(9\)
  • C \(18\)
  • D \(81\)
Step-by-step solution

The number on the right is \(r^2\).

\[ r^2=81 \]

Therefore:

\[ r=\sqrt{81}=9. \]
Answer: B — \(9\).
02
Build the Equation

Write the Circle’s Standard Equation from Its Center and Radius

Given the center and radius, put them directly into standard form. The main challenge is handling negative coordinates correctly.

Question 3 EASY
A circle has center \((2,-5)\) and radius \(6\). Which equation represents the circle?
  • A \((x+2)^2+(y-5)^2=36\)
  • B \((x-2)^2+(y+5)^2=36\)
  • C \((x-2)^2+(y-5)^2=6\)
  • D \((x+2)^2+(y+5)^2=6\)
Step-by-step solution

Start with: \[ (x-h)^2+(y-k)^2=r^2. \]

Substitute \(h=2\), \(k=-5\), and \(r=6\).

\[ (x-2)^2+(y-(-5))^2=6^2 \]
\[ (x-2)^2+(y+5)^2=36. \]
Answer: B.
Question 4 EASY
A circle has center \((-3,4)\) and passes through a point \(6\) units from its center. Which equation represents the circle?
  • A \((x+3)^2+(y-4)^2=6\)
  • B \((x-3)^2+(y+4)^2=36\)
  • C \((x+3)^2+(y-4)^2=36\)
  • D \((x-3)^2+(y-4)^2=36\)
Step-by-step solution

The radius is \(6\), so \(r^2=36\).

The center is \((-3,4)\). Therefore:

\[ (x+3)^2+(y-4)^2=36. \]
Answer: C.
03
Center + Point

Find the Circle’s Equation from Its Center and a Point on the Circle

First find the distance from the center to the given point. That distance is the radius. Then substitute the center and radius into standard form.

Question 5 MEDIUM
A circle has center \((1,2)\) and passes through \((5,5)\). Which equation represents the circle?
  • A \((x-1)^2+(y-2)^2=5\)
  • B \((x-1)^2+(y-2)^2=25\)
  • C \((x-5)^2+(y-5)^2=25\)
  • D \((x+1)^2+(y+2)^2=25\)
Step-by-step solution

Step 1: Find the radius

From \((1,2)\) to \((5,5)\), the horizontal change is \(4\), and the vertical change is \(3\).

\[ r=\sqrt{4^2+3^2} =\sqrt{25}=5. \]

Step 2: Write the equation

\[ (x-1)^2+(y-2)^2=25. \]
Answer: B.
Question 6 MEDIUM
A circle has center \((-2,-1)\) and passes through \((4,7)\). What is the radius?
  • A \(6\)
  • B \(8\)
  • C \(10\)
  • D \(14\)
Step-by-step solution

The horizontal difference is \(6\). The vertical difference is \(8\).

\[ r=\sqrt{6^2+8^2} \]
\[ r=\sqrt{36+64} =\sqrt{100}=10. \]
Answer: C — \(10\).
04
Distance Formula

Find the Radius from the Center and a Point

Remember the geometric definition: every point on a circle is exactly one radius away from the center.

Question 7 EASY
The center of a circle is \((3,-2)\). A point on the circle is \((11,-2)\). What is the radius?
  • A \(4\)
  • B \(6\)
  • C \(8\)
  • D \(10\)
Step-by-step solution

Both points have the same \(y\)-coordinate. Therefore the distance is horizontal.

\[ |11-3|=8. \]
Answer: C — \(8\).
Question 8 MEDIUM
The center of a circle is \((-1,4)\), and \((5,12)\) is on the circle. What is the radius?
  • A \(8\)
  • B \(9\)
  • C \(10\)
  • D \(12\)
Step-by-step solution

The changes are \(6\) horizontally and \(8\) vertically.

\[ r=\sqrt{6^2+8^2} =\sqrt{100}=10. \]
Answer: C — \(10\).
05
Coordinate Reasoning

Find a Missing Coordinate of a Point on a Circle

These problems look more mysterious, but the idea is simple: substitute the known coordinate into the circle equation and solve for the missing value.

Question 9 HARD
The point \((7,k)\) lies on the circle
\[ (x-3)^2+(y-2)^2=41. \]
What is a possible value of \(k\)?
  • A \(-2\)
  • B \(0\)
  • C \(4\)
  • D \(-3\)
Step-by-step solution

Substitute \(x=7\).

\[ (7-3)^2+(k-2)^2=41 \]
\[ 16+(k-2)^2=41 \]
\[ (k-2)^2=25 \]

Therefore: \[ k-2=\pm5. \]

\[ k=7\quad\text{or}\quad k=-3. \]
Answer: D) \(-3\) is the answer since the valid values are \(7\) and \(-3\).
Question 10 HARD
The point \((a,6)\) lies on the circle
\[ (x+1)^2+(y-2)^2=41. \]
What is the positive value of \(a\)?
Step-by-step solution

Substitute \(y=6\).

\[ (a+1)^2+(6-2)^2=41 \]
\[ (a+1)^2+16=41 \]
\[ (a+1)^2=25. \]

Thus:

\[ a+1=\pm5. \]

So \(a=4\) or \(a=-6\). The positive value is \(4\).

Answer: 4.
06
Point Membership

Determine Whether a Point Lies on, Inside, or Outside the Circle

Substitute the point into the left side of the equation. Compare the result with \(r^2\).

Question 11 EASY
Which point lies on the circle
\[ (x-2)^2+(y+1)^2=25? \]
  • A \((5,3)\)
  • B \((2,4)\)
  • C \((7,1)\)
  • D \((4,1)\)
Step-by-step solution

Test A:

\[ (5-2)^2+(3+1)^2 =9+16=25. \]

This equals the right side, so the point is on the circle.

Answer: A.
Question 12 MEDIUM
Relative to the circle
\[ (x-1)^2+(y-2)^2=36, \]
what is the location of \((4,6)\)?
  • A On the circle
  • B Inside the circle
  • C Outside the circle
  • D At the center
Step-by-step solution
\[ (4-1)^2+(6-2)^2 =9+16=25. \]

The radius squared is \(36\). Since \(25<36\), the point is closer to the center than the radius.

Answer: B — inside the circle.
07
General Form

Find the Center and Radius from General Form

When you see \(x^2+y^2+Dx+Ey+F=0\), identify the \(x\)- and \(y\)-coefficients. You can use completing the square or the center shortcut.

Question 13 MEDIUM
The equation
\[ x^2+y^2-12x+10y-3=0 \]
represents a circle. What is its center?
SAT shortcut

Here \(D=-12\) and \(E=10\).

\[ (h,k)= \left( -\frac{-12}{2}, -\frac{10}{2} \right) \]
\[ (h,k)=(6,-5). \]
Answer: \((6,-5)\).
Question 14 MEDIUM
The circle
\[ x^2+y^2+8x-14y+9=0 \]
has center \((h,k)\). What is \(h+k\)?
SAT shortcut
\[ h=-\frac82=-4 \]
\[ k=-\frac{-14}{2}=7. \]

Therefore: \[ h+k=-4+7=3. \]

Answer: 3.
08
General Form

Find the Radius Directly from General Form

Once you know the shortcut, the radius can be found without fully rewriting the equation into standard form.

SAT shortcut

\[ r^2= \frac{D^2+E^2}{4}-F \]

Then take the square root to obtain \(r\).

Question 15 HARD
What is the radius of the circle
\[ x^2+y^2-10x+6y-15=0? \]
Shortcut solution

Here: \[ D=-10,\quad E=6,\quad F=-15. \]

\[ r^2= \frac{(-10)^2+6^2}{4}-(-15) \]
\[ r^2= \frac{100+36}{4}+15 =34+15=49. \]
\[ r=7. \]
Answer: 7.
Question 16 HARD
The radius of
\[ x^2+y^2+4x-12y+20=0 \]
is \(r\). What is \(r^2\)?
Shortcut solution

Here: \[ D=4,\quad E=-12,\quad F=20. \]

\[ r^2= \frac{4^2+(-12)^2}{4}-20 \]
\[ r^2= \frac{16+144}{4}-20 =40-20=20. \]
Answer: 20.
09
Algebra

Convert General Form to Standard Form by Completing the Square

This is the long way — but it is important to understand it. Divide each linear coefficient by \(2\), square it, and add the resulting value to both sides.

Question 17 MEDIUM
Which equation is equivalent to
\[ x^2-8x+y^2+6y-11=0? \]
  • A \((x-4)^2+(y+3)^2=36\)
  • B \((x+4)^2+(y-3)^2=36\)
  • C \((x-4)^2+(y+3)^2=11\)
  • D \((x-8)^2+(y+6)^2=36\)
Step-by-step solution

For \(x^2-8x\): \[ \frac{-8}{2}=-4, \] so add \(16\).

For \(y^2+6y\): \[ \frac62=3, \] so add \(9\).

\[ (x-4)^2+(y+3)^2 =11+16+9 \]
\[ (x-4)^2+(y+3)^2=36. \]
Answer: A.
Question 18 MEDIUM
A circle is represented by
\[ x^2+10x+y^2-4y-20=0. \]
What is the radius?
Complete the square

For \(x^2+10x\), add \[ \left(\frac{10}{2}\right)^2=25. \]

For \(y^2-4y\), add \[ \left(\frac{-4}{2}\right)^2=4. \]

\[ (x+5)^2+(y-2)^2=49. \]

Therefore:

\[ r=7. \]
Answer: 7.
10
Coordinate Graphs

Read the Center, Radius, and Equation from a Circle’s Graph

Graph questions require you to translate visual information into algebra. Find the center first, then determine the radius.

Question 19 MEDIUM
A graph of a circle shows that its center is \((-2,3)\) and its rightmost point is \((4,3)\). Which equation represents the circle?
  • A \((x+2)^2+(y-3)^2=6\)
  • B \((x-2)^2+(y+3)^2=36\)
  • C \((x+2)^2+(y-3)^2=36\)
  • D \((x+2)^2+(y+3)^2=36\)
Read the graph

The center is \((-2,3)\). The horizontal distance from \(-2\) to \(4\) is \(6\). Therefore \(r=6\).

\[ (x+2)^2+(y-3)^2=36. \]
Answer: C.
Question 20 MEDIUM
A circle on a coordinate plane has its center at \((5,-1)\). The graph shows that the circle reaches from \(x=1\) to \(x=9\). What is its radius?
Read the graph

The leftmost point is \(x=1\), and the rightmost point is \(x=9\).

The diameter is therefore:

\[ 9-1=8. \]

The radius is half the diameter:

\[ r=\frac82=4. \]
Answer: 4.
11
Diameter

Find the Center and Radius When the Diameter Endpoints Are Given

The midpoint of a diameter is the center. The radius is half the diameter.

Question 21 MEDIUM
The endpoints of a diameter of a circle are \((2,4)\) and \((10,4)\). What is the center?
  • A \((4,4)\)
  • B \((6,4)\)
  • C \((8,4)\)
  • D \((6,8)\)
Midpoint strategy

The center is the midpoint:

\[ \left( \frac{2+10}{2}, \frac{4+4}{2} \right) \]
\[ (6,4). \]
Answer: B.
Question 22 MEDIUM
The endpoints of a diameter are \((-3,2)\) and \((5,8)\). What is the radius?
  • A \(4\)
  • B \(5\)
  • C \(6\)
  • D \(10\)
Diameter → radius

The coordinate changes are \(8\) and \(6\).

\[ d=\sqrt{8^2+6^2} =\sqrt{100}=10. \]

The radius is half the diameter:

\[ r=\frac{10}{2}=5. \]
Answer: B — \(5\).
12
Transformations

Understand How Changes in the Equation Move or Resize the Circle

Changes to \(h\), \(k\), or \(r\) change the graph. Think of the standard equation as a map of the circle.

Question 23 MEDIUM
The circle
\[ (x-2)^2+(y+3)^2=16 \]
is changed to
\[ (x-7)^2+(y+3)^2=16. \]
How does the graph change?
  • A It moves 5 units left.
  • B It moves 5 units right.
  • C It moves 5 units up.
  • D Its radius increases by 5.
Compare the centers

Original center: \[ (2,-3). \]

New center: \[ (7,-3). \]

The \(x\)-coordinate increased by \(5\). The \(y\)-coordinate and radius stayed the same.

Answer: B — the circle moves 5 units right.
Question 24 HARD
A circle is represented by
\[ (x+4)^2+(y-1)^2=9. \]
A new circle has the same center but twice the radius. Which equation represents the new circle?
  • A \((x+4)^2+(y-1)^2=12\)
  • B \((x+4)^2+(y-1)^2=18\)
  • C \((x+4)^2+(y-1)^2=36\)
  • D \((x+8)^2+(y-2)^2=36\)
The important detail

The original equation has \[ r^2=9, \] so \(r=3\).

Twice the radius means: \[ r_{\text{new}}=6. \]

But the equation contains \(r^2\), so we need:

\[ r_{\text{new}}^2=6^2=36. \]

The center does not change.

Answer: C.

🎯 The SAT Circle Decision Strategy

Before doing algebra, ask yourself one question: What is the problem actually asking me to find?

Need the center? Look at standard form or use \[ \left(-\frac D2,-\frac E2\right). \]

Need the radius? Find \(r^2\), then take the square root.

Given a point? Find its distance from the center.

Given a diameter? Think midpoint + half the diameter.

Given a graph? Read the center and radius visually before writing anything.

Ready for the next circle?

You have now practiced the major coordinate-plane circle patterns: standard form, distance, graphs, general form, completing the square, shortcuts, diameter, and transformations.

← Review the Circles Lesson
Circles in the Coordinate Plane

One thought on “SAT Circle Questions

Leave a Reply

Your email address will not be published. Required fields are marked *