Writing Linear Equations from Context

Learn to create linear equations from tables, graphs, and real-world descriptions for the Digital SAT. Translate word problems into algebra.

One of the most tested skills on the Digital SAT is translating real-world situations into linear equations. Rather than giving you a pre-made equation, the SAT presents a scenario — a pricing structure, a distance-time relationship, a data table, or a graph — and asks you to write or identify the correct equation. This is where algebra meets the real world.

These problems combine reading comprehension with algebra. You need to identify what the variables represent, find the slope (rate of change) and y-intercept (starting value), and assemble the equation.

Core Concepts

Identifying Slope and Y-Intercept in Context

In a real-world linear model:

  • Slope (mm) = rate of change (how much yy changes per unit of xx)
  • Y-intercept (bb) = initial/starting value (the value of yy when x=0x = 0)

Example: "A plumber charges $50 for the service call plus $30 per hour."

  • xx = number of hours
  • yy = total charge
  • m=30m = 30 ($30 per hour)
  • b=50b = 50 ($50 starting fee)
  • Equation: y=30x+50y = 30x + 50

Writing Equations from Word Problems

Step-by-step process:

  1. Define variables. What does xx represent? What does yy represent?
  2. Find the rate of change (slope) — look for "per", "each", "every", "for each additional".
  3. Find the starting value (y-intercept) — look for "initial", "base", "fixed", "already".
  4. Write the equation in y=mx+by = mx + b form.

Writing Equations from Tables

Given a table of values:

  1. Calculate the slope: m=ΔyΔxm = \frac{\Delta y}{\Delta x} using any two rows.
  2. Find the y-intercept: substitute a known point into y=mx+by = mx + b and solve for bb.
xx yy
2 11
5 20
8 29

Slope: m=201152=93=3m = \frac{20 - 11}{5 - 2} = \frac{9}{3} = 3

Using (2,11)(2, 11): 11=3(2)+b11 = 3(2) + bb=5b = 5

Equation: y=3x+5y = 3x + 5

Writing Equations from Graphs

  1. Read the y-intercept from the graph.
  2. Pick two clear grid-intersection points and calculate the slope.
  3. Write y=mx+by = mx + b.

Interpreting Slope and Intercept

The SAT often asks you to interpret what the slope or y-intercept means in context.

Example: "The equation C=0.15m+35C = 0.15m + 35 models the monthly cost CC (in dollars) of a phone plan where mm is the number of minutes used."

  • The 0.15 means each additional minute costs $0.15.
  • The 35 means the base monthly charge is $35 (even with 0 minutes).

Comparing Linear Models

Some SAT questions present two scenarios and ask when they're equal or which is better.

Example: Plan A costs $20 plus $3/mile. Plan B costs $50 plus $1/mile.

  • Plan A: y=3x+20y = 3x + 20
  • Plan B: y=x+50y = x + 50
  • Equal when 3x+20=x+503x + 20 = x + 502x=302x = 30x=15x = 15 miles

Strategy Tips

Tip 1: Look for Keywords

  • "Per", "each", "rate", "every" → slope
  • "Initial", "starting", "base", "flat fee", "already" → y-intercept
  • "Total", "altogether" → the output variable yy

Tip 2: Plug In a Known Value to Check

After writing your equation, plug in a known data point to verify it works.

Tip 3: Units Guide Your Setup

The slope's units are "y-units per x-unit" (e.g., dollars per hour, miles per minute). This helps you set up the equation correctly.

Tip 4: Read What the Question Asks

Some questions ask for the equation, some for an interpretation, and some for a prediction. Don't over-solve.

Tip 5: Use the Desmos Calculator

On the Digital SAT, you can enter data into Desmos and have it compute the line of best fit. Useful for table-based problems.

Worked Example: Example 1

Problem

A taxi charges a $3.50 base fare plus $2.25 per mile. Write an equation for the total fare ff after mm miles.

