Skip to main content

Section 6.1 Interlude: A first look at polynomial equations

Nyx is making a blanket out of 3’’ \(\times\) 3’’ squares of fabric in the middle and long strips of fabric for the border. They have decided to make the blanket 7 squares longer than it is wide. So, for example, if they use 10 squares across, they will use \(10+7=17\) squares down. They will do a 4’’ border on the top and bottom of the blanket but only a 2.5’’ border on the left and right.

Subsection Different sizes of blanket

What size blanket will Nyx make if they use 10 squares across, as shown in the picture? The width of the blanket will include the left border (2.5’’), the width of the 10 squares ( \(10 \times 3"\) ), and the right border (2.5’’), so the blanket will be
\begin{equation*} 2.5+10\times3+2.5 = 35" \end{equation*}
wide. Notice that we add the width of the border twice so instead of adding 2.5’’ twice, we can add \(2 \times 2.5" = 5"\) once. We can then simplify our calculation to
\begin{equation*} 10\times3+5 = 35" \end{equation*}
wide.
The length of the blanket will include the top border (4’’), the length of the \(10+7=17\) squares ( \((10+7) \times 3"\) ), and the right border (4’’), so the blanket will be
\begin{equation*} 4+(10+7)\times 3+4 = 59" \end{equation*}
long. As before, instead of adding 4’’ twice, we can add \(2 \times 4"=8"\) once. We can then simplify our calculation to
\begin{equation*} (10+7)\times 3+8 = 59" \end{equation*}
long. The blanket will be \(35" \times 59"\) which is a good size for a baby’s crib.
Let’s do a few more examples. Let’s underline the number of squares to help us see a pattern. If Nyx uses only 2 squares, then
\begin{equation*} \text{width: }\underline{2}\times3+5 = 11" \end{equation*}
and
\begin{equation*} \text{length: }(\underline{2}+7)\times3+8 = 35" \end{equation*}
The blanket will be \(11" \times 35"\) which might be a good size for a doll.
If Nyx uses 20 squares, then
\begin{equation*} \text{width: }\underline{20}\times3+5 = 65" \end{equation*}
and
\begin{equation*} \text{length: }(\underline{20}+7)\times3+8 = 86" \end{equation*}
The blanket will be \(65" \times 86"\) which would fit a twin bed.

Subsection Linear models for blanket dimensions

First, the variables are
\begin{align*} S \amp= \text{ number of squares (squares)}\sim \text{indep}\\ W \amp= \text{ width of blanket (inches)}\sim \text{dep}\\ L \amp= \text{ length of blanket (inches)}\sim \text{dep} \end{align*}
We can summarize our examples in a table.
\(S\) 2 10 20
\(W\) 11 35 65
\(L\) 35 59 86
When we graph both dependences, we see that the points fall on a line, so we have linear functions.

Subsection Equations for the width and length of blanket

Let’s write equations for the width and for the length of Nyx’s blanket, each a function of the number of squares they use.
First, the width. In our example, Nyx used \(S=10\) squares across and the width of the blanket was
\begin{equation*} \underline{10}\times 3 + 5 = 35" \end{equation*}
Our equation is
\begin{equation*} \text{width: }S \times 3 + 5 = W. \end{equation*}
Let’s write the dependent variable on the left-hand side of the equation, and use algebraic notation to write \(3S\) instead of \(S \times 3\text{.}\) Our equation is then
\begin{equation*} W = 3S + 5 \end{equation*}
Next, the length. In our example, Nyx used \(S=10\) squares across and the length of the blanket was
\begin{equation*} (\underline{10}+7) \times 3+8 = 59". \end{equation*}
Our equation is
\begin{equation*} (S+7) \times 3+8 = L, \end{equation*}
which we can rewrite as
\begin{equation*} L = 3(S+7)+8. \end{equation*}

Subsection The distributive property

But, wait! We could have calculated the length differently. We can think of the length as having three parts: \(3S\) which is the length of the \(S\) squares, \(3 \times 7 = 21\) which is the length of the additional 7 squares, and \(2 \times 4 = 8\) which is the length of the top and bottom borders. Breaking into these pieces we get a new equation for the length:
\begin{equation*} L = 3S + 21 + 8 \end{equation*}
which can be simplified further to
\begin{equation*} L = 3S + 29 \end{equation*}
Does this new equation make sense? The 3’’/square represents the length of each square Nyx uses. The 29’’ is the part of the length of the 7 squares and top/bottom borders combined. Okay.
Uh oh! That means we have two different looking equations for the length
\begin{equation*} L = 3(S+7)+8 \text{ and }L=3S + 29. \end{equation*}
There must be some reason why these equations are actually the same.
The distributive property is the secret. It says that
\begin{equation*} 3(S+7)=3 \times (S+7) = (3 \times S) + (3 \times 7) = 3S + 21. \end{equation*}
Here’s a picture illustrating the distributive property.
Going back we can use the distributive property to write
\begin{equation*} L = 3(S+7) + 10 = 3S +21 + 8 = 3S + 29 \end{equation*}
which is exactly the other version of the equation. Whew.

Subsection Area of blanket

Nyx has decided after they finish the blanket, they will make it the top layer of a light comforter. For that, Nyx will use plain fabric for the bottom layer and use some fiberfill to get a thickness of 2 inches in between. How much fiberfill do they need?
To start, Nyx needs to know the area of the blanket. The area is the length times the width. For the baby blanket that was 10 squares across, the width was 35’’ and the length was 59’’ so the area was \(35 \times 59 = 2065\) square inches.
We can write an equation for the area of the blanket using the variables
\begin{align*} S \amp= \text{ number of squares (squares) }\sim \text{indep}\\ A \amp= \text{ area of blanket (square inches)}\sim \text{ dep} \end{align*}
We know that the area is the length times the width, so putting in our formulas we get
\begin{equation*} A = (3S+29)(3S+5) \end{equation*}

Subsection The FOIL property

We can simplify the equation for area using the distributive property.
\begin{align*} A \amp= (3S+29)(3S+5)\\ \amp= (3S)(3S+5) + (29)(3S+5) \\ \amp= \underbrace{(3S)(3S)}_{\text{First}} + \underbrace{(3S)(5)}_{\text{Outside}} + \underbrace{(29)(3S)}_{\text{Inside}} + \underbrace{(29)(5)}_{\text{Last}} \end{align*}
Let’s simplify each term separately. The first product is
\begin{equation*} (3S)(3S) = (3 \times 3)(S \times S) = 9S^{2} \end{equation*}
The outside product is
\begin{equation*} (3S)(5) = (3 \times 5)S = 15S \end{equation*}
The inside product is
\begin{equation*} (29)(3S) = (29 \times 3)S = 87S \end{equation*}
And the last product is
\begin{equation*} (29)(5) = 29 \times 5 = 145 \end{equation*}
Maybe you’ve heard of FOIL? That’s short for First-Outside-Inside-Last which can help you remember how this multiplying out works.
Adding everything up and combining the like terms we get
\begin{equation*} A = 9S^{2} + 15S + 87S + 145 = 9S^{2} + (15+87)S + 145 = 9S^{2}+102S + 145 \end{equation*}
Here’s a picture illustrating the FOIL property.
That was a lot of algebra. Here’s a quicker version of what we just did so you can see it all in one place.
\begin{align*} \amp \\ A \amp= (3S+29)(3S+5) \\ \amp= \underbrace{(3S)(3S)}_{\text{First}} + \underbrace{(3S)(5)}_{\text{Outside}} + \underbrace{(29)(3S)}_{\text{Inside}} + \underbrace{(29)(5)}_{\text{Last}} \\ \amp= 9S^2+15S + 87S + 145 \\ \amp= 9S^2+102S + 145 \end{align*}
Let’s double check, when \(S=10\) we get
\begin{equation*} A = 9\times 10^{2} + 102 \times 10 + 145 = 2065 \end{equation*}
as before.

Subsection A quadratic model

As before, we make make a table and graph. Using the same values for \(S\) as before we get
\(S\) 2 10 20
\(A\) 385 2065 5785
We can see that the function is not linear because the graph is not a line.

Subsection Fiberfill

To get a fluffy feel without being too heavy, Nyx has decided to use a premium cluster fiberfill to get 2β€³ thick. (Nyx will stitch the fill along every fabric join and at intervals along the border, in case you were wondering, because nobody likes a lumpy blanket.) The clerk at the fabric store said that Nyx will need 14 ounces of fiberfill for every 1000 square inches of area. Notice that
\begin{equation*} \frac{14 \text{ ounces}}{1000 \text{ square inches}}= 0.14 \text{ ounces per square inch} \end{equation*}
For example, for a baby quilt that’s \(35" \times 59"\text{,}\) Nyx will need \(0.14\) times the area. That is, they will need
\begin{equation*} 0.14 \times2065 = 289.1 \end{equation*}
ounces of fiberfill.
We can write an equation for the amount of fiberfill as a function of the number of squares using
\begin{align*} S \amp= \text{ number of squares (squares)}\sim \text{indep}\\ F \amp= \text{ weight of fiberfill (ounces)}\sim \text{dep} \end{align*}
The equation is
\begin{equation*} F = 0.14 (3S + 29)(3S + 5) = 0.14(9S2 + 102S + 145) = 1.26S^{2} + 14.28S + 20.3 \end{equation*}
in case you were curious.

Subsection Another quadratic model

Let’s make a table and a graph for the fiberfill. First, we have
\(S\) 2 10 20
\(F\) 53.9 289.1 822.5

Subsection Polynomial Equations

Our equations for length and width were linear equations
\begin{equation*} W=3S+5 \end{equation*}
\begin{equation*} L=3(S+7)+8 \text{ or }L = 3S + 29 \end{equation*}
because they fit the standard linear equation template:
\begin{equation*} \text{dep }= \text{ start }+ \text{ slope }* \text{ indep} \end{equation*}
Our equations for the area and fiberfill were quadratic equations
\begin{equation*} A=(3S+31)(3S+5)\text{\quad or \quad}A = 9S^{2}+108S + 155 \end{equation*}
\begin{equation*} F = 0.14 (3S + 29)(3S + 5) \text{\quad or \quad}F= 1.26S^{2} + 14.28S + 20.3 \end{equation*}
because they fit the standard quadratic equation template:
\begin{equation*} \text{dep }= a*\text{indep}^{2}+b*\text{indep}+c \end{equation*}
All of these equations are examples of polynomial equation, meaning they can be written as the sum of multiples of powers of the independent variable.

Subsection Do you know …

  1. How to use geometry to find an area?
  2. When to use the distributive property?
  3. What FOIL stands for and how to multiply out expressions in parentheses?
If you’re not sure, work the rest of the exercises and then return to these questions. Or, ask your instructor or a classmate for help.

Exercises Exercises

Exercises 1-4 are available in a separate workbook format.

1.

Urban community gardens are catching on. What was once an abandoned lot down the block is now a thriving 10β€² \(\times\) 25β€² vegetable and berry garden for the neighborhood. (Remember β€² stands for β€œfeet,” so the garden is 10 feet wide and 25 feet long.) One neighbor volunteered to donate gravel to make a path around the garden. The path will be 3 inches deep and the same width all around.

Aside

(a)

The other measurements are in feet, so convert the depth of the path (3 inches) into feet also.

(b)

Suppose for the moment that the path will be 4 feet wide. Calculate the area of the path. Here’s one way to do it: first, find the area of the outer rectangle, then subtract the area of the garden itself.
Hint: the length of that outer rectangle includes the 25 feet of garden plus the width of the path on each side. Same for the width of that outer rectangle.

(c)

Figure out how much gravel they would need (in cubic feet) for a 4 foot wide path by multiplying your answers to (a) and (b).

(d)

Actually, they aren’t sure how wide the path should be and how much gravel they can get. Let’s write \(W\) = width of path (feet). Explain why the width of the outer rectangle is \(10+2W\) and the length of the outer rectangle is \(25+2W\text{.}\)

(e)

Explain why the area of the path is \((10+2W)(25+2W)-250\text{.}\)

(f)

Let’s write \(G\) = amount of gravel (cubic feet). Write an equation for \(G\) as a function of \(W\text{.}\) Hint: multiply your answers to (a) and (e).

(g)

Use FOIL and collecting like terms to simplify your answer to (f). It should fit the quadratic equation template.

(h)

Notice that if \(W=0\text{,}\) then \(G=0\text{.}\) Explain what that means in terms of the story.

2.

Emery is selling custom printed laptop and water bottle sticker packs. He is trying to understand how the number of sticker packs people will buy depends on the price. There’s a fancy name for the number of things people will buy – it’s called the demand. Emery knows from experience that if he prices sticker packs at $10, then the demand is 200 sticker packs, but that the demand drops by 15 sticker packs per dollar increase in price. He identifies the variables
\begin{align*} P \amp= \text{ price of sticker packs (\$) }\sim \text{ indep}\\ D \amp= \text{ demand (sticker packs) }\sim \text{ dep} \end{align*}

(a)

How many sticker packs will Emery sell if he sets the price at $11? $12? $13?

(b)

Make a table showing how demand depends on price, including \(P= 10, 11, 12, 13\text{.}\)

(c)

Explain why the increase in price is calculated as \(P-10\text{.}\)

(d)

Write an equation for the demand in terms of price. Hint: Your equation will involve \((P-10)\text{.}\)

(e)

Use the distributive property and collect like terms to simplify your equation. Hint: it is linear.

(f)

Check that your simplified equation gives \(D = 200\) when \(P = 10\text{.}\)

(g)

What does your equation say the demand will be when \(P=0\text{?}\) This answer does not make sense in the story.

(h)

Draw a graph illustrating how the demand depends on the price. Be sure to start at $0.

3.

In the previous problem, Emery was selling sticker packs. Using the variables
\begin{align*} P \amp= \text{ price of a sticker pack (\$) }\sim \text{ indep}\\ D \amp= \text{ demand (sticker packs) }\sim \text{ dep} \end{align*}
Emery calculated that (spoiler alert)
\begin{equation*} D = 350-15P \end{equation*}
Notice that the intercept (price $0) of 350 things doesn’t really make any sense in the problem. Emery wants to figure out a price for sticker packs so that he can take in as much money as possible. There’s a fancy name for that too – the total amount of money Emery takes in is called the total revenue.

(a)

What is the total revenue if Emery prices sticker packs at $10 and sells 200 of them?

(b)

Make a table showing how revenue depends on price, including \(P= 10, 11, 12, 13\text{.}\) Hint: use your answers for demand from the previous problem.

(c)

Write an equation for the revenue in terms of price, using
\begin{equation*} R = \text{ total revenue (\$) }\sim \text{ dep} \end{equation*}
Hint: use your final equation from the previous problem.

(d)

Use the distributive property and collect like terms to simplify your equation. Hint: it is quadratic.

(e)

Check that your simplified equation gives \(R = 2000\) when \(P = 10\text{.}\)

(f)

What does your equation say the revenue will be when \(P=0\) and what does that mean in the story?

(g)

Draw a graph illustrating how the demand depends on the price. Be sure to start at $0.

4.

Ximena is trying to get some homework done so she wants to create a custom 24 ounce energy drink that has some caffeine, but not too much. She has two available drinks that she can mix:
She is interested in the variables
\begin{align*} M \amp= \text{ amount of Rehab Monster (ounces) }\sim \text{indep}\\ C \amp= \text{ amount of caffeine (mg)}\sim \text{ dep} \end{align*}

(a)

If Ximena uses 10 ounces of Rehab Monster, how many ounces of Snapple Peach Tea will she use (remember she wants 24 ounces total) and how much caffeine will that mixture have?

(b)

If she uses 16 ounces of Rehab Monster, how many ounces of Snapple Peach Tea will she use and how much caffeine with that mixture have?

(c)

Write an equation describing how the total caffeine is a function of the amount of Rehab Monster. Hint: How can we write the amount of Snapple Peach Tea in terms of \(M\text{?}\)

5.

Roy is mounting a \(69'' \times 48''\) rectangular canvas painting on an aluminum composite panel. The panel covers the entire back of the painting and sticks out width \(W\) inches around all four sides of the canvas.

(a)

Suppose for the moment that the frame creates a border 3 inches wide ( \(W = 3\) ). Calculate the area of the aluminum panel. Note: the area is the area of the outside square, not just the border.

(b)

Roy has not decided yet how wide the frame border should be. Let’s write \(W = \text{width of the frame border (inches)}\text{.}\) Explain why the width of the outer frame is \(69 + 2W\) and the length of the outer frame is \(48 + 2W\text{.}\)

(c)

Explain why the area of the aluminum panel is \((69 + 2W)(48 + 2W)\text{.}\)

(d)

Use FOIL and collecting like terms to simplify your answer to (c). It should fit the quadratic equation template.

(e)

What is the area if \(W=0\text{?}\) Explain what that means in terms of the story.

6.

Viviana is selling bottled cold brew coffee at a local weekend market. She is trying to understand how the number of bottles people will buy depends on the price per bottle. Viviana knows from experience that if she prices cold brew at $4.00 per bottle, the demand is 150 bottles, but for every $1 increase in price, the demand drops by 20 bottles. She writes the variables:
\begin{align*} P \amp= \text{price of a cold brew bottle (\$) }\sim \text{indep}\\ D \amp= \text{demand (bottles) }\sim \text{dep} \end{align*}

(a)

How many bottles will Viviana sell if she sets the price at $4.50? $5.00? $5.50?

(b)

Make a table showing how demand depends on price, including \(P = 4.00, 4.50, 5.00, 5.50\text{.}\)

(d)

Write an equation for demand in terms of price. Hint: Your equation will involve subtracting the demand drop from 150.

(e)

Use the distributive property and collect like terms to simplify your equation. Hint: it is linear.

(f)

Check that your simplified equation gives \(D = 150\) when \(P = 4\text{.}\)

7.

In the previous problem, Viviana was selling bottled cold brew coffee. Using the variables:
\begin{align*} P \amp= \text{price of a cold brew bottle (\$) }\sim \text{indep}\\ D \amp= \text{demand (bottles) }\sim \text{dep} \end{align*}
she wrote an equation showing how the demand depends on the price.
Viviana wants to figure out a price for cold brew so that she can take in as much total revenue as possible.

(a)

What is the total revenue if Viviana prices cold brew at $4.00 and sells 150 bottles?

(b)

Make a table showing how revenue depends on price, including \(P = 4.00, 4.50, 5.00, 5.50\text{.}\) Hint: use your answers for demand from the previous problem.

(c)

Write an equation for the revenue in terms of price, using \(R = \text{total revenue (\$) }\sim \text{dep}\text{.}\) Hint: use your final equation for demand \(D\) from the previous problem and the fact that \(\text{Revenue}= \text{Price}\times \text{Demand}\text{.}\)

(d)

Use the distributive property to simplify your equation. Hint: it is quadratic.

(e)

Check that your simplified equation gives \(R = 600\) when \(P = 4\text{.}\)

8.

KvΔ›ta is working in a botany lab and needs to prepare a 30-gallon batch of liquid nutrient solution for a greenhouse experiment. She has two brands of concentrates available to mix:
She is interested in the variables:
\begin{align*} H \amp= \text{amount of Hofner's concentrate used (gallons) }\sim \text{indep}\\ N\amp= \text{total mass of nitrogen in the mixture (grams) }\sim \text{dep} \end{align*}

(a)

If KvΔ›ta uses 10 gallons of Hofner’s concentrate, how many gallons of DeBoer’s concentrate will she use (remember she needs 30 gallons in total), and how many total grams of nitrogen will that mixture contain?

(b)

If she uses 18 gallons of Hofner’s concentrate, how many gallons of DeBoer’s concentrate will she use, and how many grams of nitrogen will that mixture contain?

(c)

Write an equation describing how the total grams of nitrogen \(N\) is a function of the amount of Hofner’s concentrate \(G\text{.}\) Hint: How can we express the amount of DeBoer’s concentrate used in terms of \(H\text{?}\)

(d)

Use the distributive property and collect like terms to simplify your equation.