Find The Distance Between Two Points Quiz

7 questions
preview button iconPreview student experience

#1 of 7: Mild

Find the distance between two points

<p>Point L is at (-`5`, -`2`). Point M is at (-`5`, -`7`). </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": -5, "y": -2, "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": "L " }, { "id": 1, "x": -5, "y": -7, "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": "M " } ], "line_segments": [] }'></LineGraph ><p> Find the distance between the two points.</p>

#2 of 7: Medium

Find the distance between two points

<p>Point C is at (5, -3). Point D is at (5, 3). 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": -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": "C" }, { "id": 1, "x": 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": "D" } ], "line_segments": [] }'></LineGraph >

#3 of 7: Medium

Find the distance between two points

<p>Point U is at (2, 9). Point V is at (-2, 9). 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": 2, "y": 9, "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": "U" }, { "id": 1, "x": -2, "y": 9, "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": "V" } ], "line_segments": [] }'></LineGraph >

#4 of 7: Medium

Find the distance between two points

<p>Point A is at (3, -5). Point B is at (–3, -5). 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": 3, "y": -5, "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": -3, "y": -5, "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 >

#5 of 7: Medium

Find the distance between two points

<p>Point E is at (-8, 2). Point F is at (-8, -2). 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": -8, "y": 2, "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": -8, "y": -2, "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 >

#6 of 7: Spicy

Find the distance between two points

<p>Point A is at (4, -1.5). Point B is at (4, 1.5). 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, "y": -1.5, "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": 4, "y": 1.5, "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 >

#7 of 7: Spicy

Find the distance between two points

<p>Point A is at (–2, 2). Point B is at (3.5, 2). <p>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": -2, "y": 2, "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": 3.5, "y": 2, "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 >

The distance between the two points on the graph can be found using its formula. The length of the line segment which connects the two given points in a coordinate plane is known as the distance between two points. Through any two given points, there is only one point that passed through both of them. Thus, when we need to find out the distance between two points, we calculate it by finding the length of the line segment that connects the two given points. Teachers can ...

Show all
Grade 6
Negative Numbers
6.NS.C.6.A

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.”