InterviewSolution
Saved Bookmarks
| 1. |
Express the given statement as an equation.A number divided by 2 and then increased by 5 is 9. |
|
Answer» Let the number be x. Dividing the number by 2, we get x/2 When, increased by 5, it gives the expression x/2 + 5 = 9 is the required equation. |
|