GRE Quiz: Coordinate Geometry Distance
20 questions · exam conditions
0:00
Coordinate Geometry DistanceQuestion 1 of 20

Points R(2,1)R(-2, 1) and S(4,4)S(4, 4) lie in the coordinate plane. What is the distance between RR and SS?

99
45\sqrt{45}
13\sqrt{13}
4545
39\sqrt{39}
← Back to quizzes

GRE Quiz

GRE Quiz: Coordinate Geometry Distance

Practice Coordinate Geometry Distance in GRE with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Coordinate Geometry Distance, giving you a quick way to practice the rules, question types, and explanations that matter most for GRE.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Points R(2,1)R(-2, 1) and S(4,4)S(4, 4) lie in the coordinate plane. What is the distance between RR and SS?

  1. 99
  2. 45\sqrt{45} (correct answer)
  3. 13\sqrt{13}
  4. 4545
  5. 39\sqrt{39}

Explanation: This question tests coordinate geometry distance between two points. The distance formula states that d = √[(x₂-x₁)² + (y₂-y₁)²] for points (x₁, y₁) and (x₂, y₂). For points R(-2, 1) and S(4, 4), we calculate: d = √[(4-(-2))² + (4-1)²] = √[(6)² + (3)²] = √[36 + 9] = √45. The distance between R and S is √45, which corresponds to choice B. Note that √45 can be simplified to 3√5, but this simplified form doesn't appear in the choices. Choice A (9) represents the sum of absolute differences |6| + |3|, which is the Manhattan distance, not the Euclidean distance.

Question 2

In the coordinate plane, point TT is at (4,0)(4,0) and point UU is at (2,3)(-2,-3). What is the distance between TT and UU?

  1. 45\sqrt{45} (correct answer)
  2. 99
  3. 4545
  4. 27\sqrt{27}
  5. 9\sqrt{9}

Explanation: This question tests coordinate geometry distance between two points. The distance formula states that for points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the distance is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}. For T(4,0)T(4,0) and U(2,3)U(-2,-3), we substitute: d=(24)2+(30)2=(6)2+(3)2d = \sqrt{(-2-4)^2 + (-3-0)^2} = \sqrt{(-6)^2 + (-3)^2}. This gives us d=36+9=45d = \sqrt{36 + 9} = \sqrt{45}. The distance is 45\sqrt{45}, which can also be simplified to 353\sqrt{5} but this form is not among the choices. The Manhattan distance would be 4(2)+0(3)=6+3=9|4-(-2)| + |0-(-3)| = 6 + 3 = 9, which appears as choice B but is incorrect for Euclidean distance.

Question 3

Points P(2,3)P(-2,3) and Q(4,1)Q(4,-1) lie in the coordinate plane. What is the distance between PP and QQ?

  1. 5252
  2. 40\sqrt{40}
  3. 1010
  4. 52\sqrt{52} (correct answer)
  5. 10\sqrt{10}

Explanation: This question tests coordinate geometry distance between two points. The distance formula states that for points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the distance is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}. For P(2,3)P(-2,3) and Q(4,1)Q(4,-1), we substitute: d=(4(2))2+(13)2=(4+2)2+(4)2d = \sqrt{(4-(-2))^2 + (-1-3)^2} = \sqrt{(4+2)^2 + (-4)^2}. This gives us d=62+(4)2=36+16=52d = \sqrt{6^2 + (-4)^2} = \sqrt{36 + 16} = \sqrt{52}. The correct answer is 52\sqrt{52}. A common error would be to calculate the Manhattan distance as 4(2)+13=6+4=10|4-(-2)| + |-1-3| = 6 + 4 = 10, but this is not the Euclidean distance.

Question 4

Points L(3,4)L(-3,4) and M(1,2)M(1,-2) lie in the coordinate plane. What is the distance between LL and MM?

  1. 20\sqrt{20}
  2. 1010
  3. 5252
  4. 52\sqrt{52} (correct answer)
  5. 10\sqrt{10}

Explanation: This question tests the distance formula in coordinate geometry. For two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the distance is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}. With L(3,4)L(-3,4) and M(1,2)M(1,-2), we calculate: d=(1(3))2+(24)2=(1+3)2+(6)2d = \sqrt{(1-(-3))^2 + (-2-4)^2} = \sqrt{(1+3)^2 + (-6)^2}. This gives us d=42+36=16+36=52d = \sqrt{4^2 + 36} = \sqrt{16 + 36} = \sqrt{52}. The correct answer is 52\sqrt{52}. The Manhattan distance would be 1(3)+24=4+6=10|1-(-3)| + |-2-4| = 4 + 6 = 10, which appears as choice B but is incorrect for Euclidean distance.

Question 5

In the coordinate plane, point RR is at (4,7)(-4,7) and point SS is at (4,2)(-4,-2). What is the distance between RR and SS?

  1. 99 (correct answer)
  2. 8181
  3. 9\sqrt{9}
  4. 1313
  5. 13\sqrt{13}

