6.3 Linear Modeling & Inequality Graphs

Key Takeaways

  • A linear model y = mx + b structures real-world relationships where the initial flat fee or base value is the y-intercept b, and the constant unit rate of change is the slope m.
  • In contextual models, the x-intercept represents the break-even threshold, fuel exhaustion point, or time required to deplete a resource to zero.
  • Graphing a two-variable linear inequality requires determining the boundary line: dashed for strict inequalities (<, >) and solid for inclusive inequalities (≤, ≥).
  • The solution set of a linear inequality is an entire half-plane; determine which side to shade using the slope-intercept inspection rule (y > above, y < below) or the test-point method with (0,0).
  • When multiplying or dividing a linear inequality by a negative number to isolate y, the inequality direction must be reversed (e.g., -2y ≤ 6x - 8 becomes y ≥ -3x + 4).
Last updated: August 2026

Constructing Linear Models from Real-World Scenarios

In quantitative reasoning and intermediate algebra, a linear model is an equation that describes a constant rate of change between two real-world variables. The general mathematical structure of a linear model is expressed in slope-intercept or function notation:

y=mx+borf(x)=mx+by = mx + b \quad \text{or} \quad f(x) = mx + b

Linear Model Breakdown: y = mx + b

  Total Output Value (y) = [Variable Unit Rate (m)] · [Quantity (x)] + [Fixed Base Amount (b)]
       ↑                                ↑                                   ↑
  Dependent Variable             Slope / Marginal Rate                 y-Intercept / Initial Value
  (e.g., Total Bill $)           (e.g., $ per mile)                    (e.g., Base Service Fee $)

1. Anatomy of Model Parameters

  • Independent Variable (xx): The input quantity that varies freely (e.g., time, distance driven, units produced, hours worked).
  • Dependent Variable (yy or f(x)f(x)): The output quantity whose value depends on xx (e.g., total cost, remaining volume, temperature, account balance).
  • Slope (m=ΔyΔxm = \frac{\Delta y}{\Delta x}): The marginal rate of change or unit rate. It specifies how much yy increases (if m>0m > 0) or decreases (if m<0m < 0) for each one-unit increase in xx.
  • yy-Intercept ((0,b)(0, b)): The initial value, baseline starting amount, fixed fee, or setup cost before any activity occurs (x=0x = 0).

2. Contextual Interpretation of Intercepts and Domain Restrictions

  • The yy-Intercept (x=0x = 0): Represents the starting condition of the system. For a cellular plan with equation C(g)=15g+45C(g) = 15g + 45, the yy-intercept is $45, which is the flat monthly base charge regardless of data usage.
  • The xx-Intercept (y=0y = 0): Represents the point where the dependent variable reaches zero. For an airplane descending according to h(t)=600t+24000h(t) = -600t + 24000, setting h(t)=0h(t) = 0 yields t=40 minutest = 40\text{ minutes}, representing the landing time.
  • Applied Domain and Range Constraints: In physical applications, variables are frequently constrained to non-negative real numbers (x0,y0x \ge 0, y \ge 0). Models must be interpreted strictly within their valid operational domain.

Applied Linear Modeling Archetypes

Application DomainMathematical ModelParameter Interpretation
Equipment Rental / RideshareC(d)=rd+FC(d) = r \cdot d + FF=Base pickup fee ($)F = \text{Base pickup fee (\$)}, r=Rate per mile ($/mile)r = \text{Rate per mile (\$/mile)}
Straight-Line DepreciationV(t)=dt+V0V(t) = -d \cdot t + V_0V0=Initial purchase priceV_0 = \text{Initial purchase price}, d=Annual depreciation rate ($/yr)-d = \text{Annual depreciation rate (\$/yr)}
Utility / Tiered EnergyB(k)=ck+MB(k) = c \cdot k + MM=Monthly meter connection feeM = \text{Monthly meter connection fee}, c=Cost per kWh ($/kWh)c = \text{Cost per kWh (\$/kWh)}
Resource Depletion / DrainageA(t)=rt+A0A(t) = -r \cdot t + A_0A0=Initial capacityA_0 = \text{Initial capacity}, r=Discharge rate per minute-r = \text{Discharge rate per minute}
Sales Commission / CompensationE(s)=rs+S0E(s) = r \cdot s + S_0S0=Base weekly salary ($)S_0 = \text{Base weekly salary (\$)}, r=Commission percentager = \text{Commission percentage}

Graphing Two-Variable Linear Inequalities

A linear inequality in two variables relates two expressions using inequality symbols (<,,>,<, \le, >, \ge). The graph of a linear inequality is not just a single line, but an entire half-plane containing an infinite set of ordered pairs (x,y)(x, y) that make the inequality true.

