Skip to content
MathAnvil
§ Linear Alg

Linear Modelling

§ Linear Alg

Linear Modelling

CCSS.8.F3 min read

Linear modeling transforms everyday scenarios like taxi fares, phone plans, and temperature changes into mathematical equations that students can solve and analyze. When a student sees that a gym charges $45 monthly plus $12 per personal training session, they're observing the classic y = mx + b structure in action.

§ 01

Why it matters

Linear modeling bridges abstract algebra with real-world decision making, helping students understand how businesses structure pricing and how scientists predict trends. A student who masters linear modeling can compare cell phone plans ($35 base + $0.10 per text versus $50 unlimited), calculate break-even points for fundraising events, or predict when a water tank will empty at 8 gallons per minute. CCSS 8.F standards emphasize this connection between linear functions and practical applications. Students develop critical thinking skills by identifying variables, determining rates of change, and making predictions. These skills transfer directly to budgeting decisions, understanding loan payments, and analyzing data trends in science classes. Linear modeling also prepares students for advanced topics like systems of equations and optimization problems in pre-calculus courses.

§ 02

How to solve linear modelling

Linear Modelling

  • Identify the variables: what is changing (x) and what depends on it (y)?
  • Find the rate of change (slope) from the context.
  • Find the starting value (y-intercept).
  • Write the equation y = mx + b and use it to predict.

Example: Taxi: £2 base + £1.50/km → C = 1.5d + 2. Cost for 10 km = £17.

§ 03

Worked examples

Beginner§ 01

A taxi charges $30.00 base + $20.00 per km. What is the cost for 5 km?

Answer: $130.00

  1. Calculate the distance cost 20 x 5 = $100.00 Rate per km times distance.
  2. Add the base charge 30 + 100 = $130.00 Total = base + distance cost.
Easy§ 02

Write a formula: cost C for d km if base is $40.00 and rate is $15.00/km.

Answer: C = 40 + 15d

  1. Identify the fixed and variable parts Fixed: $40.00, Variable: $15.00 per km The base fee is fixed; the rate multiplied by distance is variable.
  2. Write the formula C = 40 + 15d Cost equals base plus rate times distance.
Medium§ 03

Temperature starts at 20 degrees C and drops 3 degrees C per hour. When is it 2 degrees C?

Answer: 6 hours

  1. Set up the equation 20 - 3t = 2 Temperature = start - rate x time.
  2. Solve for t 3t = 20 - 2 = 18, t = 6 Divide 18 by 3 to get 6 hours.
§ 04

Common mistakes

  • Students confuse the base cost with the rate, writing C = 15d + 12 instead of C = 12d + 15 when told 'gym membership costs $15 monthly plus $12 per class'
  • When finding break-even points, students set up 50 + 8x = 100 + 5x but solve incorrectly, getting x = 10 instead of x = 16.67 by forgetting to divide properly
  • Students reverse variables in temperature problems, writing T = 3t + 20 instead of T = 20 - 3t when temperature drops 3 degrees per hour from 20 degrees
  • In word problems, students add rates instead of multiplying by the variable, calculating 40 + 15 = 55 for 3 km instead of 40 + 15(3) = 85
§ 05

Frequently asked questions

How do I identify which number is the base and which is the rate?
The base is the fixed starting amount that doesn't change with the variable. The rate multiplies by your variable. In 'pizza delivery costs $8 plus $2 per mile,' $8 is the base (you pay it regardless of distance) and $2 is the rate per mile.
When do I use addition versus subtraction in linear models?
Use addition when quantities increase together (cost rises with distance, population grows over time). Use subtraction when one increases as another decreases (temperature drops over time, water level decreases as it drains). The context determines the sign.
What's the difference between finding a value and writing the equation?
Writing the equation creates the general formula (C = 25 + 12d). Finding a value means substituting a specific number for the variable (if d = 4, then C = 25 + 12(4) = 73). The equation is the tool; calculating is using the tool.
How do I solve for the variable when given a target value?
Set your linear equation equal to the target value, then use inverse operations. If 20 - 3t = 5, subtract 20 from both sides to get -3t = -15, then divide by -3 to get t = 5. Always check by substituting back.
Why do break-even problems require setting two equations equal?
Break-even means both options cost the same amount. If Plan A costs 60 + 8x and Plan B costs 100 + 5x, set 60 + 8x = 100 + 5x. Solving gives x = 13.33, meaning both plans cost the same after 13.33 units.
§ 06

Related topics

Share this article