Explanation: This question tests coordinate geometry distance calculation. The distance formula for points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}. For R(4,7)R(-4,7) and S(4,2)S(-4,-2), notice both points have the same x-coordinate of -4, forming a vertical line segment. The distance is d=(4(4))2+(27)2=02+(9)2=81=9d = \sqrt{(-4-(-4))^2 + (-2-7)^2} = \sqrt{0^2 + (-9)^2} = \sqrt{81} = 9. Since the points lie on a vertical line, the distance equals the absolute difference of y-coordinates: 7(2)=7+2=9|7-(-2)| = |7+2| = 9. Choice B (81) represents the square of the distance before taking the square root, while choice D (13) might result from incorrectly adding 4 + 9.

Question 6

In the coordinate plane, point MM is at (0,3)(0,-3) and point NN is at (6,3)(6,-3). What is the distance between MM and NN?

  1. 3636
  2. 36\sqrt{36}
  3. 00
  4. 6\sqrt{6}
  5. 66 (correct answer)

Explanation: This question tests the distance formula in coordinate geometry. The distance between points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}. For M(0,3)M(0,-3) and N(6,3)N(6,-3), notice that both points have the same y-coordinate of -3, making this a horizontal line segment. The distance is d=(60)2+(3(3))2=62+02=36=6d = \sqrt{(6-0)^2 + (-3-(-3))^2} = \sqrt{6^2 + 0^2} = \sqrt{36} = 6. Since the points lie on a horizontal line, the distance is simply the difference in x-coordinates: 60=6|6-0| = 6. Choice A (36) represents the square of the distance, while choice B (36\sqrt{36}) is another way to write 6.

Question 7

In the coordinate plane, point AA is at (2,5)(2,5) and point BB is at (8,1)(8,1). What is the distance between AA and BB?

  1. 52\sqrt{52} (correct answer)
  2. 1010
  3. 5252
  4. 20\sqrt{20}
  5. 8\sqrt{8}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points A(2,5) and B(8,1), the difference in x-coordinates is 8 - 2 = 6, and the difference in y-coordinates is 1 - 5 = -4. Squaring these gives 36 and 16, and adding them results in 52. Taking the square root yields √52, which matches choice A. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |6| + |4| = 10, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 8

In the coordinate plane, point CC is at (3,1)(3,1) and point DD is at (1,4)(-1,4). Which of the following equals the distance from CC to DD?

  1. 25\sqrt{25} (correct answer)
  2. 7\sqrt{7}
  3. 2525
  4. 77
  5. 17\sqrt{17}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points C(3,1) and D(-1,4), the difference in x-coordinates is -1 - 3 = -4, and the difference in y-coordinates is 4 - 1 = 3. Squaring these gives 16 and 9, and adding them results in 25. Taking the square root yields √25, which matches choice A. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |4| + |3| = 7, appearing as choice D, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 9

Points P(1,1)P(1,1) and Q(4,5)Q(4,5) lie in the coordinate plane. What is the distance between PP and QQ?

  1. 7\sqrt{7}
  2. 25\sqrt{25}
  3. 2525
  4. 77
  5. 55 (correct answer)

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points P(1,1) and Q(4,5), the difference in x-coordinates is 4 - 1 = 3, and the difference in y-coordinates is 5 - 1 = 4. Squaring these gives 9 and 16, and adding them results in 25. Taking the square root yields √25 = 5, which matches choice E. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |3| + |4| = 7, appearing as choice D, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 10

In the coordinate plane, point WW is at (1,2)(-1,2) and point XX is at (3,1)(3,-1). What is the distance between WW and XX?

  1. 25\sqrt{25}
  2. 77
  3. 55 (correct answer)
  4. 2525
  5. 13\sqrt{13}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points W(-1,2) and X(3,-1), the difference in x-coordinates is 3 - (-1) = 4, and the difference in y-coordinates is -1 - 2 = -3. Squaring these gives 16 and 9, and adding them results in 25. Taking the square root yields √25 = 5, which matches choice C. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |4| + |3| = 7, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 11

Points J(2,1)J(2,-1) and K(4,7)K(-4,7) lie in the coordinate plane. What is the distance between JJ and KK?

  1. 28\sqrt{28}
  2. 1414
  3. 100100
  4. 100\sqrt{100}
  5. 1010 (correct answer)

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points J(2,-1) and K(-4,7), the difference in x-coordinates is -4 - 2 = -6, and the difference in y-coordinates is 7 - (-1) = 8. Squaring these gives 36 and 64, and adding them results in 100. Taking the square root yields √100 = 10, which matches choice E. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |6| + |8| = 14, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 12

In the coordinate plane, point LL is at (4,0)(4,0) and point MM is at (0,3)(0,3). What is the distance between LL and MM?

  1. 7\sqrt{7}
  2. 77
  3. 2525
  4. 25\sqrt{25}
  5. 55 (correct answer)

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points L(4,0) and M(0,3), the difference in x-coordinates is 0 - 4 = -4, and the difference in y-coordinates is 3 - 0 = 3. Squaring these gives 16 and 9, and adding them results in 25. Taking the square root yields √25 = 5, which matches choice E. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |4| + |3| = 7, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 13

