InterviewSolution
Saved Bookmarks
| 1. |
ABCD is a parallelogram. Co - ordinates of A, B and C are (5, 0), (- 2, 3) and (- 1, 4) respectively. What will be the equation of line AD?1). y = 2x - 52). y = x + 53). y = 2x + 54). y = x - 5 |
|
Answer» According to the GIVEN INFORMATION, AD is parallel to BC. Slope of line BC = (4 - 3)/( - 1 - ( - 2)) = 1 ⇒ Slope of line AD = 1 Line AD will pass through point A, so equation will be given by, ⇒ y - 0 = 1(X - 5) ∴ y = x - 5 |
|