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