Standard Forms: Ax+By<C,Ax+ByC,Ax+By>C,Ax+ByC\text{Standard Forms: } Ax + By < C, \quad Ax + By \le C, \quad Ax + By > C, \quad Ax + By \ge C Slope-Intercept Forms: y<mx+b,ymx+b,y>mx+b,ymx+b\text{Slope-Intercept Forms: } y < mx + b, \quad y \le mx + b, \quad y > mx + b, \quad y \ge mx + b

Boundary Line Styles & Half-Plane Shading:

      Strict: < or >                             Inclusive: ≤ or ≥
  (Dashed Boundary Line)                       (Solid Boundary Line)
Points ON line are NOT solutions           Points ON line ARE solutions

           y                                          y
        /  │  /                                    /  │  /
       /   │ /                                    /   │ /
      - - -┼- - - (Dashed)                       ─────┼───── (Solid)
     /     │                                    /     │
    /      │                                   /      │

The Systematic 3-Step Graphing Algorithm

Step 1: Graph the Boundary Line

Replace the inequality symbol with an equal sign (==) to obtain the equation of the boundary line: Ax+By=Cory=mx+bAx + By = C \quad \text{or} \quad y = mx + b

  • If the original inequality contains << or >> (strict inequalities), draw a dashed (broken) line to indicate that points lying exactly on the boundary are excluded from the solution set.
  • If the original inequality contains \le or \ge (inclusive inequalities), draw a solid line to indicate that points on the boundary are included in the solution set.

Step 2: Determine the Shaded Half-Plane

Choose one of two reliable methods to decide which side of the boundary line to shade:

  • Method A: The Test Point Method (Universal & Foolproof)

    1. Select any test coordinate (x0,y0)(x_0, y_0) that does NOT lie on the boundary line. The origin (0,0)(0, 0) is the fastest and easiest choice whenever the line does not pass through (0,0)(0,0).
    2. Substitute (x0,y0)(x_0, y_0) into the original inequality statement.
    3. If the resulting statement is TRUE, shade the entire half-plane containing the test point.
    4. If the resulting statement is FALSE, shade the opposite half-plane on the other side of the boundary line.
  • Method B: The Slope-Intercept Inspection Rule (When yy is Isolated) When an inequality is solved explicitly for yy with a positive coefficient:

    • y>mx+by > mx + b or ymx+by \ge mx + b: Shade ABOVE the boundary line (higher yy-values).
    • y<mx+by < mx + b or ymx+by \le mx + b: Shade BELOW the boundary line (lower yy-values).

Step 3: Verify with an Arbitrary Solution Coordinate

Pick a coordinate clearly situated in the shaded region and confirm it satisfies the original inequality.


The Critical Negative Coefficient Trap in Inequalities

When converting a standard form inequality with a negative yy-coefficient into slope-intercept form, you must reverse the inequality direction when multiplying or dividing by a negative number:

3y6x12    3y36x3123    y2x+4-3y \le 6x - 12 \implies \frac{-3y}{-3} \ge \frac{6x}{-3} - \frac{12}{-3} \implies y \ge -2x + 4

Failing to flip the symbol leads to shading the wrong half-plane and selecting incorrect solution sets.


Step-by-Step Worked Examples

Worked Example 1: Constructing and Evaluating a Linear Cost Model

A commercial equipment rental company charges a flat insurance and preparation fee of $65.00\$65.00 plus an hourly operating rate of $28.50\$28.50 per hour for an industrial wood chipper. A landscaping contractor has a maximum project budget of $350.00\$350.00.

  1. Construct the linear model expressing total cost C(h)C(h) as a function of rental hours hh: C(h)=28.50h+65.00C(h) = 28.50h + 65.00

    • m=+28.50m = +28.50: Marginal cost per rental hour ($/hour).
    • b=65.00b = 65.00: Fixed initial base fee ($).
  2. Determine the maximum whole number of hours the contractor can rent the machine without exceeding the budget: 28.50h+65.00350.0028.50h + 65.00 \le 350.00 28.50h350.0065.0028.50h \le 350.00 - 65.00 28.50h285.0028.50h \le 285.00 h285.0028.50=10h \le \frac{285.00}{28.50} = 10 The contractor can rent the chipper for up to 1010 full hours.


Worked Example 2: Graphing a Linear Inequality with the Test Point Method

Graph the linear inequality: 4x3y>124x - 3y > 12.

Step 1: Determine the boundary line equation and line style

  • Boundary equation: 4x3y=124x - 3y = 12.
  • The inequality uses ">>" (strict inequality)     \implies Dashed boundary line.

