MCQOPTIONS
Saved Bookmarks
| 1. |
Coordinates of midpoint of line joining two points (x1, y1) and (x2, y2) are: |
| A. | ((x2 - x1) ⁄ 2, (y2 - y1) ⁄ 2) |
| B. | ((x2 + x1) ⁄ 2, (y2 + y1) ⁄ 2) |
| C. | ((x2 - x1), (y2 - y1)) |
| D. | ((x2 + x1), (y2 + y1)) |
| Answer» C. ((x2 - x1), (y2 - y1)) | |