Skip to content
MathAnvil
§ Linear Alg

Introduction to Linear Relationships

§ Linear Alg

Introduction to Linear Relationships

CCSS.8.F3 min read

A linear relationship describes a pattern where one quantity changes at a constant rate relative to another quantity. The mathematical form y = mx + b represents this relationship, where m indicates the rate of change (slope) and b shows the starting value (y-intercept). Linear relationships appear as straight lines when graphed on a coordinate plane.

§ 01

Why it matters

Linear relationships model countless real-world scenarios where quantities change at constant rates. A cell phone plan charging $25 monthly plus a $50 activation fee follows the pattern cost = 50 + 25 × months. Taxi fares, hourly wages, and subscription services all demonstrate linear patterns. In business, companies use linear models to predict revenue growth — if sales increase by $10,000 monthly, the pattern becomes revenue = initial + 10,000 × months. Students encounter linear relationships in CCSS Grade 8 functions (CCSS.8.F) before advancing to systems of linear equations in algebra. Understanding slope and y-intercept prepares learners for calculus concepts like derivatives, which measure rates of change. Linear regression in statistics builds on these same principles to analyze data trends.

§ 02

How to solve introduction to linear relationships

Linear Functions — y = mx + b

  • m = slope (gradient) = rise ÷ run.
  • b = y-intercept (where the line crosses the y-axis).
  • Positive slope → line goes up. Negative slope → line goes down.
  • Plot using y-intercept and slope, or find two points.

Example: y = 2x + 1: slope 2, y-intercept 1. Points: (0,1), (1,3).

§ 03

Worked examples

Beginner§ 01

You start with $8.00 and save $3.00 each week. How much do you have after 5 weeks?

Answer: $23.00

  1. Find the starting amount Start: $8.00 You begin with $8.00 in your piggy bank. This is the money you have BEFORE saving anything extra.
  2. Find how much you saved over 5 weeks $3.00 × 5 weeks = $15.00 You save $3.00 every week for 5 weeks. That's 3 × 5 = $15.00 of new savings.
  3. Add savings to starting amount 8 + 15 = $23.00 Total = start + savings = 8 + 15 = $23.00. The pattern is: total = 8 + 3 × weeks.
Easy§ 02

A taxi costs $6.00 per kilometer. How much does a 7 km ride cost?

Answer: $42.00

  1. Find the pattern: cost depends on distance cost = 6 × kilometers The rate is $6.00 for every km. This is a linear relationship — the cost goes up by exactly $6.00 for each km. Double the distance = double the cost.
  2. Calculate: 6 × 7 $42.00 $6.00/km × 7 km = $42.00. The rule is: cost = 6 × km (like y = 6x).
Medium§ 03

A phone plan has a $73.00 signup fee plus $15.00 per month. Write the rule and find the cost after 3 months.

Answer: cost = 73 + 15 × months = $118.00

  1. Identify the starting value and rate Start: $73.00, Rate: $15.00/month The starting value (y-intercept) is $73.00 — you pay this once. The rate (slope) is $15.00 per month — this is the recurring cost.
  2. Write the rule and calculate cost = 73 + 15 × 3 = 73 + 45 = $118.00 Rule: cost = 73 + 15 × months. After 3 months: 73 + 45 = $118.00.
§ 04

Common mistakes

  • Confusing the starting value with the rate of change, such as writing cost = 15 + 50 × months instead of cost = 50 + 15 × months when the signup fee is $50 and monthly cost is $15
  • Incorrectly calculating slope from two points, like finding slope as (3-1)/(8-2) = 2/6 = 1/3 instead of (8-2)/(3-1) = 6/2 = 3 when using points (2,8) and (1,3)
  • Mixing up x and y coordinates when substituting into y = mx + b, such as using (5,2) to write 5 = m(2) + b instead of 2 = m(5) + b
§ 05

Frequently asked questions

What is the difference between slope and y-intercept?
Slope measures how steep the line is and represents the rate of change — how much y increases when x increases by 1. The y-intercept is where the line crosses the y-axis and represents the starting value when x equals 0. In y = 3x + 7, the slope is 3 and y-intercept is 7.
How do you find the equation of a line from two points?
Calculate the slope using (y₂ - y₁)/(x₂ - x₁), then substitute one point into y = mx + b to find b. For points (2,5) and (4,11): slope = (11-5)/(4-2) = 6/2 = 3. Using (2,5): 5 = 3(2) + b, so b = -1. The equation is y = 3x - 1.
What does a negative slope mean in a linear relationship?
A negative slope indicates that as the x-value increases, the y-value decreases. The line slopes downward from left to right. For example, y = -2x + 10 represents a relationship where y decreases by 2 units for every 1-unit increase in x, starting from a y-intercept of 10.
How can you tell if a relationship is linear from a table?
Check if the rate of change between consecutive points is constant. In a linear relationship, equal changes in x produce equal changes in y. If x increases by 1 each time and y increases by 3 each time, the relationship is linear with slope 3.
Why do some linear equations have no y-intercept term?
When there's no constant term, the y-intercept is 0, meaning the line passes through the origin (0,0). Equations like y = 5x represent proportional relationships where y is always 5 times x. These are special cases of y = mx + b where b = 0.
§ 06

See also

§ 06

Where to next?

Share this article