InterviewSolution
Saved Bookmarks
| 1. |
Exercise f.lGive any two examples for linear equations in one variable. |
|
Answer» x - 2 = 7Given, x – 2 = 7By adding 2 to both sides, we getx – 2 + 2 = 7 + 2⇒ x = 7 + 2⇒ x = 9y + 3 = 10Given,y + 3 = 10By subtracting 3 from both sides, we gety + 3 – 3 = 10 – 3⇒ y = 10 – 3⇒ y = 7 |
|