InterviewSolution
Saved Bookmarks
| 1. |
Write simple equation for the verbal statements : The sum of five times of x and 3 is 28. |
|
Answer» Given number = x Five times of a number = 5 ∙ x By adding 3 the result = 5x + 3 ∴ 5x + 3 = 28 |
|