21  Linear practice

This section contains practice problems.

21.1 Linear scenarios

Example 21.1 (Activity: Scenario in words) The Rio Fernando Pizza Company charges customers a $3.00 delivery fee, plus $0.20 per mile, for delivering their famous green chile crust pizza. We want to describe how the cost of delivery depends on the delivery distance.

  1. Explain why a linear model is appropriate here.
  2. Construct the formula for the linear model.
  3. Construct a small data table.
  4. Sketch the plot of the linear model.
  5. How much would it cost to get a pizza delivered to Tres Piedras, located 31 miles from the pizza company location?
  6. How far away can the delivery be before the delivery cost exceeds $10?
  1. The cost has two parts: a fixed delivery fee ($3.00) plus a constant per-mile charge ($0.20). Because the per-mile cost is constant, the total cost increases by the same amount for each additional mile. This is a constant rate of change, so a linear model is appropriate.

  2. Let \(x\) = delivery distance (miles), \(y\) = delivery cost (dollars). Equation: \(y = 3.00 + 0.20x\).

\(x\) (miles) \(y\) (dollars)
0 3.00
5 4.00
10 5.00
20 7.00

Sketch of delivery cost vs. distance for Rio Fernando Pizza, showing a line with slope 0.20 and y-intercept 3.00

  1. \(y = 3.00 + 0.20 \cdot 31 = 3.00 + 6.20 = \$9.20\).

  2. \(3.00 + 0.20x = 10 \Rightarrow 0.20x = 7 \Rightarrow x = 35\) miles.

Example 21.2 (Activity: Scenario in words) The OBL Gravel Company charges $50 per cubic yard of gravel, along with a delivery fee of $75. We want to model how the cost depends on the amount of gravel being purchased.

  1. Explain why a linear model is appropriate here.
  2. Construct the formula for the linear model.
  3. Construct a small data table.
  4. Sketch the plot of the linear model.
  5. How much would it cost to get 20 cubic yards of gravel?
  6. How much gravel can be ordered before the cost exceeds $500?
  1. The total cost is a fixed delivery fee ($75) plus a constant per-yard charge ($50). The constant rate of change makes a linear model appropriate.

  2. Let \(x\) = cubic yards of gravel, \(y\) = total cost (dollars). Equation: \(y = 75 + 50x\).

\(x\) (cubic yards) \(y\) (dollars)
0 75
2 175
5 325
10 575

Sketch of total cost vs. cubic yards of gravel from OBL Gravel Company

  1. \(y = 75 + 50 \cdot 20 = 75 + 1000 = \$1075\).

  2. \(75 + 50x = 500 \Rightarrow 50x = 425 \Rightarrow x = 8.5\) cubic yards.

Example 21.3 (Activity: Scenario in words) At the end of the monsoon season, Elizabeth’s cistern is full with 750 gallons of water. She uses an average of 40 gallons of water per day for drinking, cooking, cleaning, and bathing. We want to model the amount of water in her cistern over time.

  1. Explain why a linear model is appropriate here.
  2. Construct the formula for the linear model.
  3. Construct a small data table.
  4. Sketch the plot of the linear model.
  5. How much water is left in the cistern after 2 weeks?
  6. How long until only 100 gallons of water remain?
  1. The cistern loses the same amount of water each day (40 gallons). This constant rate of change makes a linear model appropriate.

  2. Let \(x\) = number of days, \(y\) = gallons remaining. Equation: \(y = 750 - 40x\).

\(x\) (days) \(y\) (gallons)
0 750
5 550
10 350
15 150

Sketch of water remaining in Elizabeth's cistern vs. days, showing a decreasing line

  1. Two weeks = 14 days: \(y = 750 - 40 \cdot 14 = 750 - 560 = 190\) gallons.

  2. \(750 - 40x = 100 \Rightarrow 40x = 650 \Rightarrow x = 16.25\) days.

Example 21.4 (Activity: Scenario in words) Paul is saving up copies of the Taos News in a pile in his living room. Each newspaper is \(\frac{1}{4}\) inch thick. In week 4 of the semester, the pile was 3 inches high. Each week, a new paper is added to the pile. We want to model the height of the pile in terms of the week of the semester.

  1. Explain why a linear model is appropriate here.
  2. Construct the formula for the linear model.
  3. Construct a small data table.
  4. Sketch the plot of the linear model.
  5. How many papers were on the pile at the beginning of the semester?
  6. How tall will the pile be in week 14 of the semester?
  7. How long until the pile is a foot tall?
  1. The pile grows by the same amount (\(\frac{1}{4}\) inch) each week. This constant rate of change makes a linear model appropriate.

  2. Let \(x\) = week number, \(y\) = height of pile (inches). The rate is \(m = \frac{1}{4}\). Using the point \((4, 3)\): \(3 = b + \frac{1}{4} \cdot 4 \Rightarrow b = 2\). Equation: \(y = 2 + \frac{1}{4}x\).

\(x\) (week) \(y\) (inches)
0 2
4 3
8 4
12 5

