InterviewSolution
Saved Bookmarks
| 1. |
Write the following statements in the form of equations:(i) The sum of three times x and 11 is 32.(ii) If you subtract 5 from 6 times a number, you get 7.(iii) One fourth of m is 3 more than 7.(iv) One third of a number plus 5 is 8. |
|
Answer» (i) The sum of three times x and 11 is 32. `-> 3x+11 = 32` (ii) If you subtract 5 from 6 times a number, you get 7. `->6x - 5 = 7` (iii) One fourth of m is 3 more than 7.`-> 1/4m-7 =3` (iv) One third of a number plus 5 is 8.`->1/3 x +5 = 8` |
|