InterviewSolution
Saved Bookmarks
| 1. |
The two lines a1x + b1y = c1 and a2x + b2y = c2 are perpendicular if(a) a1a2 + b1b2 = 0(b) a1b2 + a2b1(c) a1b1 + a2b2 = 0(d) a1b2 + a2b1 = 0 |
|
Answer» The two lines a1x + b1y = c1 and a2x + b2y = c2 are perpendicular if (a) a1a2 + b1b2 = 0 (b) a1b2 + a2b1 (c) a1b1 + a2b2 = 0 (d) a1b2 + a2b1 = 0 |
|