<p>Point B is located at (`-3`, `1`). </p> <p>You move it left `3` units and up `5` units to plot C. </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": 1, "show_point": true, "highlight_point": true, "highlight_point_color": "#00", "point_shape": "line", "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": [ { "first_point_id": 0, "second_point_id": 1, "show_start_arrow": true, "show_end_arrow": true, "start_arrow_shape": "bar", "end_arrow_shape": "bar", "highlight_line": "#377CF6", "label": "3" }, { "first_point_id": 1, "second_point_id": 2, "show_start_arrow": true, "show_end_arrow": true, "start_arrow_shape": "bar", "end_arrow_shape": "bar", "highlight_line": "#377CF6", "label": "5" } ] }'></LineGraph ><p> What are the coordinates of C? </p>