Skip to main content

Section 9.7 Quadratics - Rectangles

Objective:Solve applications of quadratic equations using rectangles.

An application of solving quadratic equations comes from the formula for the area of a rectangle. The area of a rectangle can be calculated by multiplying the width by the length. To solve problems with rectangles we will first draw a picture to represent the problem and use the picture to set up our equation.

Example 9.7.1.

\begin{align*} \fbox{ $\quad 40\quad $ }\ x \amp \quad \text{We do not know the width, } x. \\ x+3 \quad \amp\quad \text{Length is $4$ more, or $x+4$, and area is } 40. \\ x(x+3)=40 \amp\quad \text{Multiply length by width to get area } \\ x^2+3x=40 \amp\quad \text{Distribute} \\ \underline{-40-40} \amp\quad \text{Make equation equal to zero} \\ x^2+3x-40=0 \amp\quad \text{Factor} \\ (x-5)(x+8)=0 \amp\quad \text{Set each factor equal to zero} \\ x-5=0 \text{ or } x+8=0 \amp\quad \text{Solve each equation} \\ \underline{+5+5} \quad\quad \underline{-8-8} \amp\quad \text{ } \\ x=5 \text{ or } x=-8 \amp\quad \text{Our $x$ is a width, cannot be negative. } \\ (5)+3=8 \amp\quad \text{Length is $x+3$, substitute $5$ for $x$ to find length} \\ 5\text{in by } 8\text{in} \amp\quad \text{Our Solution} \end{align*}

The above rectangle problem is very simple as there is only one rectangle involved. When we compare two rectangles, we may have to get a bit more creative.

Example 9.7.2.

If each side of a square is increased by \(6\text{,}\) the area is multiplied by \(16\text{.}\) Find the side of the original square.

\begin{align*} \fbox{ $ x^2 $ }\ \ x\amp \quad \text{Square has all sides the same length} \\ x \qquad \amp\quad \text{Area is found by multiplying length by width} \\ \boxed{ \begin{matrix} \\ \quad 16x^2 \quad \\ \ \end{matrix} } \ x+6 \amp\quad \text{Each side is increased by } 6 \\ x+6 \qquad \qquad \amp\quad \text{Area is $16$ times the original area} \\ (x+6)(x+6)=16x^2 \amp\quad \text{Multiply length by width to get area} \\ x^2+12x+36=16x^2 \amp\quad \text{FOIL} \\ \underline{-16x^2 \quad\quad\quad\quad -16x^2} \amp\quad \text{Make equation equal to zero} \\ -15x^2+12x+36=0 \amp\quad \text{Divide each term by $-1$, changes the signs} \\ 15x^2-12x-36=0 \amp\quad \text{Solve using the quadratic formula} \\ x=\frac{12 \pm \sqrt{(-12)^2-4(15)(-36)}}{2(15)} \amp\quad \text{Evaluate} \\ x=\frac{16 \pm \sqrt{2304}}{30} \amp\quad \text{} \\ x=\frac{16 \pm 48}{30} \amp\quad \text{Can’t have a negative solution, we will only add}\\ x=\frac{60}{30}=2 \amp\quad \text{Our $x$ is the original square} \\ 2 \amp\quad \text{Our Solution} \end{align*}

Example 9.7.3.

The length of a rectangle is \(4\) ft greater than the width. If each dimension is increased by \(3\text{,}\) the new area will be \(33\) square feet larger. Find the dimensions of the original rectangle.

