[Math] How to find the width of a path around a rectangle, given the area of the path

algebra-precalculusgeometryrectangles

A man built a walk of uniform width around a rectangular pool. If the area of the walk is 165 square feet and the dimensions of the pool are 17 feet by 11 feet, how wide is the walk?

How should I approach this problem?

Best Answer

Ok what you want to do here is this. Draw a rectangle with width 17 and height 11. Now circumscribe a rectangle around that rectangle of uniform width. Assign the variable $x$ as being the uniform width on the path between your inner and outer rectangle. You need to draw this.

What you should be looking at now is an 11 by 17 inner rectangle. The outer rectangle will have width length $17+x+x=17+2x$ (don't need length, but make sure your diagram is right). The height length will be $11+x+x=11+2x$. Note the lengths $x$ occur on either end (these are the corners).

Ok you are almost there. There are at least 5 ways to solve this, it just depends upon how you think. The correct diagram is essential here.

One way would be to take the outer rectangular area, subtract the inner rectangular area, set that all equal to 165, and solve for $x$. In this case your equation will be $$(11+2x)(17+2x)-17 \cdot 11 =165.$$

You could also try an additive process in more than one way. For example, the outer rectangular height is $11+2x$, and the width is $x$, so the left piece including everything on the path from top to bottom will have area $x(11+2x)$. There are two of these, and so your left and right paths have area $2x(11+2x)$. The two remaining unaccounted for pieces have area $17x$ each, and there are two of these, so solve $$2x(11+2x)+2 \cdot 17 =165.$$

The answer will be the same. You could also try taking the top and bottom path areas, then add the remaining unaccounted for height portions, but I will save that for you to see.

The width of your path should be $\frac{5}{2}$. Note you will get two solutions to your quadratic. You clearly take the positive solution. You will get the same solution by any of the methods.

I do not feel too bad about the plot spoiler here as you have enough work in front of yourself drawing this diagram, setting up the quadratic, and solving it. If you manage to get through this spoiler successfully I think you will have learned your homework lesson.