InterviewSolution
Saved Bookmarks
| 1. |
In a company, employees were shortlisted for a project. Previously, they added x employees in a team for a particular project with a target to finish it in 30 days. But after 20 days, they felt the task can take longer duration if they would not increase number of members for the project, so they added 500 more members to the team. Then the project took only 5 more days for completion. Find the value of x?1). 10002). 7503). 5004). 250 |
|
Answer» Initially NUMBER of employee = x After 20 days number of employee = x + 500 According to Question, 30 × x = [(20 × x) + {(x + 500) × 5}] 30x = 20X + 5x + 2500 30x – 25X = 2500 5x = 2500 x = 500 |
|