Unlock hundreds more features
Save your Quiz to the Dashboard
View and Export Results
Use AI to Create Quizzes and Analyse Results

Sign inSign in with Facebook
Sign inSign in with Google

Distance Formula Worksheet Quiz

Master distance problems with interactive step-by-step practice

Difficulty: Moderate
Grade: Grade 9
Study OutcomesCheat Sheet
Colorful paper art promoting a trivia quiz on mastering the distance formula for high school students.

What does the distance formula in coordinate geometry calculate?
The distance between two points on a plane.
The area of a triangle formed by two points.
The slope of the line connecting two points.
The midpoint of the line segment between two points.
The distance formula is used to calculate the straight-line distance between two points in the coordinate plane. It is derived from the Pythagorean theorem.
Which of the following is the standard distance formula for two points (x₝, y₝) and (x₂, y₂)?
d = (x₂ − x₝) + (y₂ − y₝)
d = (x₂ − x₝)² + (y₂ − y₝)²
d = √[(x₂ − x₝)² + (y₂ − y₝)²]
d = |x₂ − x₝| + |y₂ − y₝|
The correct distance formula is derived using the Pythagorean theorem, which leads to d = √[(x₂ − x₝)² + (y₂ − y₝)²]. This expression accurately computes the straight-line distance between two points.
Find the distance between the points (0, 0) and (3, 4).
5
4
6
7
Using the distance formula, the differences in coordinates are 3 and 4. Squaring and adding these values gives 9 + 16 = 25, and the square root of 25 is 5.
What is the result of squaring the difference in x-coordinates when using the distance formula?
It remains as x₂ − x₝
It is multiplied by 2(x₂ − x₝)
It becomes (x₂ − x₝)²
It becomes |x₂ − x₝|
In the distance formula, the difference in x-coordinates is squared to ensure that the result is always non-negative. This step is essential for applying the Pythagorean theorem.
Which mathematical theorem is the distance formula based on?
Pythagorean Theorem
Angle Bisector Theorem
Triangle Sum Theorem
Fundamental Theorem of Algebra
The distance formula is directly derived from the Pythagorean theorem, which relates the sides of a right triangle to its hypotenuse. This fundamental theorem underpins many concepts in coordinate geometry.
What is the distance between the points (-2, 3) and (4, 7)?
√40
√52
2√10
2√13
Subtracting the coordinates gives differences of 6 and 4. Squaring these yields 36 and 16, respectively, and their sum is 52. The square root of 52 simplifies to 2√13.
Calculate the distance between points A(2, -1) and B(5, 3).
5
6
7
4
The difference in x-coordinates is 3 and the difference in y-coordinates is 4. Applying the distance formula results in √(3² + 4²) = √(9 + 16) = √25, which equals 5.
If the point P(x, 2) is 5 units away from Q(6, 6), which of the following lists all possible values for x?
3
−3 and 3
3 and 9
9
Using the distance formula, the equation simplifies to (6 − x)² + 16 = 25. Solving (6 − x)² = 9 yields 6 − x = 3 or −3, which gives x = 3 or x = 9.
Are the points (1, 2), (4, 6), and (7, 10) collinear?
Yes, they are collinear
No, they form a right triangle
No, they form an equilateral triangle
No, they form an isosceles triangle
The distance between (1, 2) and (4, 6) is 5 and between (4, 6) and (7, 10) is also 5, while the distance between (1, 2) and (7, 10) is 10. Since the sum of the two smaller distances equals the largest distance, the points are collinear.
Determine the distance between the points (-3, -4) and (3, 4).
9
7
10
8
The difference in x-coordinates is 6 and in y-coordinates is 8. Squaring these values gives 36 and 64, and their sum is 100. The square root of 100 is 10.
Find the distance between the points (0, 5) and (0, -5).
−10
10
0
5
Since both points have the same x-coordinate, the distance is determined solely by the difference in y-coordinates. The calculation |5 - (-5)| results in 10.
Which pair of points is exactly 13 units apart?
(0, 0) and (3, 4)
(1, 1) and (6, 9)
(-5, -5) and (5, 5)
(0, 0) and (5, 12)
The points (0, 0) and (5, 12) have differences of 5 and 12 in their coordinates. The distance calculated is √(5² + 12²) = √(25 + 144) = √169, which equals 13, a well-known Pythagorean triple.
Find the distance between the points (-7, 3) and (-1, -5).
8
14
10
12
The differences in coordinates are 6 in the x-direction and -8 in the y-direction. Squaring these gives 36 and 64 respectively, and their sum is 100. The square root of 100 is 10.
The formula d = √[(x₂ − x₝)² + (y₂ − y₝)²] is based on which principle?
Linear Equation Principle
Pythagorean Theorem
Distance Remainder Theorem
Midpoint Formula
The distance formula is a direct application of the Pythagorean theorem, which states that the sum of the squares of the legs of a right triangle is equal to the square of its hypotenuse. This provides the basis for measuring the straight-line distance between two points.
For points A(3, p) and B(q, -1) with p = 4, if the distance between them is 5 units, what is the value of q?
3
5
0
−3
Substituting p = 4 into the distance formula gives √[(q - 3)² + (-1 - 4)²] = √[(q - 3)² + 25] = 5. Squaring both sides results in (q - 3)² = 0, so q must equal 3.
For which value of k does the distance between (k, 7) and (3, -1) equal the distance between (3, -1) and (-1, k)?
-7
1
3
7
By setting the two distance expressions equal and squaring both sides, the resulting equation simplifies to -8k = -56, which yields k = 7. This is the unique value that makes the two distances equal.
A circle is defined such that its center is the midpoint of points A(1, 2) and B(7, 8). What is the radius of the circle?
3√2
3
5
√18
The midpoint of A and B is calculated as (4, 5). The distance from this midpoint to A yields √[(4-1)² + (5-2)²] = √(9+9) = √18, which simplifies to 3√2. This is the circle's radius.
Determine whether the point (-4, -8) lies inside, on, or outside the circle with equation (x - 3)² + (y + 4)² = 49.
Inside the circle
Outside the circle
Cannot be determined
On the circle
The center of the circle is (3, -4) and its radius is 7. The distance from the center to the point (-4, -8) is √[(-7)² + (-4)²] = √(49+16) = √65, which is approximately 8.06 - greater than 7 - so the point lies outside the circle.
Solve for k given that the distance between A(-2, k) and B(4, 3) is 10 units. Choose the pair of values for k that satisfy this condition.
−5
11
−5 and 11
0
Using the distance formula, we set up the equation √[(4 - (-2))² + (3 - k)²] = 10, which simplifies to (3 - k)² = 64. This results in two solutions: k = -5 and k = 11, both of which satisfy the original equation.
If the points (a, b) and (a + 9, b + 12) are 15 units apart, which relationship between the coordinate differences confirms this distance?
9 + 12 = 15
9² + 12² = 15²
9² + 15² = 12²
12² - 9² = 15²
The differences in the x- and y-coordinates are 9 and 12, respectively. Squaring these and adding them gives 81 + 144 = 225, confirming that 15² = 225. This demonstrates the validity of the 9-12-15 Pythagorean triple.
0
{"name":"What does the distance formula in coordinate geometry calculate?", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What does the distance formula in coordinate geometry calculate?, Which of the following is the standard distance formula for two points (x₝, y₝) and (x₂, y₂)?, Find the distance between the points (0, 0) and (3, 4).","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}

