InterviewSolution
Saved Bookmarks
| 1. |
Find the product of intercepts made by the line 7x - 2y - 14 = 0 with coordinate axes .A. `-7`B. 2C. 14D. `-14` |
|
Answer» Correct Answer - D `7x - 2y - 14 = 0 rArr 7x - 2y = 14` `rArr x/2 - y/7 = 1 rArr x/2 + (y)/((-7)) = 1`. `:.` intercepts are 2 and -7 and their product `= 2xx (-7) = - 14` |
|