suppose that we have two different sources of water. one is filling the tank full with 90 min and the other one is filling it up in 30 min. If we combined the two sources together, then how many minutes will take to fill the same tank ?
I found this question in a child book. I tries to solve it out and I found the most logical answer is 27,7 while 100/3=3.3 so 30-3.3=27.7
is this solution right ? others says it is 22,5 min. Can anyone relate?
Let us illustrate this information on a table: \begin{array}{| l | l | l | l |} \hline \textbf{Water Source} & \textbf{Time taken to fill} & \textbf{Amount of water filled} & \textbf{Rate of filling/minute} \\ \hline \text{Source 1} & 90 \text{ mins} & x & \frac{x}{90} \\ \hline \text{Source 2} & 30 \text{ mins} & x & \frac{x}{30} \\ \hline \text{Combined} & ? & x & \frac{x}{90}+\frac{x}{30} \\ \hline \end{array} The rate of filling per minute is taken by dividing the amount of water filled by the time taken to fill the tank.
Which is: $$\text{Rate}=\frac{\text{Amount}}{\text{Time}}$$ This can be rearranged to give the time taken to fill: $$\text{Time}=\frac{\text{Amount}}{\text{Rate}}$$ For the Combined sources, we just simply substitute these values: $$\text{Time}=\frac{x}{\left(\frac{x}{90}+\frac{x}{30}\right)}$$ $$\text{Time}=\frac{x}{\left(\frac{x}{90}+\frac{3x}{90}\right)}$$ $$\text{Time}=\frac{90x}{4x}$$ The $x$'s cancel, and give: $$\boxed{\text{Time}=22.5 \text{ mins}}$$