Find The Distance Between Two Points Practice Problems

7 questions
preview button iconPreview student experience

#1 of 7: Medium

Find the distance between two points

<p>Point A is at (7, 1). Point B is at (-7, 1). Find the distance between the two points. </p> <LineGraph data-props='{ "options": { "x_min": -10, "y_min": -10, "y_max": 10, "x_max": 10, "cell_size": 20, "x_interval": 1, "y_interval": 1 }, "points": [ { "id": 0, "x": 7, "y": 1, "show_point": true, "highlight_point": true, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "A" }, { "id": 1, "x": -7, "y": 1, "show_point": true, "highlight_point": false, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "B" } ], "line_segments": [] }'></LineGraph >

#2 of 7: Medium

Find the distance between two points

<p>Point S is at (6, 10). Point T is at (6, -10). Find the distance between the two points. </p> <LineGraph data-props='{ "options": { "x_min": -10, "y_min": -10, "y_max": 10, "x_max": 10, "cell_size": 20, "x_interval": 1, "x_skip_interval": 2, "y_interval": 1 , "y_skip_interval": 2}, "points": [ { "id": 0, "x": 6, "y": 10, "show_point": true, "highlight_point": true, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "S" }, { "id": 1, "x": 6, "y": -10, "show_point": true, "highlight_point": false, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "T" } ], "line_segments": [] }'></LineGraph >

#3 of 7: Medium

Find the distance between two points

<p>Point P is at (-4, 1). Point Q is at (-4, -1). Find the distance between the two points. </p> <LineGraph data-props='{ "options": { "x_min": -10, "y_min": -10, "y_max": 10, "x_max": 10, "cell_size": 20, "x_interval": 1, "y_interval": 1 }, "points": [ { "id": 0, "x": -4, "y": 1, "show_point": true, "highlight_point": true, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "P" }, { "id": 1, "x": -4, "y": -1, "show_point": true, "highlight_point": false, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "Q" } ], "line_segments": [] }'></LineGraph >

#4 of 7: Medium

Find the distance between two points

<p>Point G is at (5, -6). Point H is at (-5, -6). Find the distance between the two points. </p> <LineGraph data-props='{ "options": { "x_min": -10, "y_min": -10, "y_max": 10, "x_max": 10, "cell_size": 20, "x_interval": 1, "x_skip_interval": 2, "y_interval": 1 , "y_skip_interval": 2}, "points": [ { "id": 0, "x": 5, "y": -6, "show_point": true, "highlight_point": true, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "G" }, { "id": 1, "x": -5, "y": -6, "show_point": true, "highlight_point": false, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "H" } ], "line_segments": [] }'></LineGraph >

#5 of 7: Spicy

Find the distance between two points

<p>Point Y is at (0.5, -4). Point Z is at (-0.5, -4). Find the distance between the two points. </p> <LineGraph data-props='{ "options": { "x_min": -5, "y_min": -5, "y_max": 5, "x_max": 5, "cell_size": 20, "x_interval": 0.5, "x_skip_interval": 1, "y_interval": 0.5 , "y_skip_interval": 1}, "points": [ { "id": 0, "x": 0.5, "y": -4, "show_point": true, "highlight_point": true, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "Y" }, { "id": 1, "x": -0.5, "y": -4, "show_point": true, "highlight_point": false, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "Z" } ], "line_segments": [] }'></LineGraph >

#6 of 7: Spicy

Find the distance between two points

<p>Point E is at (4.5, -3). Point F is at (4.5, 3). Find the distance between the two points. </p> <LineGraph data-props='{ "options": { "x_min": -5, "y_min": -5, "y_max": 5, "x_max": 5, "cell_size": 20, "x_interval": 0.5, "x_skip_interval": 1, "y_interval": 0.5 , "y_skip_interval": 1}, "points": [ { "id": 0, "x": 4.5, "y": -3, "show_point": true, "highlight_point": true, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "E" }, { "id": 1, "x": 4.5, "y": 3, "show_point": true, "highlight_point": false, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "F" } ], "line_segments": [] }'></LineGraph >

#7 of 7: Mild

Find the distance between two points

<p>Point A is at (`6`, `1`). Point B is at (`6`, `8`).</p> <LineGraph data-props='{ "options": { "x_min": -10, "y_min": -10, "y_max": 10, "x_max": 10, "cell_size": 20, "x_interval": 1, "y_interval": 1 }, "points": [ { "id": 0, "x": 6, "y": 1, "show_point": true, "highlight_point": true, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "A " }, { "id": 1, "x": 6, "y": 8, "show_point": true, "highlight_point": false, "highlight_point_color": "black", "point_shape": "", "x_coordinate_highlight": false, "y_coordinate_highlight": false, "show_coordinates": true, "show_x_intercept": false, "show_y_intercept": false, "show_x_intercept_point": false, "show_y_intercept_point": false, "label": "B " } ], "line_segments": [] }'></LineGraph > <p> Find the distance between the two points.</p>

We can define distance between two points in a coordinate plane as the line segment which connects any two given points in a coordinate plane. When we need to find the distance between two given points, we can calculate it by finding out the line segment that connects the two points.

Teachers can share these amazing distance between two points practice problem with their students to make them understand the concepts of coordinate geometry in depth.

You can also try Find The Distance Between Two Points Worksheet and Find The Distance Between Two Points Quiz as well for a better understanding of the concepts.

We can define distance between two points in a coordinate plane as the line segment which connects any two given points in a coordinate plane. When we need to find the distance between two given points, we can calculate it by finding out the line segment that connects the two points.

Teachers can share these amazing distance between two points practice problem with their students to make them understand the concepts of coordinate geometry in depth.

You can also try Find The Distance Between Two Points Worksheet and Find The Distance Between Two Points Quiz as well for a better understanding of the concepts.

We can define distance between two points in a coordinate plane as the line segment which connects any two given points in a coordinate plane. When we need to find the distance between two given points, we can calculate it by finding out the line segment that connects the two points.

Teachers can share these amazing distance between two points practice problem with their students to make them understan...

Show all
Grade 6
Coordinate Plane
6.NS.C.8

What teachers are saying about BytelearnWhat teachers are saying

stephan.png
Stephen Abate
19-year math teacher
Carmel, CA
Any math teacher that I know would love to have access to ByteLearn.
jennifer.png
Jennifer Maschino
4-year math teacher
Summerville, SC
“I love that ByteLearn helps reduce a teacher’s workload and engages students through an interactive digital interface.”
rodolpho.png
Rodolpho Loureiro
Dean, math program manager, principal
Miami, FL
“ByteLearn provides instant, customized feedback for students—a game-changer to the educational landscape.”

What teachers are saying about BytelearnWhat teachers are saying

stephan.png
Stephen Abate
19-year math teacher
Carmel, CA
Any math teacher that I know would love to have access to ByteLearn.
jennifer.png
Jennifer Maschino
4-year math teacher
Summerville, SC
“I love that ByteLearn helps reduce a teacher’s workload and engages students through an interactive digital interface.”
rodolpho.png
Rodolpho Loureiro
Dean, math program manager, principal
Miami, FL
“ByteLearn provides instant, customized feedback for students—a game-changer to the educational landscape.”