InterviewSolution
Saved Bookmarks
| 1. |
A number exceeds 20% of itself by 40. Find the number. |
|
Answer» Let the number be x. So, 20% of x = (20/100) *x =x/5Given,x - x/5 = 40 4x/5 = 40 x = 40*5/4 = 50 |
|