InterviewSolution
Saved Bookmarks
| 1. |
The difference between 56% of a number and 41% of the same number is 660. What is 8% of that number ?1). 3212). 3363). 3454). 358 |
|
Answer» Solution Let the number be $100x$ ACC to ques, => $(\FRAC{56}{100} * 100x) - (\frac{41}{100} * 100x) = 660$ => $56x - 41x = 660$ => $x = \frac{660}{15} = 44$ $\THEREFORE$ 8% of the number = $\frac{8}{100} * 100x = 8 * x$ = 8 * 44 = 352 |
|