InterviewSolution
Saved Bookmarks
| 1. |
Express each of the following equations in the form of ax + by + c = 0 and write the values of a, b and c. (i) 3x + 4y = 5 (ii) x - 5 =sqrt3y (iii) 3x = y (iv) x/2+y/2=1/6 (v) 3x - 7 = 0 |
|
Answer» (ii)a=1,b=-`sqrt3`,c=-5 (iii)a=3,b=-1,c=-0 (IV)a=`1/2`,b=`1/2`,c=`(-1)/6` (v)a=3,b=0,c=-7 |
|