2.5 Real-World Linear Modeling & Word Problems

Key Takeaways

  • Real-world linear models translate verbal descriptions into the form Total = (Unit Rate) * (Quantity) + (Fixed Base Value).
  • Fixed amounts (setup fees, security deposits, starting masses) correspond to the y-intercept b, while per-unit rates (hourly labor, cost per mile) correspond to the slope m.
  • Total budget and dual-resource constraints translate to Standard Form Ax + By = C, where A and B represent unit costs/consumption rates and C is the total budget limit.
  • Always verify the exact question stem: SAT word problems frequently ask for an expression value (such as 2x + 5), the remaining quantity, or the difference between two variables.
  • Units must be harmonized across all terms before formulating equations (e.g., converting minutes to hours, cents to dollars, or grams to kilograms).
Last updated: August 2026

Real-World Linear Modeling & Word Problems

Word problems in the Algebra domain test your ability to convert real-world descriptions into mathematical equations and solve them efficiently. The Digital SAT focuses heavily on scenarios involving consumer finances, vehicle travel, production limits, and scientific rate models.


1. The Word-to-Algebra Translation Framework

To translate complex English paragraphs into precise algebraic models without error, use the following translation dictionary:

+-----------------------------------------------------------------------------+
|                     WORD-TO-ALGEBRA TRANSLATION MATRIX                      |
|                                                                             |
|   ENGLISH KEYPHRASE                    ALGEBRAIC SYMBOL / ROLE              |
|   ----------------------------------   -----------------------              |
|   "is", "was", "equals", "amounts to"  --->  =                              |
|   "per", "for each", "for every"       --->  * (multiplication / slope m)   |
|   "flat fee", "base price", "deposit"  --->  + b (constant / y-intercept)   |
|   "decreases by", "loses", "drops"     --->  - m (negative slope)           |
|   "at most", "maximum of", "no more"   --->  <=                             |
|   "at least", "minimum of", "no less"  --->  >=                             |
|   "combined total of", "sum of"        --->  +                              |
+-----------------------------------------------------------------------------+

English-to-Algebra Translation Lexicon

English Phrase / Verbal CueMathematical OperationAlgebraic Symbol / Example
"is, was, will be, equals, yields, results in"Equality$=$
"per, each, every, for each, rate of"Rate of Change (Slope)$m \cdot x$
"flat fee, initial value, setup charge, starting amount"Constant Base Value$+ b$
"at most, no more than, cannot exceed, maximum of"Less Than or Equal To$\le$
"at least, no less than, minimum of"Greater Than or Equal To$\ge$
"exceeds, more than, greater than"Strict Inequality$>$
"fewer than, less than, below"Strict Inequality$<$

2. Model Archetype 1: Fixed Base + Variable Rate ($y = mx + b$)

In this archetype, an initial fixed charge or baseline amount is combined with a recurring per-unit rate:

Total Cost C(x)=(Rate per Unit m)x+(Fixed Base Cost b)\text{Total Cost } C(x) = (\text{Rate per Unit } m) \cdot x + (\text{Fixed Base Cost } b)

Worked Example: Commercial Rental Service

Problem: A commercial equipment rental agency charges a flat processing fee of $45 plus $28 per day for renting a floor sander. A contractor rented the sander and paid a total bill of $381 before taxes. How many days was the sander rented?

Step 1: Construct the linear model Let $d$ represent the number of rental days: C(d)=28d+45C(d) = 28d + 45

Step 2: Set the total cost equal to $381 and solve 28d+45=38128d + 45 = 381 28d=3814528d = 381 - 45 28d=33628d = 336 d=33628=12d = \frac{336}{28} = 12 Final Answer: The contractor rented the sander for $12$ days.


3. Model Archetype 2: Dual-Rate Total Budget ($Ax + By = C$)

In this archetype, two distinct commodities or activities are combined under a fixed total monetary budget, raw material constraint, or weight capacity:

(Rate A)x+(Rate B)y=Total Capacity C(\text{Rate } A) \cdot x + (\text{Rate } B) \cdot y = \text{Total Capacity } C

+-----------------------------------------------------------------------------+
|                        DUAL-RATE BUDGET SCENARIO                            |
|                                                                             |
|   Item A: Adult Tickets (\$15 each)  ---> Cost = 15x                         |
|   Item B: Child Tickets (\$8 each)   ---> Cost = 8y                          |
|   Total Revenue: \$1,240             ---> 15x + 8y = 1240                    |
|                                                                             |
|   Tradeoff Analysis:                                                        |
|   - If 0 child tickets sold (y = 0):   x = 1240 / 15 = 82.67 adult tickets  |
|   - If 0 adult tickets sold (x = 0):   y = 1240 / 8 = 155 child tickets     |
+-----------------------------------------------------------------------------+

