To find the coordinates of point M, we start at the origin of the coordinate plane, which is at the point (0, 0).
The plane flies 0.5 units to the right, which affects the x-coordinate, and then flies 3.5 units down, which affects the y-coordinate.
-
Moving 0.5 units to the right changes the x-coordinate:
- 0 + 0.5 = 0.5
-
Moving 3.5 units down changes the y-coordinate (note that moving down means subtracting from the y-coordinate):
- 0 - 3.5 = -3.5
Putting these together, the coordinates of point M are (0.5, -3.5).