The main focus is how factoring can be used to solve word problems.   Using our work from the applications in the Linear Things section, the most difficult part is creating the equation that needs to have a factorable trinomial.   Once that equation is made, we can factor and use the ZPP just like in the last topic.
Sam is planning to build a rectangular deck along the back of his house.   He wants the area of the deck to be \(60 m^2\) and the width to be \(1m\) less than half the length of the deck. What length and width should he use?
![]() |
Let the length be \(x\).   That gives the width as \(\frac{1}{2}x-1\). |
| The deck's area is \(60m^2\) so the equation: \(x\left(\frac{1}{2}x-1\right)=60\) | |
| Multiply by 2 to clear the fraction: \(x^2-2x=120\) | |
| \(\implies x^2-2x-120=0\) | |
| \(\implies \left(x-12\right)\left(x+10\right)=0\) | |
| \(x-12=0 \text{  and  } x+10=0\) | |
| \(\implies x=12 \text{  and  } x=-10\) | |
| The only solution is \(x=12\) so the deck has a length of \(12\) meters and a width of \(5\) meters |
(Physics)   If an object is projected upward with an initial velocity of \(v_0\) feet per second from an initial height of \(h_0\) feet, then the height of the object is given by \(h(t)=-16t^2+v_0t+h_0\).   A train moving at 64 feet per second falls off the tracks 80 feet above the ground. How long until the train hits the ground?
| From the problem, \(v_0=64 \text{  and  } h_0=80\). Any object that hits the ground is determined by when \(h(t)=0\). | |
| \(\implies\) | \(-16t^2+64t+80=0\) |
| \(\implies\) | Helpful to factor out the GCF of \(-16\):   \(-16\left(t^2-4t-5=0\right)\) |
| \(\implies\) | \(-16\left(t-5\right)\left(t+1\right)=0\) |
| \(\implies\) | \(t-5=0 \text{  and  } t+1=0\) |
| \(\implies\) | \(t=5 \text{  and  } t=-1\) |
| The only solution is \(t=5\), so the train hits the ground after 5 seconds. | |