InterviewSolution
Saved Bookmarks
| 1. |
Express the given statement as an equation.One-fifth of a number is 5 less than that number. |
|
Answer» Let the number be x. So, one-fifth of number = x/5 Therefore, x/5 = x - 5 is the required equation. |
|