

InterviewSolution
Saved Bookmarks
1. |
Find the valueof `a`for whichthe lines `2x+y-1=0``2x+y-1=0``a x+3y-3=0``3x+2y-2=0`are concurrent.A. -3B. -1C. 1D. 4 |
Answer» Correct Answer - A::B::C::D First and third line intersect at (0,1). This point also satisfies the second line for all real values of a. |
|