Points E(2,4)E(2,-4) and F(2,3)F(2,3) lie in the coordinate plane. What is the distance between EE and FF?

  1. 49\sqrt{49}
  2. 77 (correct answer)
  3. 4949
  4. 11
  5. 7\sqrt{7}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points E(2,-4) and F(2,3), the difference in x-coordinates is 2 - 2 = 0, and the difference in y-coordinates is 3 - (-4) = 7. Squaring these gives 0 and 49, and adding them results in 49. Taking the square root yields √49 = 7, which matches choice B. In this vertical case, the Manhattan distance also equals 7, but a common error might be using √7 (choice E), perhaps from mistakenly squaring only part of the difference.

Question 14

In the coordinate plane, point JJ is at (3,2)(-3,2) and point KK is at (1,4)(1,-4). Which of the following is the distance between JJ and KK?

  1. 52\sqrt{52} (correct answer)
  2. 1010
  3. 20\sqrt{20}
  4. 5252
  5. 8\sqrt{8}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points J(-3,2) and K(1,-4), the difference in x-coordinates is 1 - (-3) = 4, and the difference in y-coordinates is -4 - 2 = -6. Squaring these gives 16 and 36, and adding them results in 52. Taking the square root yields √52, which matches choice A. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |4| + |6| = 10, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 15

Points Y(0,0)Y(0,0) and Z(6,8)Z(6,8) lie in the coordinate plane. Which of the following equals the distance from YY to ZZ?

  1. 28\sqrt{28}
  2. 1414
  3. 100100
  4. 100\sqrt{100}
  5. 1010 (correct answer)

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points Y(0,0) and Z(6,8), the difference in x-coordinates is 6 - 0 = 6, and the difference in y-coordinates is 8 - 0 = 8. Squaring these gives 36 and 64, and adding them results in 100. Taking the square root yields √100 = 10, which matches choice E. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |6| + |8| = 14, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 16

In the coordinate plane, point GG is at (5,1)(5,-1) and point HH is at (1,5)(-1,-5). Which of the following equals the distance from GG to HH?

  1. 52\sqrt{52} (correct answer)
  2. 1010
  3. 5252
  4. 20\sqrt{20}
  5. 8\sqrt{8}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points G(5,-1) and H(-1,-5), the difference in x-coordinates is -1 - 5 = -6, and the difference in y-coordinates is -5 - (-1) = -4. Squaring these gives 36 and 16, and adding them results in 52. Taking the square root yields √52, which matches choice A. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |6| + |4| = 10, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 17

Points U(2,2)U(-2,-2) and V(3,4)V(3,4) lie in the coordinate plane. Which of the following equals the distance from UU to VV?

  1. 61\sqrt{61} (correct answer)
  2. 1111
  3. 6161
  4. 25\sqrt{25}
  5. 11\sqrt{11}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points U(-2,-2) and V(3,4), the difference in x-coordinates is 3 - (-2) = 5, and the difference in y-coordinates is 4 - (-2) = 6. Squaring these gives 25 and 36, and adding them results in 61. Taking the square root yields √61, which matches choice A. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |5| + |6| = 11, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 18

Points E(3,5)E(-3,-5) and F(1,0)F(1,0) lie in the coordinate plane. What is the distance between EE and FF?

  1. 41\sqrt{41} (correct answer)
  2. 99
  3. 4141
  4. 25\sqrt{25}
  5. 13\sqrt{13}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points E(-3,-5) and F(1,0), the difference in x-coordinates is 1 - (-3) = 4, and the difference in y-coordinates is 0 - (-5) = 5. Squaring these gives 16 and 25, and adding them results in 41. Taking the square root yields √41, which matches choice A. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |4| + |5| = 9, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 19

In the coordinate plane, point PP is at (2,3)(-2,3) and point QQ is at (4,1)(4,-1). Which of the following is the distance from PP to QQ?

  1. 52\sqrt{52} (correct answer)
  2. 1010
  3. 5252
  4. 40\sqrt{40}
  5. 6\sqrt{6}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points P(-2,3) and Q(4,-1), the difference in x-coordinates is 4 - (-2) = 6, and the difference in y-coordinates is -1 - 3 = -4. Squaring these gives 36 and 16, and adding them results in 52. Taking the square root yields √52, which matches choice A. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |6| + |4| = 10, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.

Question 20

In the coordinate plane, point GG is at (1,2)(1,-2) and point HH is at (7,1)(7,1). What is the distance between GG and HH?

  1. 45\sqrt{45} (correct answer)
  2. 99
  3. 4545
  4. 27\sqrt{27}
  5. 9\sqrt{9}

Explanation: This question tests the concept of distance in coordinate geometry. The distance between two points (x1, y1) and (x2, y2) is given by the formula √[(x2 - x1)² + (y2 - y1)²]. For points G(1,-2) and H(7,1), the difference in x-coordinates is 7 - 1 = 6, and the difference in y-coordinates is 1 - (-2) = 3. Squaring these gives 36 and 9, and adding them results in 45. Taking the square root yields √45, which matches choice A. A tempting incorrect option is the Manhattan distance, which adds the absolute differences |6| + |3| = 9, appearing as choice B, but this measures grid path distance, not the straight-line Euclidean distance required here.