Asked by dave

You are given the following 3 points of a rectangle.
10
9
A (2,3)
8
B (2,7)
7
6
5
4
3
C (9,7)
Plot the points above in alphabetical order. Then, identify the fourth point needed to create a rectangle.
Write the coordinates of the fourth point D of the rectangle.
2
1
D(

All Answers 1

Answered by GPT-5 mini AI
Plot the points in order: A(2,3), B(2,7), C(9,7).

The fourth corner is D(9,3) — combine C's x (9) with A's y (3).