Year 9 Mathematics | Victorian Curriculum 2.0
Linear modelling
Topic 06 | Number & Algebra | Practice

What you will learn

  • build a linear model y=mx+cy = mx + cy=mx+c from a real-world description,
  • interpret mmm as the rate of change and ccc as the starting value,
  • calculate simple interest using I=PrTI = PrTI=PrT and total amount A=P+IA = P + IA=P+I,
  • compare two linear models graphically and algebraically to decide which is better under given conditions,
  • determine when two linear models give the same value (break-even point).
Why model with linear functions?

Many real situations increase or decrease at a roughly constant rate: a dripping tap fills a bucket steadily, a phone plan charges the same amount per minute, a bank adds the same interest each year. Whenever the rate of change is constant, a straight line is the right model. Once you have the equation, you can predict values, compare alternatives, and find break-even points — all without drawing a graph.

Where you'll see this
  • Banking: simple interest calculations for savings and loans.
  • Shopping: comparing plans (e.g., gym memberships with different fees and per-visit charges).
  • Travel: fuel cost as a function of distance driven.
  • Utilities: electricity bills with a fixed supply charge plus a per-kWh usage rate.
Worked example 0 Real-world example: choosing a streaming plan

Plan A costs $12 per month with no per-movie charge. Plan B costs $4 per month plus $2 per movie. Which plan is cheaper if you watch 555 movies a month?

  1. Plan A: CA=12C_A = 12CA​=12 (constant, no matter how many movies).
  2. Plan B: CB=2n+4C_B = 2n + 4CB​=2n+4, where nnn is the number of movies.
  3. At n=5n = 5n=5: CB=2(5)+4=14C_B = 2(5) + 4 = 14CB​=2(5)+4=14.
  4. Plan A ($12) is cheaper than Plan B ($14) at 555 movies.
  5. Break-even: 12=2n+412 = 2n + 412=2n+4, so 2n=82n = 82n=8, n=4n = 4n=4. Below 444 movies, Plan B is cheaper.

Key idea: the gradient ($2 per movie) is the variable cost; the yyy-intercept ($4) is the fixed cost. Comparing both tells you which plan wins at a given usage level.

1. Building linear models

A linear model takes the form y=mx+cy = mx + cy=mx+c, where:

  • mmm = rate of change (how much yyy changes for each unit increase in xxx),
  • ccc = starting value (the value of yyy when x=0x = 0x=0).

To build a model from words: identify the fixed amount (that is ccc) and the per-unit amount (that is mmm).

Worked example 1 Writing a linear model from a description

A plumber charges a $80 call-out fee plus $65 per hour. Write a linear model for the total cost CCC after hhh hours.

  1. Fixed cost (call-out fee): c=80c = 80c=80.
  2. Rate: m=65m = 65m=65 dollars per hour.
  3. Model: C=65h+80C = 65h + 80C=65h+80.
  4. For a 333-hour job: C=65(3)+80=195+80=275C = 65(3) + 80 = 195 + 80 = 275C=65(3)+80=195+80=275 dollars.
Worked example 2 Model from two data points

A candle is 303030 cm tall. After burning for 222 hours it is 242424 cm tall. Assuming the height decreases at a constant rate, find a linear model for the height hhh after ttt hours.

  1. When t=0t = 0t=0, h=30h = 30h=30, so c=30c = 30c=30.
  2. When t=2t = 2t=2, h=24h = 24h=24. Gradient: m=24−302−0=−62=−3m = \dfrac{24 - 30}{2 - 0} = \dfrac{-6}{2} = -3m=2−024−30​=2−6​=−3.
  3. Model: h=−3t+30h = -3t + 30h=−3t+30.
  4. Interpret: the candle burns down 333 cm per hour and will reach 000 cm when t=10t = 10t=10 hours.

2. Simple interest

Simple interest is a linear model. The interest earned or charged is the same amount each period.

Formula reference

I=PrTI = PrTI=PrT

III = interest, PPP = principal (initial amount), rrr = annual interest rate (as a decimal), TTT = time in years.

A=P+I=P+PrT=P(1+rT)A = P + I = P + PrT = P(1 + rT)A=P+I=P+PrT=P(1+rT)

AAA = total amount after TTT years.

Worked example 3 Calculating simple interest

Mia deposits $2000 into an account paying 4%4\%4% p.a. simple interest. How much interest does she earn in 333 years, and what is her total balance?

  1. P=2000P = 2000P=2000, r=0.04r = 0.04r=0.04, T=3T = 3T=3.
  2. I=PrT=2000×0.04×3=240I = PrT = 2000 \times 0.04 \times 3 = 240I=PrT=2000×0.04×3=240.
  3. A=P+I=2000+240=2240A = P + I = 2000 + 240 = 2240A=P+I=2000+240=2240 dollars.

As a linear model: A=80T+2000A = 80T + 2000A=80T+2000, where the gradient 808080 represents $80 of interest earned each year.

Worked example 4 Finding the rate or time

Liam borrows $5000 at simple interest. After 444 years he owes $6200 in total. What is the annual interest rate?

  1. I=A−P=6200−5000=1200I = A - P = 6200 - 5000 = 1200I=A−P=6200−5000=1200.
  2. I=PrTI = PrTI=PrT: 1200=5000×r×41200 = 5000 \times r \times 41200=5000×r×4.
  3. 1200=20000r1200 = 20000r1200=20000r, so r=0.06=6%r = 0.06 = 6\%r=0.06=6% p.a.

3. Comparing linear models

When two situations are modelled by different linear equations, you can find the break-even point by setting them equal and solving for xxx.

Worked example 5 Comparing two gym memberships