\begin{align*} \boxed{ x(x+4) } \ x \amp \quad \text{We don’t know width, $x$ , length is $4$ more, } x+4 \\ x+4 \qquad \amp\quad \text{Area is found by multiplying length by width} \\ \boxed{ \begin{matrix} \\ x(x+4)+33 \\ \ \end{matrix} } \ x+3 \amp\quad \begin{array}{l} \text{Increase each side by } 3. \\ \text{Width becomes $x+3$, length } x+4+3=x+7 \end{array} \\ x+7 \qquad \qquad \amp\quad \text{Area is $33$ more than original, } x(x+4)+33 \\ (x+3)(x+7)=x(x+4)+33 \amp\quad \text{Set up equation, length times width is area} \\ x^2+10x+21=x^2+4x+33 \amp\quad \text{Subtract $x^2$ from both sides} \\ \underline{-x^2 \quad\qquad\quad\quad -x^2} \ \qquad \qquad \amp\quad \text{} \\ 10x+21=4x+33 \amp\quad \text{Move variables to one side} \\ \underline{-4x \quad\quad -4x} \qquad \amp\quad \text{Subtract $4x$ from each side} \\ 6x+21=33 \amp\quad \text{Subtract $21$ from both sides} \\ \underline{-21 -21} \amp\quad \text{}\\ 6x=12 \amp\quad \text{Divide both sides by } 6 \\ \overline{6} \qquad \overline{6}\amp\quad \text{}\\ x=2 \amp\quad \text{$x$ is the width of the original}\\ (2)+4=6 \amp\quad \text{$x+4$ is the length. Substitute $2$ to find}\\ 2 \text{ft by } 6 \text{ft} \amp\quad \text{Our Solution} \end{align*}

From one rectangle we can find two equations. Perimeter is found by adding all the sides of a polygon together. A rectangle has two widths and two lengths, both the same size. So we can use the equation \(P = 2l + 2w\) (twice the length plus twice the width).

Example 9.7.4.

The area of a rectangle is \(168 \ {\rm cm}^2\text{.}\) The perimeter of the same rectangle is \(52 \ {\rm cm}\text{.}\) What are the dimensions of the rectangle?

\begin{align*} \boxed{ \qquad } \ x \amp \quad \text{We don’t know anything about length or width} \\ y \qquad \amp\quad \text{Use two variables, $x$ and } y\\ xy=168 \amp\quad \text{Length times width gives the area. } \\ 2x+2y=52 \amp\quad \text{Also use perimeter formula.} \\ \underline{-2x \quad\quad -2x} \amp\quad \text{Solve by substitution, isolate } y \\ 2y=-2x+52 \amp\quad \text{Divide each term by } 2 \\ \overline{2} \quad\quad \overline{2} \qquad \overline{2} \amp\quad \\ y=-x+26 \amp\quad \text{Substitute into area equation} \\ x(-x+26)=168 \amp\quad \text{Distribute} \\ -x^2+26x=168 \amp\quad \text{Divide each term by $-1$, changing all the signs} \\ x^2-26x=-168 \amp\quad \text{Solve by completing the square.}\\ (\frac{1}{2}\cdot 26)^2=13^2=169 \amp\quad \text{Find number to complete the square: } (\frac{1}{2}\cdot b)^2 \\ x^2-26x+324=1 \amp\quad \text{Add 169 to both sides}\\ (x-13)^2=1 \amp\quad \text{Factor}\\ x-13=\pm 1 \amp\quad \text{Square root both sides}\\ \underline{+13 \ +13} \amp\quad \\ x=13\pm 1 \amp\quad \text{Evaluate}\\ x=14 \text{ or } 12 \amp\quad \text{Two options for first side.}\\ y=-(14)+26=12 \amp\quad \text{Substitute $14$ into } y=-x+26 \\ y=-(12)+26=14 \amp\quad \text{Substitute $12$ into } y=-x+26 \\ \amp\quad \text{Both are the same rectangle, variables switched!}\\ 12 \text{cm by } 14 \text{cm} \amp\quad \text{Our Solution} \end{align*}

World View Note: Indian mathematical records from the 9th century demonstrate that their civilization had worked extensively in geometry creating religious alters of various shapes including rectangles.

Another type of rectangle problem is what we will call a “frame problem”. The idea behind a frame problem is that a rectangle, such as a photograph, is centered inside another rectangle, such as a frame. In these cases, it will be important to remember that the frame extends on all sides of the rectangle. This is shown in the following example.

Example 9.7.5.

An \(8\) in by \(12\) in picture has a frame of uniform width around it. The area of the frame is equal to the area of the picture. What is the width of the frame?

