InterviewSolution
Saved Bookmarks
| 1. |
Take any number. Add 5% of it in it. After that the number which we get, is what percent of the original number?1. 110%2. 105%3. 120%4. 115% |
|
Answer» Correct Answer - Option 2 : 105% Given: Adding = 5% Calculations: Let the number be x. After adding 5% of it, it becomes = x + x × (5/100) = 1.05x Required percentage = (1.05x/x) × 100 = 105% ∴ The number is 105% of the original number. |
|