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