\begin{align*} \boxed{ \begin{matrix} 8 \ \ \\ \quad \boxed{ \ \ } \ 12 \\ \ \end{matrix} } \ 12+2x \amp \quad \begin{array}{l} \text{Draw picture, picture if $8$ by $10$.} \\ \text{If frame has width $x$, on both sides, we add } 2x \end{array} \\ 8+2x \qquad \qquad \amp\quad \text{} \\ 8\cdot12=96\amp\quad \text{Area of the picture, length times width } \\ 2 \cdot 96=192 \amp\quad \text{Frame is the same as the picture. Total area is double this.} \\ (12+2x)(8+2x)=192 \amp\quad \text{Area of the picture, length times width } \\ 96+24x+16x+4x^2=192 \amp\quad \text{FOIL} \\ 4x^2+40x+96=192 \amp\quad \text{Combine like terms} \\ \underline{-192 -192} \amp\quad \text{Make equation equal to zero by subtracting } 192 \\ 4x^2+40x-96=0 \amp\quad \text{Factor out GCF of } 4 \\ 4(x^2+10x-24)=0 \amp\quad \text{Factor trinomial} \\ 4(x-2)(x+12)=0 \amp\quad \text{Set each factor equal to zero}\\ x-2=0 \text{ or } x+12=0 \amp\quad \text{Solve each equation} \\ \underline{+2+2} \quad\quad \underline{-12-12} \amp\quad \\ x=2 \text{ or } -12 \amp\quad \text{Can’t have negative frame width}\\ 2 \text{ inches} \amp\quad \text{Our Solution} \end{align*}

Example 9.7.6.

A farmer has a field that is \(400\) rods by \(200\) rods. He is mowing the field in a spiral pattern, starting from the outside and working in towards the center. After an hour of work, \(72\%\) of the field is left uncut. What is the size of the ring cut around the outside?

\begin{align*} \boxed{ \qquad \begin{matrix} 400-2x \qquad \\ \quad \boxed{ \qquad \quad } \ 200-2x \\ \ \end{matrix} } \ 200 \amp \quad \begin{array}{l} \text{Draw picture, outside is $200$ by $400$.} \\ \text{If frame has width $x$, on both sides, } \\ \text{ subtract $2x$ from each side to get center} \end{array} \\ 400 \qquad \qquad \qquad \amp\quad \text{} \\ 400 \cdot 200=80000 \amp\quad \text{Area of entire field, length times width} \\ 80000 \cdot (0.72)=57600 \amp\quad \text{Area of center, multiply by $72\%$ as decimal} \\ (400-2x)(200-2x)=57600 \amp\quad \text{Area of center, length times width} \\ 80000-800x-400x+4x^2=57600 \amp\quad \text{FOIL } \\ 4x^2-1200x+80000=57600 \amp\quad \text{Combine like terms} \\ \underline{-57600-57600} \amp\quad \text{Make equation equal to zero} \\ 4x^2-1200x+22400=0 \amp\quad \text{Factor out GCF of } 4 \\ 4(x^2-300x+5600)=0 \amp\quad \text{Factor trinomial} \\ 4(x-280)(x-20)=0 \amp\quad \text{Set each factor equal to zero}\\ x-280=0 \text{ or } x-20=0 \amp\quad \text{Solve each equation} \\ \underline{+280 +280} \quad \underline{+20 +20} \amp\quad \text{}\\ x=280 \text{ or } 20 \amp\quad \text{The field is only $200$ rods wide,}\\ \amp\quad \text{Can’t cut $280$ off two sides!}\\ 20 \text{ rods} \amp\quad \text{Our Solution} \end{align*}

For each of the frame problems above we could have also completed the square or use the quadratic formula to solve the trinomials. Remember that completing the square or the quadratic formula always will work when solving, however, factoring only works if we can factor the trinomial.

Exercises Exercises - Rectangles

1.

In a landscape plan, a rectangular flowerbed is designed to be \(4\) meters longer than it is wide. If \(60\) square meters are needed for the plants in the bed, what should the dimensions of the rectangular bed be?

2.

If the side of a square is increased by \(5\) the area is multiplied by \(4\text{.}\) Find the side of the original square.

3.

A rectangular lot is \(20\) yards longer than it is wide and its area is \(2400\) square yards. Find the dimensions of the lot.

