Linear equations are the turning point in secondary mathematics. They are the first time students are required to think algebraically rather than arithmetically — to work backwards from a result, to reason about unknown values, and to apply a logical sequence under exam pressure. For many Year 9 students across Oran Park and Gregory Hills, this is also the point where confidence first breaks down.
At Sprouts Academy, we work with Year 9 students who know the basics of algebra but freeze when the equation type changes. A student who can solve 2x + 5 = 13 in their sleep may still collapse when the same logic is applied to 3(2x – 4) = 2x + 8. The concept is the same. The method is the same. But without structured instruction across all five equation types, students develop patchy knowledge that fails them exactly when they need it most.
This guide covers all five types of linear equations tested in Stage 4 and Stage 5, explains the theory and common misconceptions clearly, provides four graded worked examples with full Why-Based solutions, and includes a practice bank of eight questions for students to attempt independently.
Tier 1: Deep Theory and Definitions
What Is a Linear Equation?
A linear equation is an equation where the variable — the unknown value, usually written as x — appears to the power of 1. This means no squares, no cubes, no square roots. The equation forms a straight line when plotted on a graph, which is where the name comes from.
The goal of solving any linear equation is to find the value of the variable that makes both sides of the equation equal. This is not about memorising steps. It is about applying one principle repeatedly: whatever you do to one side of the equation, you must do to the other side. The equation is a balance, and every operation you perform must keep it balanced.
Why Linear Equations Matter in Year 9 and Beyond
Linear equations are not a standalone Year 9 topic. They are the algebraic engine behind nearly every mathematical concept that follows. A student who cannot solve a linear equation reliably cannot access simultaneous equations in Year 10, cannot rearrange formulas in Stage 6 Physics or Chemistry, cannot work with linear relationships on the HSC, and cannot interpret the straight-line graphs that appear in both Mathematics Standard and Mathematics Advanced.
For students at schools across Oran Park and Gregory Hills preparing for Year 10 and senior courses, fluency with linear equations is not optional. It is the foundation everything else is built on.
The Five Types of Linear Equations in Stage 4 and Stage 5
- Type 1 — One-Step Equations: A single operation separates the variable from the answer. Example: x + 7 = 15. Solve by performing the inverse operation on both sides.
- Type 2 — Two-Step Equations: Two operations in sequence. Example: 3x – 4 = 11. Reverse the operations in reverse order — address the constant first, then the coefficient.
- Type 3 — Variables on Both Sides: The variable appears on both sides of the equals sign. Example: 5x – 3 = 2x + 9. Collect all variable terms onto one side first, then solve as a two-step equation.
- Type 4 — Equations with Brackets: One or both sides contain brackets that must be expanded before solving. Example: 3(2x – 1) = 15. Apply the distributive law first, then solve as per Types 2 or 3.
- Type 5 — Fractional Equations: The variable appears in a fraction. Example: (2x + 1)/3 = 5. Multiply both sides by the denominator to eliminate the fraction before solving.
Common Misconceptions: The Balance Myth, The Sign Flip Error, and The Bracket Skip
Three errors account for the majority of marks lost on linear equation questions by Year 9 students. Naming them clearly helps students recognise and self-correct.
- The Balance Myth: Many students learn the rule ‘move it to the other side and change the sign’ without understanding why. This shortcut breaks down the moment an equation becomes complex. The correct understanding is that you are performing the same inverse operation on both sides simultaneously. 3x + 5 = 14 does not become 3x = 14 – 5 by magic. It becomes 3x = 14 – 5 because you subtracted 5 from both sides. Students who understand the balance principle can solve any equation type. Students who know only the shortcut cannot.
- The Sign Flip Error: When collecting variable terms from the right side to the left, many students drop or reverse the sign. In the equation 7x – 3 = 4x + 9, subtracting 4x from both sides gives 3x – 3 = 9, not 3x – 3 = 4x + 9 – 4x with the 4x reappearing. Students who are unsure write the subtraction but do not apply it cleanly. Writing the operation explicitly on both sides before simplifying eliminates this error.
- The Bracket Skip: When expanding 3(2x – 4), some students multiply only the first term inside the brackets and write 6x – 4 instead of 6x – 12. The distributive law applies to every term inside the brackets without exception. We address this in guided practice by requiring students to write out each multiplication step separately before combining.
NSW Curriculum Outcome: MA4-EQU-C-01
The NSW Curriculum outcome MA4-EQU-C-01 requires Stage 4 students to solve linear equations with up to two operations, including those with variables on both sides and brackets. Year 9 students consolidating Stage 4 or extending into Stage 5 are additionally expected to handle fractional equations and apply equation-solving to word problems and formula rearrangement. This outcome is assessed in classroom tasks, NAPLAN Year 9 numeracy, and is prerequisite knowledge for every NSW Stage 5 and Stage 6 Mathematics course.
Tier 2: Worked Examples
Example 1 (Foundational): Two-Step Equation
- Question: Solve 4x – 7 = 21.
- Step 1: Add 7 to both sides to isolate the variable term.
- 4x – 7 + 7 = 21 + 7
- 4x = 28
- Step 2: Divide both sides by 4 to find x.
- 4x / 4 = 28 / 4
- x = 7
- Step 3: Check by substituting x = 7 into the original equation.
- 4(7) – 7 = 28 – 7 = 21. Both sides equal 21. Correct.
- Why this step matters: Step 1 reverses the subtraction before reversing the multiplication. The order matters — operations are undone in reverse order from how they were applied to x. A student who divides first (getting x – 7/4 = 21/4) has created a fractional equation unnecessarily. Reversing the constant term first always keeps the numbers cleaner.
Example 2 (Core): Variables on Both Sides
- Question: Solve 6x + 4 = 3x + 19.
- Step 1: Subtract 3x from both sides to collect variable terms on the left.
- 6x – 3x + 4 = 3x – 3x + 19
- 3x + 4 = 19
- Step 2: Subtract 4 from both sides.
- 3x = 15
- Step 3: Divide both sides by 3.
- x = 5
- Step 4: Check: 6(5) + 4 = 34. 3(5) + 19 = 34. Both sides equal 34. Correct.
- Why this step matters: Step 1 requires a decision — which side do we collect the variables on? The rule is to subtract the smaller variable term from both sides. Here, 3x is smaller than 6x, so we subtract 3x. This keeps the variable coefficient positive and avoids introducing negative variable terms, which is where sign errors occur most often.
Example 3 (Intermediate): Equation with Brackets
- Question: Solve 4(3x – 2) = 2(x + 9).
- Step 1: Expand the brackets on both sides using the distributive law.
- 4 x 3x = 12x and 4 x -2 = -8
- 2 x x = 2x and 2 x 9 = 18
- 12x – 8 = 2x + 18
- Step 2: Subtract 2x from both sides.
- 10x – 8 = 18
- Step 3: Add 8 to both sides.
- 10x = 26
- Step 4: Divide both sides by 10.
- x = 2.6
- Step 5: Check: 4(3(2.6) – 2) = 4(7.8 – 2) = 4(5.8) = 23.2.
- 2(2.6 + 9) = 2(11.6) = 23.2. Both sides equal 23.2. Correct.
- Why this step matters: Step 1 is the highest-risk step. Writing the expansion out in full, one multiplication at a time, before combining terms, eliminates the Bracket Skip error. Students who try to expand and simplify in the same step are where errors occur. In guided practice at Sprouts Academy, we require each multiplication written separately until the habit is automatic.
Example 4 (Challenge): Fractional Linear Equation
- Question: Solve (3x + 2) / 4 = (x + 6) / 2.
- Step 1: Identify the lowest common denominator of 4 and 2, which is 4.
- Step 2: Multiply both sides by 4 to eliminate all fractions.
- 4 x (3x + 2) / 4 = 4 x (x + 6) / 2
- 3x + 2 = 2(x + 6)
- Step 3: Expand the right side.
- 3x + 2 = 2x + 12
- Step 4: Subtract 2x from both sides.
- x + 2 = 12
- Step 5: Subtract 2 from both sides.
- x = 10
- Step 6: Check: (3(10) + 2) / 4 = 32 / 4 = 8. (10 + 6) / 2 = 16 / 2 = 8. Correct.
- Why this step matters: Multiplying through by the lowest common denominator in Step 2 converts a fractional equation into a standard equation type the student already knows how to solve. This is the key insight: fractional equations are not a new type. They are an equation in disguise that requires one extra step to reveal. Students who recognise this stop treating fractional equations as a different category and start treating them as a setup problem.
How the Sprouts Confidence Loop Model Guides Each Stage
- Diagnose skill gap: Before teaching any equation type, our tutors administer a short diagnostic across all five types. This identifies exactly which types the student can solve reliably and which types break down, and at what step. A student may be fluent with Types 1 and 2 but consistently make sign errors on Type 3. The diagnostic determines where we start, not the student’s year level.
- Teach clearly: We teach the balance principle as a concept before introducing any procedure. Every equation type is introduced with a visual balance scale — what happens to the left must happen to the right. Students who own this principle can work out the steps for an unfamiliar equation type independently.
- Guided practice: The tutor works through each equation type with the student, pausing at every step to ask: what operation are we applying here, and why? The student verbalises the reasoning before writing. This prevents the student from copying steps without understanding them.
- Independent practice: The student works through the Practice Bank below without tutor support. The tutor records error patterns during this phase without intervening, then uses the debrief to address the specific steps that failed.
- Retrieval and reinforcement: Every subsequent session begins with a two-minute warm-up using one question from each of the five equation types. This maintains fluency across all types simultaneously, which is what the NAPLAN Year 9 assessment and Stage 5 classwork require.
Parents in Oran Park who ask what happened in the lesson receive a written summary covering which equation types were practised, which type produced errors, what the specific error pattern was, and what the focus will be next session. This is not optional at Sprouts Academy. Every session ends with parent communication.
Tier 3: Practice Bank
Attempt all eight questions independently before checking the Answer Key. Show all working.
Questions
- Question 1 (Type 1): Solve x + 14 = 31.
- Question 2 (Type 2): Solve 5x – 9 = 26.
- Question 3 (Type 2): Solve -3x + 7 = -8.
- Question 4 (Type 3): Solve 8x + 3 = 5x + 18.
- Question 5 (Type 3): Solve 4x – 7 = 9 – 2x.
- Question 6 (Type 4): Solve 3(x + 5) = 2(x + 9).
- Question 7 (Type 4): Solve 5(2x – 3) = 3(x + 4).
- Question 8 (Type 5): Solve (2x – 1) / 3 = (x + 2) / 2.
Answer Key
- Question 1: x = 17. (31 – 14 = 17)
- Question 2: x = 7. (5x = 35, x = 7)
- Question 3: x = 5. (-3x = -15, x = 5)
- Question 4: x = 5. (3x + 3 = 18, 3x = 15, x = 5)
- Question 5: x = 8/3 or approximately 2.67. (6x – 7 = 9, 6x = 16, x = 8/3)
- Question 6: x = 3. (3x + 15 = 2x + 18, x = 3)
- Question 7: x = 27/7 or approximately 3.86. (10x – 15 = 3x + 12, 7x = 27, x = 27/7)
- Question 8: x = 8. (Multiply both sides by 6: 2(2x – 1) = 3(x + 2), 4x – 2 = 3x + 6, x = 8)
Behavioural Confidence Marker
The shift that structured linear equation work produces is not just a higher test score. It is a change in how a student approaches mathematics.
Before structured tutoring, a student with gaps across the five equation types typically refuses to show working because they are not confident in the steps, guesses at the type of equation rather than identifying it systematically, abandons questions with brackets or fractions before attempting them, and produces different answers each time they attempt the same question because they have no reliable procedure.
After 6 to 8 weeks of the Sprouts Confidence Loop approach, that same student identifies the equation type before writing anything, writes every step in sequence and can name why each step is taken, checks their answer by substitution without prompting, and attempts previously avoided types using the same logical framework rather than treating them as unknown territory.
This shift from answer-guessing to method-owning is the marker our tutors work toward. It is the difference between a student who passes linear equation questions when they are easy and a student who scores on all five types under exam conditions.
Signs Your Child May Need Structured Support
Parents across Gregory Hills and Oran Park typically recognise these patterns before contacting Sprouts Academy:
- Consistent errors on linear equation questions in class tests despite completing homework.
- Ability to solve simple one-step or two-step equations but consistent failure on bracket or variable-on-both-sides types.
- Different answers to the same question on different days, indicating no reliable procedure.
- Homework avoidance specifically around algebra tasks but not other topic areas.
- Teacher feedback identifying algebra or equations as an area of concern heading into Year 10 or senior courses.
- NAPLAN practice results showing consistent loss of marks on algebraic reasoning questions.
Every one of these patterns maps to a specific, identifiable gap. A student who consistently makes sign errors when collecting variable terms is not struggling with algebra generally — they have one specific step wrong. That step is identifiable, teachable, and correctable. That is exactly what a diagnostic session at Sprouts Academy establishes before any teaching begins.
The Sprouts Academy Difference in Oran Park and Gregory Hills
Sprouts Academy provides in-home one-to-one tutoring and small group sessions capped at 8 students for families across Oran Park NSW 2570 and Gregory Hills NSW 2557. Every Year 9 session is mapped to a specific NSW Curriculum outcome, uses a diagnostic to identify the precise gap rather than the topic generally, and is followed by a written parent communication after every lesson.
Students we work with from schools including Gregory Hills Public School and Oran Park Public School consistently show that the combination of identified gap, targeted instruction, graded practice, and regular retrieval produces results that general study or re-reading class notes does not. The gap closes because the specific step that is wrong gets addressed directly — not because more time is spent on equations in general.
If your Year 9 student is showing any of the patterns described in this guide, the first step is a diagnostic session. Contact us through the Sprouts Academy website to discuss availability.
Key Takeaways
- There are five types of linear equations in Stage 4 and Stage 5: one-step, two-step, variables on both sides, brackets, and fractional equations.
- All five types are solved using the same principle: the equation is a balance, and every operation must be applied equally to both sides.
- NSW Curriculum outcome MA4-EQU-C-01 requires fluency across all five types for Year 9 students.
- The three most common errors are the Balance Myth (using shortcuts without understanding), the Sign Flip Error (dropping or reversing signs when collecting terms), and the Bracket Skip (failing to distribute the multiplication to every term inside brackets).
- Confidence is behavioural: a fluent student identifies the equation type, writes every step with a named reason, and checks by substitution without prompting.
- The Sprouts Confidence Loop ensures each equation type is diagnosed, taught to principle level, practised with guidance, practised independently, and retrieved in every subsequent session.