Step 2: Find the intercepts of the boundary line

  • xx-intercept (let y=0y = 0): 4x3(0)=12    4x=12    x=3    (3,0)4x - 3(0) = 12 \implies 4x = 12 \implies x = 3 \implies (3, 0).
  • yy-intercept (let x=0x = 0): 4(0)3y=12    3y=12    y=4    (0,4)4(0) - 3y = 12 \implies -3y = 12 \implies y = -4 \implies (0, -4).

Step 3: Test the origin (0,0)(0, 0) Substitute (0,0)(0, 0) into the original inequality 4x3y>124x - 3y > 12: 4(0)3(0)>12    0>12(FALSE)4(0) - 3(0) > 12 \implies 0 > 12 \quad (\mathbf{FALSE}) Because the statement is false, the origin (0,0)(0, 0) is NOT a solution. Therefore, shade the half-plane that does not contain (0,0)(0, 0) (the region below and to the right of the dashed boundary line).

Step 4: Alternative Verification by Isolating yy 4x3y>12    3y>4x+124x - 3y > 12 \implies -3y > -4x + 12 Divide by 3-3 and reverse the inequality sign: y<43x4y < \frac{4}{3}x - 4 The isolated form y<43x4y < \frac{4}{3}x - 4 indicates shading below the dashed line, confirming the test point result.


Worked Example 3: Applied Straight-Line Asset Depletion

A municipal transit agency operates an electric bus fleet. A newly installed quick-charge battery bank with a total capacity of 450 kilowatt-hours (kWh)450\text{ kilowatt-hours (kWh)} discharges at a constant rate of 37.5 kWh per hour37.5\text{ kWh per hour} during transit operations.

  1. Formulate the battery capacity model E(t)E(t) as a function of operational hours tt: E(t)=37.5t+450E(t) = -37.5t + 450
  2. Interpret the slope and intercepts:
    • Slope m=37.5 kWh/hourm = -37.5\text{ kWh/hour}: The battery loses 37.5 kWh37.5\text{ kWh} of energy each hour.
    • yy-intercept (0,450)(0, 450): The initial full battery charge is 450 kWh450\text{ kWh}.
    • xx-intercept (exhaustion time): Set E(t)=0E(t) = 0: 37.5t+450=0    37.5t=450    t=45037.5=12 hours-37.5t + 450 = 0 \implies 37.5t = 450 \implies t = \frac{450}{37.5} = 12\text{ hours} The battery is completely depleted after exactly 1212 hours of continuous transit service.

Common Pitfalls & ACCUPLACER Exam Traps

  1. Failing to Reverse Inequality Signs When Dividing by Negatives: In 5y15x+20-5y \ge 15x + 20, dividing by 5-5 without flipping yields y3x4y \ge -3x - 4 (wrong). The correct result is y3x4y \le -3x - 4.
  2. Confusing Solid vs. Dashed Boundary Lines: Drawing a solid line for strict inequalities (<,><, >) or a dashed line for inclusive inequalities (,\le, \ge) results in point-loss. Solid lines include the boundary (==); dashed lines exclude it.
  3. Blindly Shading Based on Standard Form Signs: Seeing "\le" in 2x5y102x - 5y \le 10 and assuming you should shade "below" is a classic trap. Because the coefficient of yy is negative (5-5), dividing by 5-5 turns the inequality into y25x2y \ge \frac{2}{5}x - 2, which requires shading ABOVE the line. Always use the test-point method or isolate yy properly.
  4. Testing a Point that Lies on the Boundary Line: If the line passes through (0,0)(0,0), testing (0,0)(0,0) gives 0=00 = 0 or 000 \ge 0, which does not determine which half-plane to shade. Always choose a point distinctly off the boundary (such as (0,1)(0, 1) or (1,0)(1, 0)).
Loading diagram...
Two-Variable Linear Inequality Graphing Decision Process
Test Your Knowledge

A catering service charges a fixed kitchen setup and delivery fee of $175 plus $32.50 per guest. A banquet organizer has a budget of $1,600. Which linear model represents the total cost C(g) for g guests, and what is the maximum number of guests that can be accommodated within the budget?

A
B
C
D
Test Your Knowledge

Which of the following describes the graph of the linear inequality 2x - 5y ≤ 20 on the Cartesian coordinate plane?

A
B
C
D
Test Your Knowledge

An emergency backup generator has a 120-gallon diesel fuel tank. When running at full load, the generator consumes 4.8 gallons of diesel fuel per hour. If F(t) represents the remaining fuel in gallons after t hours of continuous operation, which equation models this scenario, and how many hours will the generator run until the tank is completely empty?

A
B
C
D