InterviewSolution
Saved Bookmarks
| 1. |
Mahesh has certain number of problems with him. He can solve some fixed number of problems every hour. After solving for 5 hours, he is left with 384 problems. If he had solved for 10 hours, he is left with 144 problems to solve. Find the number of problems with Mahesh initially.A. 600B. 584C. 624D. 734 |
|
Answer» Correct Answer - C (i) Form an equation using the given data and solve. (ii) Let Mahesh can solve x number of problems every hour. (iii) `5x + 384 = 10x + 144`. Solve for x. |
|