1
$\begingroup$

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?

  • 1
    note: 30-3.3=26.7 (but that is still not the main problem with your work)2017-01-25
  • 1
    I assume you are not just trying to get the right answer, but hoping to learn why you got a different answer, and where your thinking mistake is, right? So, can you try to explain your logic so we can figure out where exactly your thinking mistake is? So, why are you dividing 100 by 3 (I think maybe you meant 30?) and subtract this from 30?2017-01-25
  • 0
    hi, yes exactly I want to know here I made mistake. So in 90 min the tank will be filled by source B. thats means in the first 30 min of source B will be filling the tank 1/3 of the whole amount of the 100% tank right ? that's why I divided 100 over 3 to get the percentage of filling in the first 30 min of 90 min. After that, I subtract the 3,3 from the fast 30 min filling of source A.2017-01-26
  • 0
    Thanks for the elaboration of your reasoning. Below I explain where your reasoning mistake is. Hope that helps!2017-01-26
  • 0
    Note that $100/3$ is approximately $33,3.$ Your figure, $3,3,$ is ten times smaller than it should be.2017-01-26

3 Answers 3

1

OK, so in the comments you explain your reasoning as:

So in 90 min the tank will be filled by source B. thats means in the first 30 min of source B will be filling the tank 1/3 of the whole amount of the 100% tank right ? that's why I divided 100 over 3 to get the percentage of filling in the first 30 min of 90 min. After that, I subtract the 3,3 from the fast 30 min filling of source A

Where is your reasoning mistake?

OK, first your basic arithmetic is a bit off: 100 over 3 is 33.3, not 3.3. That is, if we use source B alone, then the percentage of the tank that would be filled after 30 minutes is 33.3%, not 3.3%. So, you are right that it is 1/3, but 1/3 of 100% is 33.3%.

OK, but now you make a second, and much more serious mistake: you subtract this percentage from the time (30 minutes) it takes for source A to fill the tank. But notice how these are completely different kinds of quantities! And you cannot use basic arithmetic when you are talking about different kinds of units or measurements. For example, you might just as well have subtracted 1/3 from 30 .. and that would equally have been a mistake: you are comparing apples and oranges!

Hope that helps!

  • 0
    Thank you its help. But what I was thinking in that the 33.3% of time spent to fill the tank of source B have to be subtracted from the 30 min of source A. it that way right ? I am trying to keep it simple as it is.2017-01-27
  • 0
    @Ra'adBin No, you are still comparing apples with oranges: the 33.3 is a percentage, not some amount of time, and it is certainly not some amount of minutes.2017-01-27
2

The part filled by tap $A $ in one minute $=\frac{1}{90} $.

The part filled by tap $B $ in one minute $=\frac {1}{30}$.

The part filled by taps $(A+B) $ in one minute $=(\frac {1}{90}+\frac {1}{30}) =\frac {4}{90} = \frac {1}{22.5} $.

Thus both pipes can fill in $22.5$ minutes. Hope it helps.

1

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}}$$