Year 10 Mathematics | Victorian Curriculum 2.0
Linear relationships
Topic 05 | Number & Algebra | Practice

What you will learn

  • rearrange and solve linear equations that arise from formulas,
  • solve and graph linear inequalities on a number line,
  • graph inequalities in two variables and shade the correct region,
  • determine whether two lines are parallel (same gradient) or perpendicular (m1m2=−1m_1 m_2 = -1m1​m2​=−1),
  • write the equation of a line parallel or perpendicular to a given line through a specified point.
Why linear relationships matter

Linear relationships are the foundation for almost every branch of mathematics you will study from here on. Inequalities describe constraints — budgets, speed limits, minimum requirements — and the ability to graph them turns algebra into a visual decision-making tool. Parallel and perpendicular lines appear in coordinate geometry proofs, design, and navigation.

Where you'll see this
  • Engineering: tolerances and acceptable ranges expressed as inequalities.
  • Economics: budget constraints where spending must stay below a limit.
  • Architecture: perpendicular walls and parallel beams in structural design.
  • Navigation: bearing calculations rely on angles between perpendicular directions.
Worked example 0 Real-world example: budget constraint

A school has $600 to spend on pens at $2 each and notebooks at $5 each. Write an inequality and shade the feasible region.

  1. Let xxx = number of pens, yyy = number of notebooks.
  2. Constraint: 2x+5y≤6002x + 5y \leq 6002x+5y≤600.
  3. Boundary line: 2x+5y=6002x + 5y = 6002x+5y=600, or y=−25x+120y = -\tfrac{2}{5}x + 120y=−52​x+120.
  4. Test (0,0)(0, 0)(0,0): 2(0)+5(0)=0≤6002(0) + 5(0) = 0 \leq 6002(0)+5(0)=0≤600 — true, so shade the side containing the origin.
  5. Also x≥0x \geq 0x≥0 and y≥0y \geq 0y≥0 (cannot buy negative items), so the feasible region is a triangle in the first quadrant.

Key idea: the inequality defines a region of all affordable combinations, not just a single answer.

1. Solving linear equations from formulas

Many formulas in science and finance are linear in one variable. To solve for that variable, rearrange using inverse operations.

Worked example 1 Rearranging a formula

The formula for the perimeter of a rectangle is P=2l+2wP = 2l + 2wP=2l+2w. Find lll when P=54P = 54P=54 and w=9w = 9w=9.

  1. Substitute: 54=2l+2(9)=2l+1854 = 2l + 2(9) = 2l + 1854=2l+2(9)=2l+18.
  2. 2l=54−18=362l = 54 - 18 = 362l=54−18=36.
  3. l=18l = 18l=18.
Worked example 2 Solving a formula for a pronumeral

Make ttt the subject of v=u+atv = u + atv=u+at.

  1. v−u=atv - u = atv−u=at.
  2. t=v−uat = \dfrac{v - u}{a}t=av−u​, provided a≠0a \neq 0a=0.

2. Linear inequalities and number lines

A linear inequality looks like a linear equation but uses <<<, >>>, ≤\leq≤, or ≥\geq≥. Solve it exactly as you would an equation, with one critical rule: if you multiply or divide both sides by a negative number, reverse the inequality sign.

Formula reference

If −ax<b then x>−ba(sign flips)\text{If } -a x < b \text{ then } x > -\frac{b}{a} \quad (\text{sign flips})If −ax<b then x>−ab​(sign flips)
Worked example 3 Solving and graphing a linear inequality

Solve 3−2x≥73 - 2x \geq 73−2x≥7 and show the solution on a number line.

  1. −2x≥7−3=4-2x \geq 7 - 3 = 4−2x≥7−3=4.
  2. Divide by −2-2−2 (flip the sign): x≤−2x \leq -2x≤−2.
  3. On the number line, shade everything to the left of −2-2−2 with a closed circle at −2-2−2 (since ≤\leq≤ includes equality).
-4-3-2-10
Number line showing x is less than or equal to -2. The closed dot at -2 means -2 is included.

3. Graphing inequalities in two variables

To graph an inequality like y<2x+1y < 2x + 1y<2x+1:

  1. Draw the boundary line y=2x+1y = 2x + 1y=2x+1. Use a dashed line for <<< or >>> (boundary not included) and a solid line for ≤\leq≤ or ≥\geq≥.
  2. Choose a test point not on the line (often (0,0)(0, 0)(0,0)).
  3. If the test point satisfies the inequality, shade the side containing it; otherwise shade the other side.
Worked example 4 Graphing a two-variable inequality

Graph y≥−x+3y \geq -x + 3y≥−x+3.

  1. Boundary line: y=−x+3y = -x + 3y=−x+3 (solid, since ≥\geq≥). Intercepts: (0,3)(0, 3)(0,3) and (3,0)(3, 0)(3,0).
  2. Test (0,0)(0, 0)(0,0): 0≥−0+3=30 \geq -0 + 3 = 30≥−0+3=3? No. Shade the side away from the origin.
  3. The solution region is above and including the line y=−x+3y = -x + 3y=−x+3.
Quick shading rule

For y≥mx+cy \geq mx + cy≥mx+c or y>mx+cy > mx + cy>mx+c, shade above the line. For y≤mx+cy \leq mx + cy≤mx+c or y<mx+cy < mx + cy<mx+c, shade below the line. This shortcut works when the inequality is solved for yyy.

4. Parallel and perpendicular lines

Formula reference

Two lines are parallel if and only if they have the same gradient:

m1=m2m_1 = m_2m1​=m2​

