InterviewSolution
Saved Bookmarks
| 1. |
A number exceeds 20 percent of itself by 40 .Find the number. |
|
Answer» suppose number is x so x + 0.2x = 40 so 1.2x = 40 so x = 40/1.2 = 400/12 = 100/3 |
|