Gym A charges $50 per month plus $5 per visit. Gym B charges $20 per month plus $10 per visit.

  1. Gym A: CA=5v+50C_A = 5v + 50CA​=5v+50.
  2. Gym B: CB=10v+20C_B = 10v + 20CB​=10v+20.
  3. Break-even: 5v+50=10v+205v + 50 = 10v + 205v+50=10v+20, so 30=5v30 = 5v30=5v, v=6v = 6v=6 visits.
  4. At 666 visits both cost $80. Below 666 visits Gym B is cheaper; above 666 visits Gym A is cheaper.
Graphical interpretation

The break-even point is where the two lines intersect. Before that point, the line with the smaller yyy-intercept is lower (cheaper). After that point, the line with the smaller gradient is lower.

0246810Visits020406080100120AB(6, 80)B cheaperA cheaper
Gym A (C = 5v + 50) vs Gym B (C = 10v + 20). The lines cross at v = 6 visits, where both cost $80. Below 6 visits Gym B is cheaper; above 6 Gym A is cheaper.

4. Interpreting gradient and intercept in context

The power of a linear model is in the meaning of mmm and ccc:

ComponentMathematical meaningReal-world meaning
Gradient mmmRate of change of yyy per unit of xxxCost per item, speed, burn rate, interest per year
yyy-intercept cccValue of yyy when x=0x = 0x=0Fixed fee, starting height, initial deposit
Worked example 6 Interpreting from a graph description

A water tank is being filled. The amount of water (litres) is modelled by W=15t+40W = 15t + 40W=15t+40, where ttt is time in minutes.

  1. Gradient =15= 15=15: the tank fills at 151515 litres per minute.
  2. yyy-intercept =40= 40=40: the tank already had 404040 litres when filling started.
  3. After 101010 minutes: W=15(10)+40=190W = 15(10) + 40 = 190W=15(10)+40=190 litres.
  4. To reach 250250250 litres: 250=15t+40250 = 15t + 40250=15t+40, so t=14t = 14t=14 minutes.

Practice

Fluency

Tier 1: basic skills

    1. A taxi charges a $4.50 flag-fall plus $2.20 per km. Write a linear model for the fare FFF after ddd km.
    2. Using your model from Q1, find the fare for a 121212 km trip.
    3. Calculate the simple interest on $3000 at 5%5\%5% p.a. for 222 years.
    4. Find the total amount when $8000 is invested at 3.5%3.5\%3.5% p.a. simple interest for 444 years.
    5. A phone battery starts at 100%100\%100% and drains at 8%8\%8% per hour. Write a linear model for battery percentage BBB after ttt hours.
    6. Using your model from Q5, after how many hours will the battery reach 20%20\%20%?
    7. A pool contains 12 00012\,00012000 litres. Water drains at 500500500 litres per hour. Write a model for the volume VVV after ttt hours.
    8. Gemma earns $18.50 per hour plus a $25 daily transport allowance. Write a model for her daily earnings EEE after hhh hours.
Reasoning

Tier 2: mixed practice

    1. Plan X charges $30 per month plus $0.10 per text. Plan Y charges $15 per month plus $0.40 per text. Find the break-even number of texts and state which plan is cheaper for 606060 texts per month.
    2. Omar invests $4000 at simple interest and after 555 years has $4800. Find the annual interest rate.
    3. A car is worth $25000 new and depreciates by $3000 per year (linear model). Write the model for its value VVV after ttt years and find when it will be worth $7000.
    4. Two runners start a race. Runner A starts 202020 m ahead and runs at 666 m/s. Runner B starts at the start line and runs at 888 m/s. Write models for their positions and find when Runner B catches Runner A.
    5. The cost of hiring a marquee is modelled by C=150+45hC = 150 + 45hC=150+45h, where hhh is the number of hours. Interpret the 150150150 and the 454545 in context.
    6. A swimming pool is being filled. After 333 hours it has 270027002700 litres; after 777 hours it has 510051005100 litres. Find the linear model and state how much water was in the pool initially.
Reasoning

Tier 3: explain and apply

    1. Explain why the simple interest formula A=P(1+rT)A = P(1 + rT)A=P(1+rT) is linear in TTT. What is the gradient of the graph of AAA vs TTT?
    2. Maria has $10000 to invest. Bank A offers 4%4\%4% p.a. simple interest. Bank B offers 3%3\%3% p.a. simple interest plus a one-off $200 bonus at account opening. Which bank gives more money after 888 years?
    3. A hire company charges $120 for the first day and $80 for each additional day. Is this a linear model from day 111? Write the model for total cost CCC after ddd days (d≥1d \geq 1d≥1) and explain.
    4. Two towns are connected by road (120120120 km). Car A leaves Town X at 606060 km/h. Car B leaves Town Y at the same time at 404040 km/h, driving toward Town X. Write position models for each car (from Town X) and find when and where they meet.

Challenge

Reasoning

Harder reasoning

    1. Aisha borrows $15000 at 6%6\%6% p.a. simple interest. She repays $500 at the end of each year (after interest is calculated on the original principal). Write a model for the amount still owed after nnn years and find after how many years the loan is fully repaid.
    2. A phone company offers three plans. Plan A: $0 monthly, $0.80 per minute. Plan B: $20 monthly, $0.30 per minute. Plan C: $50 monthly, unlimited calls. Find the usage ranges (in minutes per month) for which each plan is cheapest.
    3. A candle and a sparkler are lit at the same time. The candle is 202020 cm tall and burns down 222 cm per minute. The sparkler is 121212 cm tall and burns down 444 cm per minute. Find when they are the same height and when each burns out completely.
Year 9 Mathematics study companion | Practice