InterviewSolution
Saved Bookmarks
| 1. |
Solve the following pair of equations by substitution method : `7x 15 y=2` . . . (1)`x+2y=3` . . . (2) |
|
Answer» given that`x+2y=3` `x=3-2y` so, putting it in another equation `7(3-2y)-15y=2` `21-14y-15y=2` `21-2=29y` y=19/29`` `x= 3-2y` `x=3-2(19/29)` `=3-38/29` `= (87-38)/29` `=49/29` value of x & y are`49/29,19/29` |
|