InterviewSolution
Saved Bookmarks
| 1. |
Two-third of a number is 32 less than three-fifth of the number. Find the numberA. 360B. `-480`C. `-360`D. 480 |
|
Answer» Correct Answer - b Let the number be x `(2x)/(3) = (3x)/(5) - 32` `(2x)/(3) - (3x)/(5) = -32` `(10 x - 9x)/(15) = -32` `x = -480` Hence, the correct option is (b) |
|