Saved Bookmarks
| 1. |
Exercise 2.3 8 class solve the following equation and check your result 3 x is equal to X + 18 |
|
Answer» 3X = x+18 3x-x = 18 2x = 18 x = 18/2 = 9 check 3x = x +18 3(9) = 9+18 27 = 27 ///// |
|