

InterviewSolution
Saved Bookmarks
1. |
Prove that graphs of `y=x^2+2a n dy=3x-4`never intersect. |
Answer» Graphs of `y = x^(3) + 2 and y = 3x + 4` intersect when `x^(2) + 2 = 3x - 4` or `x^(2) - 3x + 6 = 0` . But this equation has no real roots, hence graphs never intersect. | |