InterviewSolution
Saved Bookmarks
| 1. |
Two straight line paths are represented by the equation `2x-y=2` and `-4x+2y=6`. Then the paths willA. cross each other at one pointB. not cross each otherC. cross each other at two pointsD. cross each other at infinitely many points |
|
Answer» Correct Answer - B Given lines are `2x-y=2` and `2x-y=-3` since, Both lines are parallel so they will never meet. |
|