A surveyor records four landmarks on a coordinate map:
\(P_1(4.5, 2)\), \(P_2(12, 6.5)\), \(P_3(7, 9)\), and \(P_4(2, 5.5)\).
Larger x-values are farther east, and larger y-values are farther north.
Find the coordinates of the point that is:
a) farthest east.
b) farthest north.
c) farthest west.
d) farthest south.
Hints
- East and west are determined by x-coordinates.
- North and south are determined by y-coordinates.
- Compare the decimal values carefully.
Solution
1. The greatest x-coordinate is \(12\), so \(P_2(12, 6.5)\) is farthest east.
2. The greatest y-coordinate is \(9\), so \(P_3(7, 9)\) is farthest north.
3. The least x-coordinate is \(2\), so \(P_4(2, 5.5)\) is farthest west.
4. The least y-coordinate is \(2\), so \(P_1(4.5, 2)\) is farthest south.
Answer
a) \(P_2(12, 6.5)\)
b) \(P_3(7, 9)\)
c) \(P_4(2, 5.5)\)
d) \(P_1(4.5, 2)\)