AMC 10 Step by Step

Topics / Geometry

Coordinate Geometry

Distance, slope, lines, circles in the plane, reflections over lines, lattice points

41
primary-topic problems (3.2% of all)
30
more as a secondary topic
Where it appears
11
P1-10
9
P11-15
13
P16-20
8
P21-25

What you need to know

  • Distance (Δx)2+(Δy)2\sqrt{(\Delta x)^2+(\Delta y)^2}, midpoint (x1+x22,y1+y22)\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right), slope ΔyΔx\frac{\Delta y}{\Delta x}; perpendicular slopes multiply to 1-1.
  • Distance from (x0,y0)(x_0,y_0) to the line ax+by+c=0ax+by+c=0 is ax0+by0+ca2+b2\dfrac{|ax_0+by_0+c|}{\sqrt{a^2+b^2}}. A line is tangent to a circle exactly when this distance equals the radius.
  • A circle is (xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2; complete the square to read center and radius from x2+y2+Dx+Ey+F=0x^2+y^2+Dx+Ey+F=0.
  • Reflections: over the xx-axis (x,y)(x,y)(x,y)\to(x,-y); over y=xy=x, (x,y)(y,x)(x,y)\to(y,x); over y=xy=-x, (x,y)(y,x)(x,y)\to(-y,-x).
  • The segment from (0,0)(0,0) to (a,b)(a,b) with integer a,ba,b contains gcd(a,b)+1\gcd(a,b)+1 lattice points.

How AMC 10 tests it

  • Early: area of a polygon from its vertices, intersection of two lines, or the perimeter of a lattice polygon.
  • "A line through (a,b)(a,b) divides a rectangle (or two circles) into equal areas": the line passes through the center of symmetry.
  • Mid-to-late: a line tangent to a circle, or a circle through three points, via the distance formula and completing the square.

Standard approaches

  1. Sketch, then write every object (point, line, circle) as an equation before computing.
  2. Symmetry first: a line bisecting a centrally symmetric figure passes through its center.
  3. For tangency, set the center-to-line distance equal to rr rather than solving a quadratic.
  4. For areas use shoelace; for lattice points use gcd\gcd on segments and count row by row.

Worked example

The line y=34x+by = \frac34 x + b is tangent to the circle with center (2,1)(2, 1) and radius 22. What is the sum of all possible values of bb?

(A) 3-3 (B) 1-1 (C) 00 (D) 11 (E) 22

Solution. Write the line as 3x4y+4b=03x - 4y + 4b = 0. Tangency means the distance from (2,1)(2,1) to the line equals 22:
3241+4b32+42=2    2+4b=10. \frac{|3\cdot 2 - 4\cdot 1 + 4b|}{\sqrt{3^2+4^2}} = 2 \implies |2 + 4b| = 10.
So 4b=84b = 8 or 4b=124b = -12, giving b=2b = 2 or b=3b = -3. The sum is 2+(3)=12 + (-3) = -1. The answer is (B) 1\boxed{\textbf{(B)}\ -1}.

Pitfalls

  • Sign errors when rewriting y=mx+by = mx + b as ax+by+c=0ax + by + c = 0 for the distance formula.
  • Forgetting that =k|\cdot| = k has two solutions, so a tangent problem usually has two lines.
  • Reflecting over y=xy = x by negating instead of swapping coordinates.

Traps that recur

  • Counting lattice points as the area n^2 instead of (n+1)^2, or double counting the shared y-axis column when finding the points of R union S. (2022 AMC 10A #25)
  • Taking an interval symmetric around 2/3, or forgetting that points on the line count, so 2/3 itself is the lower endpoint and 19/28 the upper. (2021 AMC 10B #25)
  • Using 20 as the radius because the problem says diameter 20, which replaces 10 by 20 in the distance equation and produces g = 80/3, a value that cannot be written in the required form. (2025 AMC 10A #20)
  • Summing the three segment lengths only once (8), or treating the region as a parallelogram spanned by just two of the segments. (2023 AMC 10B #24)

Problems, easiest first

2019 AMC 10B · #5Coordinate Geometry

Triangle ABCABC lies in the first quadrant. Points AA , BB , and CC are reflected across the line y=xy=x to points AA' , BB' , and CC' , respectively. Assume that none of the vertices of the triangle lie on the line y=xy=x . Which of the following statements is not always true?

2012 AMC 10B · #3Coordinate Geometry

The point in the xy-plane with coordinates (1000,2012)(1000, 2012) is reflected across the line y=2000y = 2000 . What are the coordinates of the reflected point?

2025 AMC 10B · #6Coordinate Geometry

The line y=13x+1y = \frac{1}{3}x + 1 divides the square region defined by 0x20 \leq x \leq 2 and 0y20 \leq y \leq 2 into an upper and lower region. The line x=ax=a divides the lower region into two regions of equal area. Then aa can be written as st\sqrt{s} - t , where ss and tt are positive integers. What is s+ts+t ?

2025 AMC 10B · #7Coordinate Geometry

Frances stands 1515 meters directly south of a locked gate in a fence that runs east-west. Immediately behind the fence is a box of chocolates, located xx meters east of the locked gate. An unlocked gate lies 99 meters east of the box, and another unlocked gate lies 88 meters west of the locked gate. Frances can …

2021 AMC 10B · #9Coordinate Geometry

The point P(a,b)P(a,b) in the xyxy -plane is first rotated counterclockwise by 9090^\circ around the point (1,5)(1,5) and then reflected about the line y=xy = -x . The image of PP after these two transformations is at (6,3)(-6,3) . What is ba ?b - a ?

2019 AMC 10A · #7Coordinate Geometry

Two lines with slopes 12\dfrac{1}{2} and 22 intersect at (2,2)(2,2) . What is the area of the triangle enclosed by these two lines and the line x+y=10?x+y=10 ?

2019 AMC 10B · #4Coordinate Geometry

All lines with equation ax+by=cax+by=c such that a,b,ca,b,c form an arithmetic progression pass through a common point. What are the coordinates of that point?

2017 AMC 10B · #10Coordinate Geometry

The lines with equations ax2y=cax-2y=c and 2x+by=c2x+by=-c are perpendicular and intersect at (1,5)(1, -5) . What is cc ?

2017 AMC 10B · #8Coordinate Geometry

Points A(11,9)A(11, 9) and B(2,3)B(2, -3) are vertices of ABC\triangle ABC with AB=ACAB=AC . The altitude from AA meets the opposite side at D(1,3)D(-1, 3) . What are the coordinates of point CC ?

2016 AMC 10B · #9Coordinate Geometry

All three vertices of ABC\bigtriangleup ABC are lying on the parabola defined by y=x2y=x^2 , with AA at the origin and BC\overline{BC} parallel to the xx -axis. The area of the triangle is 6464 . What is the length of BCBC ?

2015 AMC 10B · #12Coordinate Geometry

For how many integers xx is the point (x,x)(x,-x) inside or on the circle of radius 1010 centered at (5,5)(5,5) ?

2011 AMC 10A · #9Coordinate Geometry

A rectangular region is bounded by the graphs of the equations y=a,y=b,x=c,y=a, y=-b, x=-c, and x=dx=d , where a,b,c,a,b,c, and dd are all positive numbers. Which of the following represents the area of this region?

2008 AMC 10B · #14Coordinate Geometry

Triangle OABOAB has O=(0,0)O=(0,0) , B=(5,0)B=(5,0) , and AA in the first quadrant. In addition, ABO=90\angle ABO=90^\circ and AOB=30\angle AOB=30^\circ . Suppose that OAOA is rotated 9090^\circ counterclockwise about OO . What are the coordinates of the image of AA ?

2006 AMC 10A · #11Coordinate Geometry

Which of the following describes the graph of the equation (x+y)2=x2+y2(x+y)^2=x^2+y^2 ?

2006 AMC 10B · #12Coordinate Geometry

The lines x=14y+ax=\frac{1}{4}y+a and y=14x+by=\frac{1}{4}x+b intersect at the point (1,2)(1,2) . What is a+ba+b ?

2003 AMC 10B · #11Coordinate Geometry

A line with slope 33 intersects a line with slope 55 at point (10,15)(10,15) . What is the distance between the xx -intercepts of these two lines?

2024 AMC 10B · #19Coordinate Geometry

In the following table, each question mark is to be replaced by "Possible" or "Not Possible" to indicate whether a nonvertical line with the given slope can contain the given number of lattice points (points both of whose coordinates are integers). How many of the 12 entries will be "Possible"?

2023 AMC 10A · #19Coordinate Geometry

The line segment formed by A(1,2)A(1, 2) and B(3,3)B(3, 3) is rotated to the line segment formed by A(3,1)A'(3, 1) and B(4,3)B'(4, 3) about the point P(r,s)P(r, s) . What is rs|r-s| ?

2020 AMC 10B · #13Coordinate Geometry

Andy the Ant lives on a coordinate plane and is currently at (20,20)(-20, 20) facing east (that is, in the positive xx -direction). Andy moves 11 unit and then turns 9090^{\circ} left. From there, Andy moves 22 units (north) and then turns 9090^{\circ} left. He then moves 33 units (west) and again turns 9090^{\circ}

2017 AMC 10A · #17Coordinate Geometry

Distinct points PP , QQ , RR , SS lie on the circle x2+y2=25x^2+y^2=25 and have integer coordinates. The distances PQPQ and RSRS are irrational numbers. What is the greatest possible value of the ratio PQRS\frac{PQ}{RS} ?

2017 AMC 10A · #12Coordinate Geometry

Let SS be a set of points (x,y)(x,y) in the coordinate plane such that two of the three quantities 3, x+2,3,~x+2, and y4y-4 are equal and the third of the three quantities is no greater than this common value. Which of the following is a correct description for S?S?

2016 AMC 10B · #14Coordinate Geometry

How many squares whose sides are parallel to the axis and whose vertices have coordinates that are integers lie entirely within the region bounded by the line y=πxy=\pi x , the line y=0.1y=-0.1 and the line x=5.1?x=5.1?

2015 AMC 10A · #17Coordinate Geometry

A line that passes through the origin intersects both the line x=1x=1 and the line y=1+33xy=1+\frac{\sqrt{3}}{3}x . The three lines create an equilateral triangle. What is the perimeter of the triangle?

2014 AMC 10A · #14Coordinate Geometry

The yy -intercepts, PP and QQ , of two perpendicular lines intersecting at the point A(6,8)A(6,8) have a sum of zero. What is the area of APQ\triangle APQ ?

2014 AMC 10A · #18Coordinate Geometry

A square in the coordinate plane has vertices whose yy -coordinates are 00 , 11 , 44 , and 55 . What is the area of the square?

2013 AMC 10A · #18Coordinate Geometry

Let points A=(0,0)A = (0, 0) , B=(1,2)B = (1, 2) , C=(3,3)C=(3, 3) , and D=(4,0)D = (4, 0) . Quadrilateral ABCDABCD is cut into equal area pieces by a line passing through AA . This line intersects CD\overline{CD} at point (pq,rs)\bigg(\frac{p}{q}, \frac{r}{s}\bigg) , where these fractions are in lowest terms. What is p+q+r+sp+q+r+s ?

2013 AMC 10A · #16Coordinate Geometry

A triangle with vertices (6,5)(6, 5) , (8,3)(8, -3) , and (9,1)(9, 1) is reflected about the line x=8x=8 to create a second triangle. What is the area of the union of the two triangles?

2012 AMC 10A · #21Coordinate Geometry

Let points A=(0,0,0)A = (0 ,0 ,0) , B=(1,0,0)B = (1, 0, 0) , C=(0,2,0)C = (0, 2, 0) , and D=(0,0,3)D = (0, 0, 3) . Points EE , FF , GG , and HH are midpoints of line segments BD, AB, AC,\overline{BD},\text{ } \overline{AB}, \text{ } \overline {AC}, and DC\overline{DC} respectively. What is the area of EFGHEFGH ?

2009 AMC 10B · #17Coordinate Geometry

Five unit squares are arranged in the coordinate plane as shown, with the lower left corner at the origin. The slanted line, extending from (c,0)(c,0) to (3,3)(3,3) , divides the entire region into two regions of equal area. What is cc ?

2006 AMC 10B · #20Coordinate Geometry

In rectangle ABCDABCD , we have A=(6,22)A=(6,-22) , B=(2006,178)B=(2006,178) , D=(8,y)D=(8,y) , for some integer yy . What is the area of rectangle ABCDABCD ?

2000 AMC 10 · #16Coordinate Geometry

The diagram shows 2828 lattice points, each one unit from its nearest neighbors. Segment ABAB meets segment CDCD at EE . Find the length of segment AEAE .

2025 AMC 10A · #20Coordinate Geometry

A silo (right circular cylinder) with diameter 20 meters stands in a field. MacDonald is located 20 meters west and 15 meters south of the center of the silo. McGregor is located 20 meters east and g>0g > 0 meters south of the center of the silo. The line of sight between MacDonald and McGregor is tangent to the silo. …

2023 AMC 10B · #24Coordinate Geometry

What is the perimeter of the boundary of the region consisting of all points which can be expressed as (2u3w,v+4w)(2u-3w, v+4w) with 0u10\le u\le1 , 0v1,0\le v\le1, and 0w10\le w\le1 ?

2021 AMC Fall 10B · #17Coordinate Geometry

Distinct lines \ell and mm lie in the xyxy -plane. They intersect at the origin. Point P(1,4)P(-1, 4) is reflected about line \ell to point PP' , and then PP' is reflected about line mm to point PP'' . The equation of line \ell is 5xy=05x - y = 0 , and the coordinates of PP'' are (4,1)(4,1) . What is the equation of …

2021 AMC 10A · #19Coordinate Geometry

The area of the region bounded by the graph of x2+y2=3xy+3x+yx^2+y^2 = 3|x-y| + 3|x+y| is m+nπm+n\pi , where mm and nn are integers. What is m+nm + n ?

2021 AMC 10A · #24Coordinate Geometry

The interior of a quadrilateral is bounded by the graphs of (x+ay)2=4a2(x+ay)^2 = 4a^2 and (axy)2=a2(ax-y)^2 = a^2 , where aa is a positive real number. What is the area of this region in terms of aa , valid for all a>0a > 0 ?

2018 AMC 10A · #21Coordinate Geometry

Which of the following describes the set of values of aa for which the curves x2+y2=a2x^2+y^2=a^2 and y=x2ay=x^2-a in the real xyxy -plane intersect at exactly 33 points?

2017 AMC 10B · #24Coordinate Geometry

The vertices of an equilateral triangle lie on the hyperbola xy=1xy=1 , and a vertex of this hyperbola is the centroid of the triangle. What is the square of the area of the triangle?

2011 AMC 10B · #24Coordinate Geometry

A lattice point in an xyxy -coordinate system is any point (x,y)(x, y) where both xx and yy are integers. The graph of y=mx+2y = mx +2 passes through no lattice point with 0<x1000 < x \le 100 for all mm such that 1/2<m<a1/2 < m < a . What is the maximum possible value of aa ?

2022 AMC 10A · #25Coordinate Geometry

Let RR , SS , and TT be squares that have vertices at lattice points (i.e., points whose coordinates are both integers) in the coordinate plane, together with their interiors. The bottom edge of each square is on the xx -axis. The left edge of RR and the right edge of SS are on the yy -axis, and RR contains …

2021 AMC 10B · #25Coordinate Geometry

Let SS be the set of lattice points in the coordinate plane, both of whose coordinates are integers between 11 and 3030 , inclusive. Exactly 300300 points in SS lie on or below a line with equation y=mxy = mx . The possible values of mm lie in an interval of length ab\frac{a}{b} , where aa and bb are relatively …