InterviewSolution
Saved Bookmarks
| 1. |
A number when decreased by 10% becomes 900. Then find the number. |
|
Answer» Let the number be ‘x’ Given x – 10/100x = 900 (100x−10x)/100 = 900 90x/100 = 900 x = (900×100)/90 = 1000 |
|