Study Outcomes

  1. Apply the distance formula to calculate the distance between two points on a coordinate plane.
  2. Analyze geometric problems to identify when to use the distance formula for solving exercises.
  3. Evaluate algebraic expressions to simplify the computation of distances.
  4. Solve real-world geometry problems by integrating the distance formula effectively.

Distance Formula Worksheet Cheat Sheet

  1. Understand the Distance Formula - The distance between two points (x₝, y₝) and (x₂, y₂) is found by √[(x₂ - x₝)² + (y₂ - y₝)²], giving you the straight-line gap on the coordinate plane. Grasping this rule is key for all sorts of geometry problems, from basic graphing to more complex spatial analyses. byjus.com
  2. Connect to the Pythagorean Theorem - Think of the distance formula as a direct descendant of the Pythagorean Theorem: the horizontal and vertical differences form the legs of a right triangle, and the distance is the hypotenuse. Making this link helps you see why those squares and square roots pop up! pdesas.org
  3. Apply the Formula Step‑by‑Step - First subtract the x-coordinates, then subtract the y-coordinates, square each result, sum them up, and finally take the square root. Breaking it into bite‑sized actions keeps mistakes at bay and builds your confidence for timed tests. dummies.com
  4. Practice with Real‑World Examples - Use city maps, landmarks, or game boards to calculate actual distances - you'll remember formulas better when you see them in action. Plus, it's more fun to figure out how far your favorite coffee shop really is! pdesas.org
  5. Visualize with Graphs - Plot your points, draw the right triangle between them, and label each side: this turns abstract symbols into a clear picture of what's happening. A little sketch can save you from algebraic confusion and boost your spatial sense. onlinemathlearning.com
  6. Memorize the Formula - A catchy mnemonic like "Square root of the sum of squares of differences" will stick in your brain and speed you through exams. Repeat it out loud, write it on flashcards, or set it to a tune - make it impossible to forget! dummies.com
  7. Check Units Consistency - Always confirm that both points use the same unit (meters, feet, pixels, etc.) before plugging into the formula. Mixing units is a classic trap that turns a perfect solution into a puzzle of errors. byjus.com
  8. Explore Extensions to Three Dimensions - In 3D space, just add (z₂ - z₝)² under the square root for a three‑axis distance. This small tweak opens the door to 3D modeling, physics, and game design challenges. byjus.com
  9. Utilize Online Resources - Interactive calculators and dynamic graphs let you test countless examples in seconds and immediately see where you went wrong. Use these tools to level up your skills before the big exam. onlinemathlearning.com
  10. Engage in Peer Discussions - Team up with classmates to solve quirky distance puzzles, swap tips, and quiz each other. Explaining your reasoning out loud is one of the fastest ways to cement what you've learned! plainmath.org
Powered by: Quiz Maker