Two lines are perpendicular if and only if the product of their gradients is −1-1−1:

m1×m2=−1⟺m2=−1m1m_1 \times m_2 = -1 \quad \Longleftrightarrow \quad m_2 = -\frac{1}{m_1}m1​×m2​=−1⟺m2​=−m1​1​
Worked example 5 Finding a parallel line

Find the equation of the line parallel to y=3x−2y = 3x - 2y=3x−2 that passes through (1,7)(1, 7)(1,7).

  1. Parallel means same gradient: m=3m = 3m=3.
  2. Use point-gradient form: y−7=3(x−1)y - 7 = 3(x - 1)y−7=3(x−1).
  3. y=3x+4y = 3x + 4y=3x+4.
Worked example 6 Finding a perpendicular line

Find the equation of the line perpendicular to y=23x+5y = \tfrac{2}{3}x + 5y=32​x+5 that passes through (4,−1)(4, -1)(4,−1).

  1. Gradient of given line: m1=23m_1 = \tfrac{2}{3}m1​=32​.
  2. Perpendicular gradient: m2=−32m_2 = -\tfrac{3}{2}m2​=−23​.
  3. y−(−1)=−32(x−4)y - (-1) = -\tfrac{3}{2}(x - 4)y−(−1)=−23​(x−4).
  4. y+1=−32x+6y + 1 = -\tfrac{3}{2}x + 6y+1=−23​x+6, so y=−32x+5y = -\tfrac{3}{2}x + 5y=−23​x+5.

Practice

Fluency

Tier 1: basic skills

    1. Solve 5x+3=285x + 3 = 285x+3=28.
    2. Make www the subject of P=2l+2wP = 2l + 2wP=2l+2w.
    3. Solve 4x−7>94x - 7 > 94x−7>9 and state the solution as an inequality.
    4. Solve −3x≤12-3x \leq 12−3x≤12 and show the solution on a number line.
    5. State whether y=2x+1y = 2x + 1y=2x+1 and y=2x−5y = 2x - 5y=2x−5 are parallel, perpendicular, or neither.
    6. State whether y=4x+3y = 4x + 3y=4x+3 and y=−14x+7y = -\tfrac{1}{4}x + 7y=−41​x+7 are parallel, perpendicular, or neither.
    7. Find the gradient of a line perpendicular to a line with gradient 555.
    8. For the inequality y>x+2y > x + 2y>x+2, state whether the boundary line is solid or dashed, and whether you shade above or below.
Reasoning

Tier 2: mixed practice

    1. The formula C=59(F−32)C = \tfrac{5}{9}(F - 32)C=95​(F−32) converts Fahrenheit to Celsius. Find FFF when C=20C = 20C=20.
    2. Solve 7−3x≥2x+227 - 3x \geq 2x + 227−3x≥2x+22 and graph the solution on a number line.
    3. Find the equation of the line parallel to y=−2x+6y = -2x + 6y=−2x+6 passing through (3,1)(3, 1)(3,1).
    4. Find the equation of the line perpendicular to y=12x−3y = \tfrac{1}{2}x - 3y=21​x−3 passing through (6,4)(6, 4)(6,4).
    5. Graph the region satisfying 2x+y≤82x + y \leq 82x+y≤8 in the first quadrant (where x≥0x \geq 0x≥0, y≥0y \geq 0y≥0).
    6. A rectangle has perimeter P=2l+2wP = 2l + 2wP=2l+2w. If P=40P = 40P=40 and lll must be at least twice www, write two inequalities and find the range of possible values for www.
Reasoning

Tier 3: explain and apply

    1. Prove that the triangle with vertices A(0,0)A(0, 0)A(0,0), B(4,2)B(4, 2)B(4,2), and C(2,−4)C(2, -4)C(2,−4) contains a right angle by checking perpendicular gradients. State which angle is 90°90°90°.
    2. The lines y=kx+3y = kx + 3y=kx+3 and y=(2k−5)x+1y = (2k - 5)x + 1y=(2k−5)x+1 are parallel. Find kkk.
    3. Find the equation of the perpendicular bisector of the segment from A(2,6)A(2, 6)A(2,6) to B(8,2)B(8, 2)B(8,2).
    4. A factory produces xxx standard items and yyy premium items. Each standard item needs 222 hours; each premium item needs 555 hours. The factory has at most 100100100 hours. Write and graph the inequality, then find three integer combinations that use all 100100100 hours.

Challenge

Reasoning

Harder reasoning

    1. Show that the quadrilateral with vertices P(1,1)P(1, 1)P(1,1), Q(5,3)Q(5, 3)Q(5,3), R(4,5)R(4, 5)R(4,5), and S(0,3)S(0, 3)S(0,3) is a parallelogram by proving both pairs of opposite sides are parallel. Is it also a rectangle? Justify using gradients.
    2. Two inequality constraints are x+2y≤10x + 2y \leq 10x+2y≤10 and 3x+y≤123x + y \leq 123x+y≤12, with x≥0x \geq 0x≥0 and y≥0y \geq 0y≥0. Find the vertices of the feasible region and determine which vertex maximises P=4x+3yP = 4x + 3yP=4x+3y.
    3. The line L1L_1L1​ passes through (a,2a)(a, 2a)(a,2a) and (3,7)(3, 7)(3,7), and the line L2L_2L2​ passes through (1,−1)(1, -1)(1,−1) and (4,5)(4, 5)(4,5). If L1L_1L1​ is perpendicular to L2L_2L2​, find aaa.
Year 10 Mathematics study companion | Practice