Multiple choice

$2$ men and $5$ boys together can finish a piece of work in $4$ days, while $3$ men and $6$ boys can finish it in $3$ days. Find the time taken: i) by one man alone to finish the work ii) by one boy alone to finish the work.

  1. $18$ days and $36$ days
  2. $22$ days and $18$ days
  3. $11$ days and $13$ days
  4. $17$ days and $16$ days
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Let M be work of one man, B be work of one boy. 4(2M + 5B) = 1, so 8M + 20B = 1. 3(3M + 6B) = 1, so 9M + 18B = 1. Solving the system: 72M + 180B = 9; 72M + 144B = 8. Subtracting: 36B = 1, so B = 1/36. 8M + 20/36 = 1, 8M = 16/36, M = 2/36 = 1/18. Man takes 18 days, boy takes 36 days.

AI explanation

Let a man's work be $m$ and a boy's work be $b$ per day, leading to the equations $8m + 20b = 1$ and $9m + 18b = 1$. Equating the two yields $8m + 20b = 9m + 18b$, which simplifies to $m = 2b$; substituting this into the first equation gives $16b + 20b = 1$, so $b = 1/36$ and $m = 1/18$. Therefore, one man takes 18 days and one boy takes 36 days to finish the work alone.