<p>Point C is located at (`-5`,` -4`). </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": -4, "show_point": true, "highlight_point": false, "highlight_point_color": "#00", "point_shape": "line", "x_coordinate_highlight": true, "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 " } ], "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>You move it right `3` units and down `3` units to plot D. </p><p>What are the coordinates of D?</p>