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