InterviewSolution
Saved Bookmarks
| 1. |
Consider a parallelogram whose vertices are A (1, 2), B (4, y), C (x, 6) and D (3, 5) taken in order. What is the point of intersection of the diagonals ?A. `(7/2, 4)`B. (3, 4)C. `(7/2, 5)`D. (3, 5) |
|
Answer» Correct Answer - A Point of intersection (a, b) is `(7/2, 4)`. |
|