Sketch of pile height vs. week number, showing a line with slope 1/4 and y-intercept 2

  1. At \(x = 0\): \(y = 2\) inches. Since each paper is \(\frac{1}{4}\) inch thick: \(2 \div \frac{1}{4} = 8\) papers.

  2. Week 14: \(y = 2 + \frac{1}{4} \cdot 14 = 2 + 3.5 = 5.5\) inches.

  3. \(2 + \frac{1}{4}x = 12 \Rightarrow \frac{1}{4}x = 10 \Rightarrow x = 40\) weeks.

21.2 Interpreting linear plots

Example 21.5 (Activity: Interpreting a linear plot) For each line in the graphic below, find the base and rate, write down the equation, and determine where the line crosses the \(x\) axis.

Grid of four coordinate plane plots, each showing a different linear function with clear grid lines. Students can use these graphs to determine the equations of the lines by identifying slopes and y-intercepts.

  • Plot 1 (\(y = 2x + 3\)): base \(= 3\), rate \(= 2\). \(x\)-intercept: \(0 = 2x + 3 \Rightarrow x = -\dfrac{3}{2}\).

  • Plot 2 (\(y = -x + 5\)): base \(= 5\), rate \(= -1\). \(x\)-intercept: \(0 = -x + 5 \Rightarrow x = 5\).

  • Plot 3 (\(y = 3x - 2\)): base \(= -2\), rate \(= 3\). \(x\)-intercept: \(0 = 3x - 2 \Rightarrow x = \dfrac{2}{3}\).

  • Plot 4 (\(y = -2x + 4\)): base \(= 4\), rate \(= -2\). \(x\)-intercept: \(0 = -2x + 4 \Rightarrow x = 2\).

Example 21.6 (Activity: Interpreting a linear plot) For each line in the graphic below, find the base and rate, write down the equation, and determine where the line crosses the \(x\) axis.

Grid of four coordinate plane plots, each showing a linear function with two labeled points but no tick marks. Students can use the point coordinates to determine the equations of the lines.

  • Plot 1 \((1,5)\) and \((3,9)\): slope \(= \dfrac{9-5}{3-1} = 2\); base: \(5 = 2(1) + b \Rightarrow b = 3\). Equation: \(y = 3 + 2x\). \(x\)-intercept: \(x = -\dfrac{3}{2}\).

  • Plot 2 \((0,6)\) and \((4,2)\): slope \(= \dfrac{2-6}{4-0} = -1\); base \(= 6\). Equation: \(y = 6 - x\). \(x\)-intercept: \(x = 6\).

  • Plot 3 \((-1,1)\) and \((2,10)\): slope \(= \dfrac{10-1}{2-(-1)} = 3\); base: \(1 = 3(-1) + b \Rightarrow b = 4\). Equation: \(y = 4 + 3x\). \(x\)-intercept: \(x = -\dfrac{4}{3}\).

  • Plot 4 \((2,8)\) and \((5,2)\): slope \(= \dfrac{2-8}{5-2} = -2\); base: \(8 = -2(2) + b \Rightarrow b = 12\). Equation: \(y = 12 - 2x\). \(x\)-intercept: \(x = 6\).

21.3 Interpreting linear equations

Example 21.7 (Activity: Interpreting a linear equation) Consider the line \(y = 12 - 3x\).

  1. What is the base? What is the rate?
  2. Draw a sketch of the plot of the line.
  3. Where does the line cross the \(x\) axis?
  1. Base \(b = 12\), rate \(m = -3\).

Sketch of y = 12 - 3x

  1. \(0 = 12 - 3x \Rightarrow 3x = 12 \Rightarrow x = 4\). The line crosses the \(x\) axis at \((4, 0)\).

Example 21.8 (Activity: Interpreting a linear equation) Consider the line \(y = 4x + 5\).

  1. What is the base? What is the rate?
  2. Draw a sketch of the plot of the line.
  3. Where does the line cross the \(x\) axis?
  1. Base \(b = 5\), rate \(m = 4\).

Sketch of y = 4x + 5

  1. \(0 = 4x + 5 \Rightarrow x = -\dfrac{5}{4}\). The line crosses the \(x\) axis at \(\left(-\dfrac{5}{4}, 0\right)\).

Example 21.9 (Activity: Interpreting a linear equation) Consider the line \(y = -\dfrac{1}{4}x + 6\).

  1. What is the base? What is the rate?
  2. Draw a sketch of the plot of the line.
  3. Where does the line cross the \(x\) axis?
  1. Base \(b = 6\), rate \(m = -\dfrac{1}{4}\).

Sketch of y = -(1/4)x + 6

  1. \(0 = -\dfrac{1}{4}x + 6 \Rightarrow \dfrac{1}{4}x = 6 \Rightarrow x = 24\). The line crosses the \(x\) axis at \((24, 0)\).

Example 21.10 (Activity: Interpreting a linear equation) Consider the line \(y = \dfrac{3}{4}x - 9\).

  1. What is the base? What is the rate?
  2. Draw a sketch of the plot of the line.
  3. Where does the line cross the \(x\) axis?
  1. Base \(b = -9\), rate \(m = \dfrac{3}{4}\).

Sketch of y = (3/4)x - 9

  1. \(0 = \dfrac{3}{4}x - 9 \Rightarrow \dfrac{3}{4}x = 9 \Rightarrow x = 12\). The line crosses the \(x\) axis at \((12, 0)\).