Alex can paint a wall in 4 hours. Brianna can paint the same wall in 6 hours. If they work together and do not stop, how long will it take them to paint the wall?
We want to find the time it takes for Alex and Brianna to paint the wall together, so let \(t\) be the number of hours it takes them to paint the wall, working together.
Think about what happens as time passes. If Alex can finish 1 whole wall in 4 hours, then,
-
After 1 hour, he has finished \(\frac{1}{4}\) of the wall.
-
After 2 hours, heβs finished \(\frac{2}{4}\) of the wall.
-
After 3 hours, heβs finished \(\frac{3}{4}\text{.}\)
-
In general, after \(t\) hours, he has finished the fraction \(\frac{t}{4}\) of the wall.
Similarly, Brianna can finish the wall in 6 hours, so,
-
After 1 hour, sheβs finished \(\frac{1}{6}\) of the wall.
-
After 2 hours, sheβs finished \(\frac{2}{6}\text{.}\)
-
And in general, after \(t\) hours, she has finished \(\frac{t}{6}\) of the wall.
Working together, after \(t\) hours they have finished one whole wall, or 1 of the wall. Then,
\begin{gather*}
\begin{pmatrix} \text{fraction done} \\ \text{by Alex} \end{pmatrix} + \begin{pmatrix} \text{fraction done} \\ \text{by Brianna} \end{pmatrix} = \underbrace{1}_{\text{entire job}}
\end{gather*}
Then,
\begin{gather*}
\frac{t}{4} + \frac{t}{6} = 1
\end{gather*}
Then, to solve this equation, clear the denominators by multiplying both sides by 12 (the LCD),
\begin{align*}
12 \brac{\frac{t}{4} + \frac{t}{6}} \amp = 12 \cdot 1\\
3t + 2t \amp = 12\\
5t \amp = 12 \amp\amp \text{collecting like terms}\\
t \amp = \frac{12}{5} = 2.4 \amp\amp \text{dividing both sides by 5}
\end{align*}
Therefore, together, they would take 2.4 hours. This is reasonable, because since they are working together, it will take somewhat less time than either of them working individually (4 hours or 6 hours).
Another way to organize this information is in a table, with 3 columns: the time it takes, the fraction done in 1 hour, and the fraction done in \(t\) hours.
\begin{align*}
\begin{array}{c|c|c|c}
\amp \text{time} \amp \text{1 hour} \amp t \text{ hours} \\
\hline
\text{Alex} \amp 4 \amp \frac{1}{4} \amp \frac{t}{4} \\
\hline
\text{Brianna} \amp 6 \amp \frac{1}{6} \amp \frac{t}{6} \\
\hline
\text{both} \amp t \amp \frac{1}{t} \amp 1 \\
\end{array}
\end{align*}
Another equivalent way to do this is to add the contributions after 1 hour, which gives,
\begin{gather*}
\frac{1}{4} + \frac{1}{6} = \frac{1}{t}
\end{gather*}
This equation is equivalent to the previous equation, and so will also give the correct answer. However, I donβt think itβs as intuitive as the previous one.
