<p> Point `A` is reflected over the `y`-axis, then reflected over the `x`-axis, to create Point `C`.</p><p> Plot Point `C`.</p><selectivedisplay data-props='{"show_in_create":true, "show_in_problem_qa": true}'> <InteractiveGraph data-props='{    "options": {    "x_min": -10,    "y_min": -10,    "y_max": 10,    "x_max": 10,    "cell_size": 15,    "x_interval": 1,    "y_interval": 1,    "y_label": "",    "x_skip_interval": 2,    "y_skip_interval": 2, "show_major_and_minor_grid_lines": false },"points": [    {      "id": 1,      "x": 9,      "y": 7,      "label": "A",      "is_interactive": false,      "show_point": true,      "label_color": "black",      "color": "black"    },    {      "id": 2,      "is_interactive": true,      "label_color": "blue",      "color": "blue",      "label": "B"    } ,{      "id": 3,      "is_interactive": true,      "label_color": "blue",      "color": "blue",      "label": "C"    }  ],  "mode": "POINT",  "total_interactive_inputs": 2 }'></InteractiveGraph ></selectivedisplay>