For how many integers is the point inside or on the circle of radius centered at ?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
Plug (x, -x) into the circle inequality; the cross terms cancel and it collapses to x^2 <= 25, so x runs from -5 to 5.
Solution
A point is inside or on the circle exactly when its distance to the center is at most . Squaring, the condition for is
Expand: and . The terms cancel, leaving
The integers in this range are , which is values.
The answer is .
Why this works
"Inside or on a circle" is a single inequality in the coordinates. The points lie on the line , which is perpendicular to the line from the origin through the center ; that symmetry is why the linear terms cancel and the answer is symmetric about . When a set of points is parametrized by one variable, substitute and reduce the geometry to a one-variable inequality.
Alternative approach
Geometrically, the line passes at distance from the center. A chord at that distance in a circle of radius has half-length , so it spans from to on the line (each unit of is of length). Same integers.
The trap
Counting the integers from -5 to 5 as 10 (forgetting zero or one endpoint), or using strict inequality and dropping x = 5 and x = -5.
Common mistakes
- Counting the integers from -5 to 5 as 10 (forgetting zero or one endpoint), or using strict inequality and dropping x = 5 and x = -5.
- Writing the second coordinate as twice, i.e. plugging in instead of .
Techniques
Set up the equation/formula and compute; no special trick needed