Skip to main content
NSWMaths AdvancedSyllabus dot point

How do we expand, factor and simplify algebraic expressions, and solve linear and simultaneous equations fluently enough to support the whole Advanced course?

Use algebraic techniques to expand, factor and simplify expressions and algebraic fractions, and to solve linear and simultaneous equations

A focused answer to the Year 11 Maths Advanced groundwork: expanding brackets and the special expansions, the four factoring methods (including non-monic quadratics), simplifying and combining algebraic fractions, and solving linear, literal and simultaneous equations, with worked examples and original practice questions.

Generated by Claude Opus 4.816 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

This is the groundwork the whole Advanced course is built on. NESA expects you to manipulate algebra fluently: expand brackets, factor by every standard method, simplify and combine algebraic fractions, and solve linear, literal and simultaneous equations. None of it is hard in isolation, but every later topic, differentiating a quotient, finding a domain, completing the square, solving a trig equation, leans on doing this quickly and without slips. The aim here is not just to know the methods but to make them automatic, and to understand why each one works so you can recover it under pressure.

The answer

Expanding brackets and the three special expansions

Expanding means using the distributive law a(x+y)=ax+aya(x + y) = ax + ay, then collecting like terms. For a product of two brackets, multiply every term in the first by every term in the second:

(x+3)(xβˆ’5)=x2βˆ’5x+3xβˆ’15=x2βˆ’2xβˆ’15.(x + 3)(x - 5) = x^2 - 5x + 3x - 15 = x^2 - 2x - 15.

Three expansions occur so often that you should recognise them instantly, in both directions:

  • Square of a sum: (A+B)2=A2+2AB+B2(A + B)^2 = A^2 + 2AB + B^2.
  • Square of a difference: (Aβˆ’B)2=A2βˆ’2AB+B2(A - B)^2 = A^2 - 2AB + B^2.
  • Difference of squares: (A+B)(Aβˆ’B)=A2βˆ’B2(A + B)(A - B) = A^2 - B^2.

The middle term 2AB2AB in the first two is the one students drop. (A+B)2(A + B)^2 is not A2+B2A^2 + B^2; there is a cross term, twice. The difference of squares is the most useful of the three because it runs backwards as a factoring tool: any expression of the form "a square minus a square" factors on sight.

The four methods of factoring

Factoring reverses expanding, and it is the skill the rest of the course depends on most. There are four methods, and the order matters: always take out the highest common factor first, then pick the method by counting the terms.

  • Highest common factor (HCF). Always try this first. Pull out the largest factor common to every term: 4x3+3x2=x2(4x+3)4x^3 + 3x^2 = x^2(4x + 3).
  • Difference of squares (two terms). If you have a square minus a square, use A2βˆ’B2=(A+B)(Aβˆ’B)A^2 - B^2 = (A + B)(A - B). Sometimes take out a common factor first: 80x2βˆ’5y2=5(16x2βˆ’y2)=5(4xβˆ’y)(4x+y)80x^2 - 5y^2 = 5(16x^2 - y^2) = 5(4x - y)(4x + y).
  • Quadratic trinomials (three terms). Find two numbers that combine correctly; see below for monic and non-monic cases.
  • Grouping (four or more terms). Split into groups, factor each, then take out the shared bracket: 12xyβˆ’9xβˆ’16y+12=3x(4yβˆ’3)βˆ’4(4yβˆ’3)=(3xβˆ’4)(4yβˆ’3)12xy - 9x - 16y + 12 = 3x(4y - 3) - 4(4y - 3) = (3x - 4)(4y - 3).

Keep going until every factor is irreducible, meaning it cannot be broken down any further. A common slip is to stop after one step, for example writing 5(16x2βˆ’y2)5(16x^2 - y^2) and not noticing the bracket is itself a difference of squares.

Monic quadratics have a leading coefficient of 11. To factor x2+bx+cx^2 + bx + c, find two numbers whose sum is bb and whose product is cc; those two numbers are the constants in the brackets. For x2βˆ’13x+36x^2 - 13x + 36, the numbers are βˆ’9-9 and βˆ’4-4 (sum βˆ’13-13, product 3636), so x2βˆ’13x+36=(xβˆ’9)(xβˆ’4)x^2 - 13x + 36 = (x - 9)(x - 4).

