InterviewSolution
Saved Bookmarks
| 1. |
If 24% of a number exceeds its 18% by 60, then the number is:1. 1002. 5003. 10004. 600 |
|
Answer» Correct Answer - Option 3 : 1000 Given 24% of a number exceeds its18% by 60. Formula Used a% of b = b × (a/100) Calculation Let the number be x. 24% of x - 18% of x = 60 ⇒ 6% of x = 60 ⇒ x × (6/100) = 60 ⇒ x = 60 × (100/6) ⇒ x = 1000 |
|