Worked Example: Event Planning Budget Allocation

Problem: A banquet hall coordinator has a budget of $3,600 for table rentals. Round tables seat 8 guests and cost $40 each to rent; long banquet tables seat 12 guests and cost $65 each to rent. If the coordinator rents 32 round tables, what is the maximum number of long banquet tables that can be rented without exceeding the budget?

Step 1: Write the budget inequality Let $r$ = number of round tables, and $b$ = number of long banquet tables: 40r+65b360040r + 65b \le 3600

Step 2: Substitute $r = 32$ 40(32)+65b360040(32) + 65b \le 3600 1280+65b36001280 + 65b \le 3600

Step 3: Solve for $b$ 65b3600128065b \le 3600 - 1280 65b232065b \le 2320 b23206535.69b \le \frac{2320}{65} \approx 35.69

Since the number of tables must be a whole integer, the coordinator can rent at most $35$ long banquet tables.


4. Model Archetype 3: Linear Depreciation & Resource Depletion

When a physical asset loses value at a constant rate over time or a reservoir is drained at a constant speed, the model takes the form:

V(t)=V0dtV(t) = V_0 - d \cdot t

where $V_0$ is the initial value at $t = 0$ and $d$ is the annual depreciation rate ($d = \frac{V_0 - V_{\text{final}}}{T}$).

Worked Example: Heavy Machinery Depreciation

Problem: An industrial printing press purchased for $120,000 depreciates linearly over a 15-year period to a salvage scrap value of $15,000. What is the value of the printing press 6 years after purchase?

Step 1: Calculate annual depreciation rate $d$ d=1200001500015=10500015=$7,000 per yeard = \frac{120000 - 15000}{15} = \frac{105000}{15} = \$7,000 \text{ per year}

Step 2: Write the value function V(t)=1200007000tV(t) = 120000 - 7000t

Step 3: Evaluate at $t = 6$ V(6)=1200007000(6)=12000042000=$78,000V(6) = 120000 - 7000(6) = 120000 - 42000 = \$78,000


5. Avoiding the Top 3 SAT Word Problem Traps

+-----------------------------------------------------------------------------+
|                        SAT WORD PROBLEM TRAP CHECKLIST                      |
|                                                                             |
|   [TRAP 1: UNIT MISMATCH]                                                   |
|   Time given in hours, but rate given in "dollars per minute".              |
|   Rule: Convert ALL units to match before calculating.                      |
|                                                                             |
|   [TRAP 2: ASKING FOR AN EXPRESSION RATHER THAN x]                          |
|   Question asks: "What is 3x + 4?" or "What is the cost for TWO items?"     |
|   Rule: Always re-read the final sentence before entering your answer.      |
|                                                                             |
|   [TRAP 3: DISCRETE WHOLE NUMBER ROUNDING]                                  |
|   Question asks for maximum items that fit within a budget.                 |
|   Algebra gives 24.8 ---> Math rounding says 25, but budget ceiling is 24!  |
+-----------------------------------------------------------------------------+

[!WARNING] Truncation vs. Normal Rounding in Inequalities: When buying items with a fixed budget, always round down (truncate) to the nearest whole integer, because purchasing the higher whole number would exceed the budget limit. Conversely, when calculating the minimum number of trips or boxes needed to transport all items, always round up (ceiling) to ensure nothing is left behind.


6. Digital SAT Desmos Workflows for Word Problems

Desmos is exceptionally powerful for word problem verification:

  1. Type equations directly with standard variables $x$ and $y$ (e.g., 12x + 18(14) = 420). Desmos draws a vertical line at the exact solution $x = 14$.
  2. For two-point rate problems (e.g., $310 for 4 hours and $520 for 7 hours), enter the points in a table: (4, 310) and (7, 520).
  3. Add a regression line y_1 ~ m*x_1 + b to extract $m = 70$ and $b = 30$, then compute 70(9) + 30 directly in the calculation bar to get 660.
Test Your Knowledge

A catering company charges a base setup fee of $250 plus $32 per guest for a banquet dinner. If an event planner has a maximum budget of $2,100, what is the maximum number of guests the event planner can invite without exceeding the budget?

A
B
C
D
Test Your Knowledge

A cargo delivery truck has a 35-gallon fuel tank and achieves a constant fuel efficiency of 14 miles per gallon. If the truck begins a trip with a full tank and travels d miles, which function G(d) represents the number of gallons of fuel remaining in the tank?

A
B
C
D
Test Your Knowledge

A landscaping company charges a fixed consultation fee plus an hourly labor rate. A homeowner was charged $310 for a 4-hour landscaping project, and another homeowner was charged $520 for a 7-hour project. If a third homeowner hires the company for a 9-hour project, what will be the total charge?

A
B
C
D