Non-monic quadratics have a leading coefficient other than 11, and they trip up more students than anything else on this page. The reliable method is to split the middle term. To factor ax2+bx+cax^2 + bx + c, find two numbers whose sum is bb and whose product is aΓ—ca \times c (not just cc). Split bxbx into those two terms, then factor by grouping. The worked example below shows this in full for 6x2+11xβˆ’356x^2 + 11x - 35.

Algebraic fractions

An algebraic fraction is just a fraction with pronumerals, and the arithmetic rules carry over unchanged, with factoring doing most of the work.

  • Adding or subtracting. Factor each denominator, find the lowest common denominator, then combine. For example 1xβˆ’4βˆ’1x=xβˆ’(xβˆ’4)x(xβˆ’4)=4x(xβˆ’4)\dfrac{1}{x - 4} - \dfrac{1}{x} = \dfrac{x - (x - 4)}{x(x - 4)} = \dfrac{4}{x(x - 4)}.
  • Cancelling. Factor the top and bottom completely first, then cancel common factors. You can only cancel a factor of the whole numerator against a factor of the whole denominator, never a single term: x2βˆ’xx2βˆ’1=x(xβˆ’1)(x+1)(xβˆ’1)=xx+1\dfrac{x^2 - x}{x^2 - 1} = \dfrac{x(x - 1)}{(x + 1)(x - 1)} = \dfrac{x}{x + 1}.
  • Multiplying and dividing. Factor everything, cancel, then multiply across. To divide, multiply by the reciprocal.
  • Compound fractions (a fraction inside a fraction). The fastest route is to multiply the top and the bottom of the big fraction by one common multiple of every small denominator; that clears all the little fractions in one move.

Solving linear equations

The governing principle is simple: do the same thing to both sides to keep the equation balanced. You may add or subtract any number from both sides, and multiply or divide both sides by any non-zero number. Work towards isolating the unknown.

6x+5=4xβˆ’9β€…β€Šβ‡’β€…β€Š2x+5=βˆ’9β€…β€Šβ‡’β€…β€Š2x=βˆ’14β€…β€Šβ‡’β€…β€Šx=βˆ’7.6x + 5 = 4x - 9 \;\Rightarrow\; 2x + 5 = -9 \;\Rightarrow\; 2x = -14 \;\Rightarrow\; x = -7.

When the equation contains algebraic fractions, multiply through by the lowest common denominator first to clear them, then solve the resulting linear equation.

Changing the subject of a formula (literal equations)

A literal equation is one where you rearrange to make a chosen pronumeral the subject, treating the other letters as constants. The same balancing moves apply. Where the target pronumeral appears in more than one term, gather those terms on one side and factor it out, then divide. For example, to make xx the subject of y=x+1x+2y = \dfrac{x + 1}{x + 2}: multiply out to xy+2y=x+1xy + 2y = x + 1, gather xyβˆ’x=1βˆ’2yxy - x = 1 - 2y, factor x(yβˆ’1)=1βˆ’2yx(y - 1) = 1 - 2y, and divide to get x=1βˆ’2yyβˆ’1x = \dfrac{1 - 2y}{y - 1}.

Solving simultaneous equations

Two linear equations in two unknowns usually have one solution: the single pair (x,y)(x, y) that satisfies both. There are two algebraic methods, and you choose whichever is tidier.

  • Elimination. Add or subtract multiples of the equations so one unknown cancels, leaving one equation in the other unknown. Best when the coefficients line up easily.
  • Substitution. Rearrange one equation for a single unknown and substitute into the other. Best when one equation already has xx or yy by itself.

Geometrically, each linear equation is a straight line, and the solution is the point where the lines cross. That is why a simultaneous pair normally has exactly one solution: two non-parallel lines meet at exactly one point. (Parallel lines never meet, giving no solution; identical lines meet everywhere, giving infinitely many. Recognising these two special cases is worth a mark.)