4.

The length of a room is \(8\) ft greater than it is width. If each dimension is increased by \(2\) ft, the area will be increased by \(60\) sq. ft. Find the dimensions of the rooms.

5.

The length of a rectangular lot is \(4\) rods greater than its width, and its area is \(60\) square rods. Find the dimensions of the lot.

6.

The length of a rectangle is \(15\) ft greater than its width. If each dimension is decreased by \(2\) ft, the area will be decreased by \(106 ft^2\text{.}\) Find the dimensions.

7.

A rectangular piece of paper is twice as long as a square piece and \(3\) inches wider. The area of the rectangular piece is \(108 in^2\text{.}\) Find the dimensions of the square piece.

8.

A room is one yard longer than it is wide. At \(75\) cents per sq. yd. a covering for the floor costs \(\$31.50\text{.}\) Find the dimensions of the floor.

9.

The area of a rectangle is \(48 ft^2\) and its perimeter is \(32\) ft. Find its length and width.

10.

The dimensions of a picture inside a frame of uniform width are \(12\) by \(16\) inches. If the whole area (picture and frame) is \(288 in^2\text{,}\) what is the width of the frame?

11.

A mirror \(14\) inches by \(15\) inches has a frame of uniform width. If the area of the frame equals that of the mirror, what is the width of the frame.

12.

A lawn is \(60\) ft by \(80\) ft. How wide a strip must be cut around it when mowing the grass to have cut half of it.

13.

A grass plot \(9\) yards long and \(6\) yards wide has a path of uniform width around it. If the area of the path is equal to the area of the plot, determine the width of the path.

14.

A landscape architect is designing a rectangular flowerbed to be border with \(28\) plants that are placed \(1\) meter apart. He needs an inner rectangular space in the center for plants that must be \(1\) meter from the border of the bed and that require \(24\) square meters for planting. What should the overall dimensions of the flowerbed be?

15.

A page is to have a margin of \(1\) inch, and is to contain \(35 in^2\) of painting. How large must the page be if the length is to exceed the width by \(2\) inches?

16.

A picture \(10\) inches long by \(8\) inches wide has a frame whose area is one half the area of the picture. What are the outside dimensions of the frame?

17.

A rectangular wheat field is \(80\) rods long by \(60\) rods wide. A strip of uniform width is cut around the field, so that half the grain is left standing in the form of a rectangular plot. How wide is the strip that is cut?

18.

A picture \(8\) inches by \(12\) inches is placed in a frame of uniform width. If the area of the frame equals the area of the picture find the width of the frame.

19.

A rectangular field \(225\) ft by \(120\) ft has a ring of uniform width cut around the outside edge. The ring leaves \(65\%\) of the field uncut in the center. What is the width of the ring?

20.

One Saturday morning George goes out to cut his lot that is \(100\) ft by \(120\) ft. He starts cutting around the outside boundary spiraling around towards the center. By noon he has cut \(60\%\) of the lawn. What is the width of the ring that he has cut?

21.

A frame is \(15\) in by \(25\) in and is of uniform width. The inside of the frame leaves \(75\%\) of the total area available for the picture. What is the width of the frame?

22.

A farmer has a field \(180\) ft by \(240\) ft. He wants to increase the area of the field by \(50\%\) by cultivating a band of uniform width around the outside. How wide a band should he cultivate?

23.

The farmer in the previous problem has a neighbor who has a field \(325\) ft by \(420\) ft. His neighbor wants to increase the size of his field by \(20\%\) by cultivating a band of uniform width around the outside of his lot. How wide a band should his neighbor cultivate?

24.

A third farmer has a field that is \(500\) ft by \(550\) ft. He wants to increase his field by \(20\%\text{.}\) How wide a ring should he cultivate around the outside of his field?

25.

Donna has a garden that is \(30\) ft by \(36\) ft. She wants to increase the size of the garden by \(40\%\text{.}\) How wide a ring around the outside should she cultivate?

26.

A picture is \(12\) in by \(25\) in and is surrounded by a frame of uniform width. The area of the frame is \(30\%\) of the area of the picture. How wide is the frame?