I have this statement:
It was calculated that $750$ meters of a ditch could be excavated in $10$ days. If $7$ workers made $350$ meters and later with $5$ assistants they finished the work in the fixed term, how many days did the assistants work?
My attempt was:
Workers | Meters | Days
7 350m x
12 400m 10-x
- $1)$ More workers, less days: indirect proportion
- $2)$ More meters, more days: direct proportion
From $1)$ $\frac{x}{10-x}= \frac{350}{400}$,
From $2)$ $7x=12(10-x) = \frac{x}{(10-x)} = \frac{12}{7}$
But, I cannot get $x$ from $1)$ or $2)$ independently, if not that, I must gather both information in a single equation. So my doubt is,
What is the logic behind, to join the information from $1), 2)$ and get the result of $x$?