Read the solution off the graph, stage by stage

The cleanest way to see what "solving simultaneously" means is to graph both lines and watch them meet. Below, the pair 3x+2y=123x + 2y = 12 and 5xβˆ’2y=45x - 2y = 4 is built up one line at a time; the meeting point is the algebraic solution x=2x = 2, y=3y = 3. (This is the same worked example solved by elimination below.)

Stage 1, draw the first line. A straight line needs only two points. For 3x+2y=123x + 2y = 12, the intercepts are quickest: set x=0x = 0 to get 2y=122y = 12, so y=6y = 6, giving (0,6)(0, 6); set y=0y = 0 to get 3x=123x = 12, so x=4x = 4, giving (4,0)(4, 0). Rule the line through them.

Draw the first lineThe line three x plus two y equals twelve drawn on the coordinate plane, passing through zero six and four zero.xy-112345-22463x + 2y = 12Stage 1Plot 3x + 2y = 12 from two points: (0, 6) and (4, 0).

Stage 2, draw the second line. For 5xβˆ’2y=45x - 2y = 4, the intercepts are (0,βˆ’2)(0, -2) (set x=0x = 0: βˆ’2y=4-2y = 4, so y=βˆ’2y = -2) and (4,8)(4, 8) (set x=4x = 4: 20βˆ’2y=420 - 2y = 4, so y=8y = 8). Rule this line on the same axes. The two lines are not parallel, so they cross exactly once.

Draw the second lineThe second line five x minus two y equals four added to the plane, passing through zero minus two and four eight.xy-112345-22463x + 2y = 125x - 2y = 4Stage 2Add 5x - 2y = 4 from (0, -2) and (4, 8). The lines cross once.

Stage 3, find where they cross. The point that lies on both lines is the only (x,y)(x, y) that satisfies both equations at once. Drop a dashed line down to the xx-axis and across to the yy-axis from the intersection: it sits at x=2x = 2 and y=3y = 3.

Find where they crossThe intersection point at two three marked with dashed lines dropping to x equals two and y equals three.xy-112345-2246(2, 3)Stage 3They meet at (2, 3): read x = 2 down and y = 3 across.

Stage 4, read off and confirm the solution. The intersection (2,3)(2, 3) is the solution of the simultaneous pair. Confirm it satisfies both equations: 3(2)+2(3)=6+6=123(2) + 2(3) = 6 + 6 = 12 and 5(2)βˆ’2(3)=10βˆ’6=45(2) - 2(3) = 10 - 6 = 4. Both check, so x=2x = 2, y=3y = 3 is correct. The graph and the algebra agree, which is exactly what "solving simultaneously" guarantees.

Read off the solutionThe solution point two three highlighted, the lines faded, confirming x equals two and y equals three.xy-112345-2246(2, 3)Stage 4Solution: x = 2, y = 3. This is the only point on both lines.

How exam questions ask about algebraic techniques

These skills rarely appear as a standalone question; they are the working inside almost every other question. Recognise the cue words that tell you which technique is wanted:

  • "Factor" or "factorise" means take it apart into a product. Count the terms first: two terms suggests a common factor or difference of squares, three suggests a quadratic trinomial, four suggests grouping. Always take out the HCF before anything else.
  • "Expand" or "expand and simplify" means multiply out and collect like terms. If you see a perfect square, do not forget the cross term.
  • "Simplify" on a fraction means factor everything and cancel. State the simplified form, and watch for an excluded value where a cancelled factor was zero.
  • "Solve" an equation means find the value(s) of the unknown. For a linear equation, isolate the unknown; if there are fractions, clear them first.
  • "Make [ ⋅ ][\,\cdot\,] the subject" or "rearrange" is a literal equation: treat the other letters as constants, and if the target appears in two terms, factor it out before dividing.
  • "Solve simultaneously" means two equations, two unknowns: use elimination or substitution, then check both equations. Words like "the point of intersection of the lines …\dots" are the same task in disguise.
  • "Hence" tells you to reuse a result you just found (often a factorisation) rather than starting again, so do not throw away your previous line.

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation2 marksFactor the monic quadratic x2βˆ’3xβˆ’28x^2 - 3x - 28.
Show worked solution β†’
Set up the search
For a monic quadratic x2+bx+cx^2 + bx + c, look for two numbers whose sum is b=βˆ’3b = -3 and whose product is c=βˆ’28c = -28.
Find the pair
The factor pairs of βˆ’28-28 are Β±(1,28)\pm(1, 28), Β±(2,14)\pm(2, 14), Β±(4,7)\pm(4, 7). The pair βˆ’7-7 and +4+4 gives sum βˆ’7+4=βˆ’3-7 + 4 = -3 and product βˆ’7Γ—4=βˆ’28-7 \times 4 = -28, which matches.
Write the factors
Each number becomes the constant in a bracket:

x2βˆ’3xβˆ’28=(xβˆ’7)(x+4).x^2 - 3x - 28 = (x - 7)(x + 4).

Check by expanding. (xβˆ’7)(x+4)=x2+4xβˆ’7xβˆ’28=x2βˆ’3xβˆ’28(x - 7)(x + 4) = x^2 + 4x - 7x - 28 = x^2 - 3x - 28, as required.

foundation2 marksSimplify x2βˆ’9x2+7x+12\dfrac{x^2 - 9}{x^2 + 7x + 12}, stating any value of xx that must be excluded.
Show worked solution β†’
Factor the numerator
x2βˆ’9x^2 - 9 is a difference of squares: x2βˆ’9=(xβˆ’3)(x+3)x^2 - 9 = (x - 3)(x + 3).
Factor the denominator
For x2+7x+12x^2 + 7x + 12, two numbers with sum 77 and product 1212 are 33 and 44, so x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4).
Cancel the common factor
The factor (x+3)(x + 3) appears top and bottom:

(xβˆ’3)(x+3)(x+3)(x+4)=xβˆ’3x+4.\frac{(x - 3)(x + 3)}{(x + 3)(x + 4)} = \frac{x - 3}{x + 4}.

State the restriction. Cancelling (x+3)(x + 3) is only valid when x+3β‰ 0x + 3 \neq 0, and the original denominator is also zero at x=βˆ’4x = -4. So the simplified form holds for xβ‰ βˆ’3x \neq -3 and xβ‰ βˆ’4x \neq -4.

A quick numerical check at x=5x = 5: original =25βˆ’925+35+12=1672=29= \dfrac{25 - 9}{25 + 35 + 12} = \dfrac{16}{72} = \dfrac{2}{9}, and simplified =29= \dfrac{2}{9}. They agree.

core3 marksFactor the non-monic quadratic 10x2βˆ’11xβˆ’610x^2 - 11x - 6.
Show worked solution β†’

Compute the target product. For ax2+bx+cax^2 + bx + c with a=10a = 10, b=βˆ’11b = -11, c=βˆ’6c = -6, multiply aΓ—c=10Γ—(βˆ’6)=βˆ’60a \times c = 10 \times (-6) = -60. Find two numbers with sum βˆ’11-11 and product βˆ’60-60.

Find the pair. Testing factor pairs of βˆ’60-60: the pair βˆ’15-15 and +4+4 has sum βˆ’15+4=βˆ’11-15 + 4 = -11 and product βˆ’15Γ—4=βˆ’60-15 \times 4 = -60. That is the pair.

Split the middle term βˆ’11x-11x into βˆ’15x+4x-15x + 4x:

10x2βˆ’11xβˆ’6=10x2βˆ’15x+4xβˆ’6.10x^2 - 11x - 6 = 10x^2 - 15x + 4x - 6.

Factor by grouping. Take the highest common factor out of each pair:

5x(2xβˆ’3)+2(2xβˆ’3)=(5x+2)(2xβˆ’3).5x(2x - 3) + 2(2x - 3) = (5x + 2)(2x - 3).

Check by expanding. (5x+2)(2xβˆ’3)=10x2βˆ’15x+4xβˆ’6=10x2βˆ’11xβˆ’6(5x + 2)(2x - 3) = 10x^2 - 15x + 4x - 6 = 10x^2 - 11x - 6. The zeros are x=βˆ’25x = -\tfrac{2}{5} and x=32x = \tfrac{3}{2}.