f=2.25m+3.50f = 2.25m + 3.50

Solution

Worked Example: Example 2

Problem

A pool is being drained. It starts with 1200 gallons and loses 50 gallons per minute. Write an equation for the water remaining WW after tt minutes.

W=50t+1200W = -50t + 1200

Note the negative slope — the water is decreasing.

Solution

Worked Example: Table

Problem

Use the table to write the equation.

Hours (xx) Cost (yy)
1 45
3 75
6 120

Slope: m=754531=302=15m = \frac{75 - 45}{3 - 1} = \frac{30}{2} = 15

Using (1,45)(1, 45): 45=15(1)+b45 = 15(1) + bb=30b = 30

y=15x+30y = 15x + 30

Check with (6,120)(6, 120): 15(6)+30=12015(6) + 30 = 120

Solution

Worked Example: Interpretation

Problem

The equation T=3h+24T = -3h + 24 models the temperature TT (°C) at hh hours after noon. What does the 3-3 represent?

The temperature decreases by 3°C per hour after noon.

Solution

Worked Example: SAT-Style

Problem

A company's profit PP (in thousands of dollars) is modelled by P=8n120P = 8n - 120, where nn is the number of units sold. How many units must be sold to break even (P=0P = 0)?

0=8n1200 = 8n - 120

8n=1208n = 120

n=15n = 15

The company must sell 15 units to break even.

Solution

Practice Problems

  1. Problem 1

    A gym membership costs $25 per month plus a $75 sign-up fee. Write an equation for the total cost CC after mm months.

    Problem 2

    A car's value decreases by $2,000 per year from its original price of $28,000. Write an equation for its value VV after tt years.

    Problem 3

    Use the table: xx: 0, 2, 4, 6; yy: 8, 14, 20, 26. Write the equation.

    Problem 4

    The equation d=65td = 65t models a car's distance dd (miles) after tt hours. What is the car's speed, and what is the y-intercept? What does it mean?

    Problem 5

    Plan X charges $10 plus $0.50/text. Plan Y charges $25 with unlimited texts (flat rate). After how many texts does Plan X become more expensive than Plan Y?

    Problem 6

    In the equation S=12h+200S = 12h + 200, SS is savings in dollars and hh is hours worked. Interpret the 12 and the 200.

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Swapping slope and y-intercept. The "per" rate is the slope; the initial/fixed amount is the y-intercept.
  • Missing negative slopes. If something is decreasing (draining, depreciating, cooling), the slope is negative.
  • Wrong variables. Make sure you match the variables to the context. The "per" unit goes with xx.
  • Ignoring units. If cost is in dollars and rate is "cents per minute", convert to the same units.
  • Not checking with a data point. Always verify your equation against at least one known value.

Frequently Asked Questions

How do I know which variable is $x$ and which is $y$?

The independent variable (what you control or what changes first) is xx. The dependent variable (what is calculated or measured as a result) is yy.

What if the y-intercept doesn't make sense in context?

Sometimes the y-intercept is outside the practical domain. For example, a model for height vs. age might give a y-intercept at age 0, which may not be meaningful but is mathematically correct.

Can a linear model have a slope of 0?

Yes — it means the quantity doesn't change. A flat monthly fee with no variable charge has slope 0.

How do I handle problems where $y$ doesn't start at $x = 0$?

Calculate the slope from two known points, then use point-slope form to find the equation.

Is the rate of change always the slope?

For a linear model, yes. Rate of change = slope. This is the core idea.

Key Takeaways

  • Slope = rate of change ("per", "each", "every").

  • Y-intercept = starting value ("initial", "base", "fixed").

  • From tables: calculate slope with ΔyΔx\frac{\Delta y}{\Delta x}, then find bb.

  • From graphs: read the y-intercept and compute slope from two clear points.

  • Interpret in context — the SAT loves asking what slope and y-intercept mean.

  • Always verify with at least one data point.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store