Question 357105
Let l be the length.  Let w be the width. <br>

Thus, we know:<br>

{{{l*w=84}}} and {{{l=w+5}}}<br>

We can use this information to solve:<br>

{{{(w+5)*w=84}}}<br>

{{{w^2+5w=84}}}<br>

{{{w^2+5w-84=0}}}<br>

We then need to factor this equation, or use the quadratic formula, like this:<br>

*[invoke quadratic "x", 1, 5, -84]<br>

Since the width has to be a positive number, we know that the width is 7, and we can discard the -12 solution.<br>

Then, we have:<br>

{{{l=w+5}}}<br>

{{{l=7+5}}}<br>

{{{l=12}}}<br>

Then, our answer is: the length is 12 cm, and the width is 7 cm.<br>

I hope this helps!<br>