core3 marksSimplify the compound fraction ab+ba1b+1a\dfrac{\dfrac{a}{b} + \dfrac{b}{a}}{\dfrac{1}{b} + \dfrac{1}{a}}.
Show worked solution β†’

Choose one common multiple for the whole fraction. Every small denominator divides abab, so multiply the top and the bottom of the big fraction by abab. This clears all four inner fractions at once.

Multiply the numerator by abab:

ab(ab+ba)=a2+b2.ab\left(\frac{a}{b} + \frac{b}{a}\right) = a^2 + b^2.

Multiply the denominator by abab:

ab(1b+1a)=a+b.ab\left(\frac{1}{b} + \frac{1}{a}\right) = a + b.

Write the result.

ab+ba1b+1a=a2+b2a+b.\frac{\dfrac{a}{b} + \dfrac{b}{a}}{\dfrac{1}{b} + \dfrac{1}{a}} = \frac{a^2 + b^2}{a + b}.

This is fully simplified, since a2+b2a^2 + b^2 does not factor over the rationals. A check at a=2a = 2, b=3b = 3: original =23+3213+12=13/65/6=135=2.6= \dfrac{\tfrac{2}{3} + \tfrac{3}{2}}{\tfrac{1}{3} + \tfrac{1}{2}} = \dfrac{13/6}{5/6} = \dfrac{13}{5} = 2.6, and a2+b2a+b=135=2.6\dfrac{a^2 + b^2}{a + b} = \dfrac{13}{5} = 2.6. They agree.

exam3 marksA school fete sells tickets for the jumping castle. Two adult tickets and three child tickets cost $74. Three adult tickets and two child tickets cost $76. Find the price of an adult ticket and a child ticket, and hence the cost for a family of two adults and two children.
Show worked solution β†’

Define variables and form the equations. Let an adult ticket cost aa dollars and a child ticket cost cc dollars. The two purchases give

2a+3c=74(1),3a+2c=76(2).2a + 3c = 74 \quad (1), \qquad 3a + 2c = 76 \quad (2).

Eliminate aa. Multiply (1)(1) by 33 and (2)(2) by 22 so the aa-terms match:

6a+9c=222(1β€²),6a+4c=152(2β€²).6a + 9c = 222 \quad (1'), \qquad 6a + 4c = 152 \quad (2').

Subtract (2β€²)(2') from (1β€²)(1'): 5c=705c = 70, so c=14c = 14.

Back-substitute into (1)(1): 2a+3(14)=742a + 3(14) = 74, so 2a=74βˆ’42=322a = 74 - 42 = 32 and a=16a = 16.

Check both originals. 2(16)+3(14)=32+42=742(16) + 3(14) = 32 + 42 = 74 and 3(16)+2(14)=48+28=763(16) + 2(14) = 48 + 28 = 76. Both hold.

Answer the actual question. An adult ticket is $16 and a child ticket is $14. A family of two adults and two children pays 2(16)+2(14)=32+28=602(16) + 2(14) = 32 + 28 = 60, that is, $60.

exam3 marksMake ss the subject of v2=u2+2asv^2 = u^2 + 2as, and hence find ss when u=6u = 6, v=14v = 14 and a=4a = 4.
Show worked solution β†’

Isolate the term containing ss. Subtract u2u^2 from both sides:

v2βˆ’u2=2as.v^2 - u^2 = 2as.

Divide by the coefficient of ss. Provided a≠0a \neq 0, divide both sides by 2a2a:

s=v2βˆ’u22a.s = \frac{v^2 - u^2}{2a}.

Substitute the values. With u=6u = 6, v=14v = 14, a=4a = 4:

s=142βˆ’622Γ—4=196βˆ’368=1608=20.s = \frac{14^2 - 6^2}{2 \times 4} = \frac{196 - 36}{8} = \frac{160}{8} = 20.

Answer. s=v2βˆ’u22as = \dfrac{v^2 - u^2}{2a}, and for the given values s=20s = 20.

Related dot points