InterviewSolution
Saved Bookmarks
| 1. |
45% of a number is 255.6 .what is the 25% of that number?1). 1622). 1323). 1524). 142 |
|
Answer» Solution Let number = $100X$ Acc. to ques, => $\frac{45}{100} \TIMES 100x = 255.6$ => $45x = 255.6$ => $x = \frac{255.6}{45} = 5.68$ Number = $100 \times 5.68 = 568$ $\THEREFORE$ 25% of number = $\frac{25}{100} \times 568$ = 142 |
|