InterviewSolution
Saved Bookmarks
| 1. |
A number increases by 25% if 60 is added to it. By what percentage should a number increase so that it is 600 more than the original number?1. 250%2. 300%3. 200%4. 350% |
|
Answer» Correct Answer - Option 1 : 250% Given: A number increases by 25% if 60 is added to it. Formula: Percentage increase = (new - actual)/actual × 100 Calculation: Let the number be x. ⇒ x + 0.25x = x + 60 ⇒ x = 60 × 4 = 240 New number = 240 + 600 = 840 Percentage increase = (840 – 240)/(240) × 100 ⇒ (600/240) × 100 ⇒ 250 ∴ The number should increase by 250%. |
|