

InterviewSolution
Saved Bookmarks
1. |
If the x and x-intercepts of line L are 2 and 3 respectively, then find the slope of line L. |
Answer» Given, x-intercept of line L is 2 and y-intercept of line L is 3 ∴ The line L intersects X-axis at (2, 0) and Y axis at (0,3). ∴ The line L passes through (2, 0) and (0, 3). Slope of line L = \(\frac {y_2-y_1}{x_2-x_1} = \frac {3-0}{0-2}= \frac{-3}{2}\) |
|