InterviewSolution
Saved Bookmarks
| 1. |
If one-fouth, half, and one-third of a number are added to the number itself, then the result is equal to 25. Find the numberA. 10B. 11C. 12D. 14 |
|
Answer» Correct Answer - c Let the number be x `(x)/(4) + (x)/(2) + (x)/(3) + x = 25` `(3x +6x + 4x)/(12) + x = 25` `(13 x + 12x)/(12) = 25` `(25x)/(12) = 25` `x = 12` Hence, the correct option is (c) |
|