Example 1.2.1.
A water tank can hold up to \(140\) gallons of water, but it starts with only \(5\) gallons. A tap is opened, pouring \(15\) gallons of water into the tank every minute. How long will it take to fill the tank?
This is a scenario describing a βrateβ. We can explore what is happening with a table. Tables can reveal patterns that help understand what is happening better.
| Time Tap Running (in Minutes) |
Water in Tank (in Gallons) |
| \(0\) | \(\phantom{0}5\) |
| \(1\) | \(20\) (\(15+5\)) |
| \(2\) | \(35\) (\(30+5\)) |
| \(3\) | \(50\) (\(45+5\)) |
| \(4\) | \(65\) (\(60+5\)) |
| \(\vdots\) | \(\phantom{0}\vdots\) |
Each additional minute of time gives us \(15\) more gallons of water. So after \(t\) minutes, weβve added \(15t\) gallons of water to the \(5\) gallons that we started with. And after \(t\) minutes, we have \(15t+5\) gallons total. To find when the tank will be full with \(140\) gallons, we can write the equation
\begin{equation*}
15t+5=140
\end{equation*}
We follow a simple strategy to solve this equation. First we want to isolate the variable term \(15t\text{.}\) How to do that? We need to separate it from the \(5\) term. We can do this in a legal way using the subtraction property of equality, subtracting \(5\) from each side of the equation.
\begin{align*}
15t+5\amp=140\\
15t+5\subtractright{5}\amp=140\subtractright{5}\\
15t\amp=135
\end{align*}
And now that the variable term \(15t\) is isolated, we can separate the \(t\) from the \(15\) using the division property of equality, dividing by \(15\) on each side.
\begin{align*}
\divideunder{15t}{15}\amp=\divideunder{135}{15}\\
t\amp=9
\end{align*}
We should check this possible solution by substituting \(9\) in for \(t\) in the original equation:
\begin{align*}
15t+5\amp=140\\
15(\substitute{9})+5\amp\wonder{=}140\\
135+5\amp\confirm{=}140
\end{align*}
And the solution \(9\) is verified.
This problem had context. It was not simply solving an equation. It came with a story about a tank filling with water. So we should report a conclusion that uses that context. Something like
βThe tank will be full after \(9\) minutes.β
