Algebra Revision Notes

    Subject: Mathematics | Level: GCSE | Exam Board: WJEC

    Algebra is the language of mathematics, using letters to represent unknown values and general rules. Mastering algebra unlocks the ability to solve complex problems across the entire specification, making it a critical foundation for exam success.

    Revision Notes & Key Concepts

    ![Header image for Algebra](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_120a5ff2-acce-4f2b-839a-d9d2f5e9adda/header_image.png) ## Overview Algebra forms the structural backbone of the GCSE Mathematics specification. Rather than calculating with specific numbers, algebra allows candidates to work with general rules, patterns, and unknown values using letters. This topic is heavily weighted in both Foundation and Higher tiers, typically accounting for 20-30% of the total marks available across the papers. Mastering algebra is not just about memorising rules; it is about developing logical, step-by-step problem-solving skills. The examiner will look for clear, methodical working out, and method marks are frequently awarded even when the final answer is incorrect. Algebra connects deeply with other topics, particularly Geometry (e.g., finding the equation of a line or calculating missing angles) and Probability (e.g., setting up equations to find unknown probabilities). Typical exam questions range from straightforward skills tests like expanding brackets and factorising, to complex, multi-step problem-solving questions where candidates must form their own equations from a given context before solving them. ## Key Concepts ### Concept 1: Simplifying and Manipulating Expressions Before you can solve equations, you must be fluent in manipulating expressions. An expression is a collection of terms without an equals sign (e.g., $3x + 4y - 2$). The fundamental rule here is collecting like terms. "Like terms" must have the exact same letter(s) raised to the exact same power. **Why it works**: Think of variables as objects. If you have 3 apples ($3a$) and someone gives you 2 more apples ($2a$), you have 5 apples ($5a$). However, you cannot combine apples ($a$) and bananas ($b$). Similarly, $x$ and $x^2$ represent different dimensions (a line vs. an area) and cannot be added together. **Example**: Simplify $4x + 3y - x + 5y$ *Step 1*: Group the $x$ terms: $4x - x = 3x$ *Step 2*: Group the $y$ terms: $3y + 5y = 8y$ *Final Answer*: $3x + 8y$ ![Types of Algebraic Expressions](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_120a5ff2-acce-4f2b-839a-d9d2f5e9adda/algebra_types_diagram.png) ### Concept 2: Expanding Brackets Expanding brackets involves multiplying the term on the outside by every term on the inside. For double brackets, every term in the first bracket must be multiplied by every term in the second bracket. This is crucial for quadratic expressions. **Why it works**: Expanding brackets is an application of the distributive property of multiplication. Geometrically, expanding $(x+2)(x+3)$ is equivalent to finding the total area of a rectangle with sides $(x+2)$ and $(x+3)$ by calculating the areas of its four smaller rectangular sections. **Example**: Expand and simplify $(x + 4)(x - 2)$ *First*: $x \times x = x^2$ *Outer*: $x \times -2 = -2x$ *Inner*: $4 \times x = 4x$ *Last*: $4 \times -2 = -8$ *Simplify*: $x^2 - 2x + 4x - 8 = x^2 + 2x - 8$ ### Concept 3: Factorising Factorising is the exact reverse of expanding. It means taking an expression and writing it as a product of its factors, introducing brackets. For quadratics ($ax^2 + bx + c$), you are typically looking for two numbers that multiply to give $c$ and add to give $b$. **Why it works**: Factorising breaks down a complex expression into simpler building blocks (factors). This is essential for solving quadratic equations, because if two brackets multiply to equal zero, one of those brackets MUST equal zero (the zero product property). ![Step-by-step guide to factorising quadratics](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_120a5ff2-acce-4f2b-839a-d9d2f5e9adda/factorising_steps.png) ### Concept 4: Solving Equations An equation states that two expressions are equal. To "solve" an equation means to find the specific value(s) of the unknown variable that makes the statement true. The golden rule is balance: whatever operation you perform on one side of the equals sign, you must perform on the other. **Why it works**: An equation is like a balanced set of scales. If you remove a weight from the left side, the scales tip. To restore balance, you must remove the exact same weight from the right side. **Example**: Solve $3(2x - 1) = 21$ *Step 1*: Expand the bracket: $6x - 3 = 21$ *Step 2*: Add 3 to both sides: $6x = 24$ *Step 3*: Divide by 6: $x = 4$ ### Concept 5: Simultaneous Equations Sometimes you have two unknowns (e.g., $x$ and $y$) and two different equations linking them. You must find the pair of values that satisfies both equations at the same time. The most common method is elimination, where you manipulate the equations so that adding or subtracting them eliminates one of the variables. **Why it works**: Graphically, each linear equation represents a straight line. The solution to a pair of simultaneous equations is the exact $(x, y)$ coordinate where the two lines intersect. ![Simultaneous Equations Method Selection](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_120a5ff2-acce-4f2b-839a-d9d2f5e9adda/simultaneous_equations_diagram.png) ### Concept 6: Sequences A sequence is an ordered list of numbers following a specific rule. The most common type at GCSE is an arithmetic (or linear) sequence, which increases or decreases by a constant amount each time. Candidates must be able to find the $n^{th}$ term formula, which allows you to calculate any term in the sequence without writing out the whole list. **Why it works**: The $n^{th}$ term relates the position of the number in the sequence ($n$) to its value. The common difference becomes the multiplier for $n$, and you adjust by finding what the "zero term" would be. ### Concept 7: Inequalities Inequalities are similar to equations but represent a range of values rather than a single specific value. They use symbols like $<$ (less than) and $\ge$ (greater than or equal to). **Why it works**: Inequalities follow the same balancing rules as equations, with one critical exception: multiplying or dividing by a negative number reverses the direction of the inequality sign. This is because multiplying by a negative reflects values across zero on the number line (e.g., $3 < 5$, but $-3 > -5$). ## Mathematical/Scientific Relationships The following formulas and relationships are critical for this topic: * **Quadratic Formula**: $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ * *What it means*: Solves any quadratic equation $ax^2 + bx + c = 0$. * *When to use*: Use when a quadratic equation cannot be easily factorised. (Given on the formula sheet for most boards, but candidates must know how to substitute values correctly). * **Difference of Two Squares**: $a^2 - b^2 = (a - b)(a + b)$ * *What it means*: A specific pattern for factorising quadratics where there is no middle '$x$' term and both terms are perfect squares separated by a minus sign. * *When to use*: Quickly factorising expressions like $x^2 - 25$ into $(x-5)(x+5)$. (Must memorise). * **$n^{th}$ Term of an Arithmetic Sequence**: $n^{th} \text{ term} = dn + (a - d)$ * *What it means*: $d$ is the common difference, $a$ is the first term. * *When to use*: To find the general rule for a sequence that goes up or down by the same amount each time. (Must memorise). * **Equation of a Straight Line**: $y = mx + c$ * *What it means*: $m$ is the gradient (steepness), $c$ is the y-intercept (where the line crosses the y-axis). * *When to use*: When plotting linear graphs or finding the equation from a drawn line. (Must memorise). ![Key features of a quadratic graph](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_120a5ff2-acce-4f2b-839a-d9d2f5e9adda/quadratic_graph.png) ## Practical Applications While algebra often feels abstract, it is the underlying language for modeling the real world: * **Finance and Business**: Calculating break-even points, profit margins, and compound interest rates relies heavily on algebraic formulas and exponential growth models. * **Engineering and Physics**: Designing structures requires solving complex simultaneous equations to balance forces. The trajectory of a thrown object (like a football or a missile) is modeled perfectly by a quadratic parabola. * **Computer Science**: Algorithms and programming logic are fundamentally built on algebraic variables, boolean logic (inequalities), and iterative sequences. Listen to our podcast episode to reinforce these concepts: ![GCSE Maths Revision Podcast: Algebra](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_120a5ff2-acce-4f2b-839a-d9d2f5e9adda/algebra_podcast.mp3)

    Revision Podcast Transcript

    Welcome to your GCSE Maths Revision Podcast. I'm your tutor, and today we're diving deep into one of the most important topics in the entire specification — Algebra. Whether you're sitting your Foundation or Higher paper, algebra is everywhere. It's worth a significant chunk of marks, and the great news is, once you understand the core ideas, you can unlock so many different question types. So grab a pen, get comfortable, and let's get into it. Algebra is essentially the language of mathematics. Instead of working with specific numbers, we use letters — usually x, y, or n — to represent unknown values or general rules. This might sound abstract, but think about it this way: if I told you that three bags of sweets all contain the same number of sweets, and together they contain 24 sweets, you'd probably work out that each bag has 8 sweets. That's algebra. You've just solved 3x equals 24, so x equals 8. Simple as that. Now let's build up through the key concepts you need to master. The first big area is simplifying and manipulating expressions. An expression is a collection of terms — things like 3x, 2y squared, or minus 5. When you simplify, you collect like terms. Like terms are terms with the same letter and the same power. So 3x and 5x are like terms — they both have x to the power 1 — and they add to give 8x. But 3x and 3x squared are NOT like terms, because the powers are different. Examiners will test this distinction, so be careful. Expanding brackets is the next key skill. When you see something like 3 brackets open x plus 4 brackets close, you multiply the 3 by everything inside: 3 times x gives 3x, and 3 times 4 gives 12. So the answer is 3x plus 12. For double brackets, like x plus 2 times x plus 3, you use FOIL — First, Outer, Inner, Last. First: x times x gives x squared. Outer: x times 3 gives 3x. Inner: 2 times x gives 2x. Last: 2 times 3 gives 6. Add them all up: x squared plus 5x plus 6. Candidates who forget the Last term — the 6 — lose a mark. Don't be that candidate. Factorising is the reverse of expanding. You're taking an expression and writing it as a product of factors. For simple expressions like 6x plus 9, you find the highest common factor — which is 3 — and write it as 3 times open bracket 2x plus 3 close bracket. Always check your answer by expanding back out. For quadratics — expressions of the form ax squared plus bx plus c — factorising is a crucial skill. Take x squared plus 5x plus 6. You need two numbers that multiply to 6 and add to 5. Those numbers are 2 and 3. So the factorised form is open bracket x plus 2 close bracket times open bracket x plus 3 close bracket. Examiners award one mark for the correct structure and one mark for the correct values. If the coefficient of x squared is not 1 — say it's 2x squared plus 7x plus 3 — you need to use the ac method or inspection. This is Higher tier content, and it's worth practising carefully. Now let's talk about solving equations. An equation has an equals sign, and your job is to find the value of the unknown. The golden rule is: whatever you do to one side, you must do to the other. Think of the equation as a set of scales — keep it balanced at all times. For linear equations like 2x plus 5 equals 13, subtract 5 from both sides to get 2x equals 8, then divide both sides by 2 to get x equals 4. Always show every step — method marks are available even if you make an arithmetic slip. For equations with brackets, expand first, then solve. For equations with x on both sides, collect the x terms on one side first. For example, 5x minus 3 equals 2x plus 9. Subtract 2x from both sides: 3x minus 3 equals 9. Add 3 to both sides: 3x equals 12. Divide by 3: x equals 4. Forming and solving equations is a favourite exam question style. You might be told that a rectangle has a perimeter of 40 centimetres, with sides of length 3x plus 1 and x plus 5. You'd form the equation 2 times open bracket 3x plus 1 plus x plus 5 close bracket equals 40, simplify, and solve. These questions are worth 3 to 5 marks and reward candidates who set up the equation clearly before solving. Simultaneous equations involve two equations with two unknowns. The elimination method is usually the most reliable. If you have 2x plus y equals 7 and x minus y equals 2, you can add the equations to eliminate y: 3x equals 9, so x equals 3. Substitute back to find y equals 1. Always check your answer by substituting both values into both original equations. The substitution method is preferred when one equation is already solved for a variable, or when one of the equations is quadratic — which is Higher tier content. Sequences and the nth term are another major algebra topic. An arithmetic sequence has a constant difference between terms. The nth term formula is: nth term equals a plus open bracket n minus 1 close bracket times d, where a is the first term and d is the common difference. For the sequence 3, 7, 11, 15, the first term is 3 and the common difference is 4. So the nth term is 3 plus 4n minus 4, which simplifies to 4n minus 1. Check: when n equals 1, you get 3. When n equals 2, you get 7. Correct. For quadratic sequences — Higher tier — the second differences are constant. You'd find the nth term by working with the second difference to identify the coefficient of n squared, then adjusting. Inequalities represent a range of values. The symbols are: less than, greater than, less than or equal to, and greater than or equal to. Solving inequalities is just like solving equations, with one crucial exception: if you multiply or divide by a negative number, you must flip the inequality sign. So if minus 2x is greater than 6, dividing by minus 2 gives x is less than minus 3. This is one of the most common errors in GCSE algebra. On a number line, an open circle means the value is NOT included — used for strict inequalities — and a closed circle means the value IS included — used for less than or equal to and greater than or equal to. Now, let me give you the exam tips and common mistakes section — this is where marks are won and lost. Tip number one: always show your working. In algebra questions, method marks are awarded for correct algebraic steps even if your final answer is wrong. A candidate who writes a correct equation and makes a small arithmetic error can still earn 2 out of 3 marks. A candidate who writes only the wrong final answer earns zero. Tip number two: check your answer. After solving an equation, substitute your answer back into the original equation to verify it works. This takes 10 seconds and can save you from losing marks. Tip number three: read the command word carefully. "Solve" means find the value of x. "Factorise" means write as a product of brackets. "Expand and simplify" means remove the brackets AND collect like terms. "Show that" means you must demonstrate the result algebraically — you cannot just state it. Tip number four: be careful with negatives. Expanding minus 2 times open bracket x minus 3 close bracket gives minus 2x PLUS 6, not minus 6. The negative times negative gives positive. This is the single most common error in algebra. Tip number five: for quadratic equations, if factorising doesn't work neatly, try the quadratic formula. x equals minus b plus or minus the square root of b squared minus 4ac, all divided by 2a. This is given on the formula sheet in most exam boards, but you must know when and how to use it. Tip number six: in simultaneous equations, always label your equations as equation 1 and equation 2. Examiners follow your working more easily, and you're less likely to make errors. Now for our quick-fire recall quiz! I'll ask a question, then give you a moment to think before I give the answer. Ready? Question 1: What does FOIL stand for when expanding double brackets? Think about it... First, Outer, Inner, Last. Question 2: What is the nth term of the sequence 5, 8, 11, 14? Think... The common difference is 3 and the first term is 5, so the nth term is 3n plus 2. Question 3: When solving an inequality, what must you do if you divide by a negative number? Think... You must flip the inequality sign. Question 4: What are the solutions to x squared plus 5x plus 6 equals 0? Think... Factorise to get x plus 2 times x plus 3 equals 0, so x equals minus 2 or x equals minus 3. Question 5: What is the highest common factor of 12x squared and 8x? Think... The HCF is 4x. Brilliant work on those! Let's wrap up with a quick summary of the key things to remember. Number one: collect like terms carefully — only combine terms with the same letter AND the same power. Number two: when expanding double brackets, use FOIL and don't forget the last term. Number three: factorising is the reverse of expanding — always check by expanding back. Number four: solve equations by keeping both sides balanced — show every step. Number five: for simultaneous equations, use elimination by making coefficients match, then add or subtract. Number six: the nth term of an arithmetic sequence is a plus n minus 1 times d — simplify fully. Number seven: when solving inequalities, flip the sign if you multiply or divide by a negative. And the golden rule: ALWAYS show your working. Method marks are your safety net. That's it for today's episode. Algebra is a topic that rewards practice — the more equations you solve, the more automatic these skills become. Work through past paper questions, check your answers against the mark scheme, and pay attention to the examiner's comments. You've got this. Good luck with your revision, and I'll see you in the next episode!

    Key Terms & Definitions

    Term
    A single number, a single variable, or numbers and variables multiplied together (e.g., $4$, $x$, $3xy^2$).
    Expression
    A collection of terms separated by plus or minus signs, with NO equals sign (e.g., $2x + 5$).
    Equation
    A mathematical statement showing that two expressions are equal, containing an equals sign (e.g., $2x + 5 = 11$).
    Formula
    A rule written using symbols that describes a relationship between different quantities (e.g., $A = \pi r^2$).
    Identity
    An equation that is true for ALL values of the variables involved, often denoted by a triple equals sign $\equiv$ (e.g., $2(x+3) \equiv 2x + 6$).
    Coefficient
    The number placed in front of a variable, which multiplies it (e.g., in $7x$, 7 is the coefficient).

    Worked Examples

    Practice Questions

    Algebra

    WJEC
    GCSE
    Mathematics

    Algebra is the language of mathematics, using letters to represent unknown values and general rules. Mastering algebra unlocks the ability to solve complex problems across the entire specification, making it a critical foundation for exam success.

    8
    Min Read
    3
    Examples
    5
    Questions
    6
    Key Terms
    🎙 Podcast Episode
    Algebra
    0:00-0:00

    Study Notes

    Header image for Algebra

    Overview

    Algebra forms the structural backbone of the GCSE Mathematics specification. Rather than calculating with specific numbers, algebra allows candidates to work with general rules, patterns, and unknown values using letters. This topic is heavily weighted in both Foundation and Higher tiers, typically accounting for 20-30% of the total marks available across the papers.

    Mastering algebra is not just about memorising rules; it is about developing logical, step-by-step problem-solving skills. The examiner will look for clear, methodical working out, and method marks are frequently awarded even when the final answer is incorrect. Algebra connects deeply with other topics, particularly Geometry (e.g., finding the equation of a line or calculating missing angles) and Probability (e.g., setting up equations to find unknown probabilities).

    Typical exam questions range from straightforward skills tests like expanding brackets and factorising, to complex, multi-step problem-solving questions where candidates must form their own equations from a given context before solving them.

    Key Concepts

    Concept 1: Simplifying and Manipulating Expressions

    Before you can solve equations, you must be fluent in manipulating expressions. An expression is a collection of terms without an equals sign (e.g., 3x + 4y - 2). The fundamental rule here is collecting like terms. "Like terms" must have the exact same letter(s) raised to the exact same power.

    Why it works: Think of variables as objects. If you have 3 apples (3a) and someone gives you 2 more apples (2a), you have 5 apples (5a). However, you cannot combine apples (a) and bananas (b). Similarly, x and x^2 represent different dimensions (a line vs. an area) and cannot be added together.

    Example: Simplify 4x + 3y - x + 5y
    Step 1: Group the x terms: 4x - x = 3x
    Step 2: Group the y terms: 3y + 5y = 8y
    Final Answer: 3x + 8y

    Types of Algebraic Expressions

    Concept 2: Expanding Brackets

    Expanding brackets involves multiplying the term on the outside by every term on the inside. For double brackets, every term in the first bracket must be multiplied by every term in the second bracket. This is crucial for quadratic expressions.

    Why it works: Expanding brackets is an application of the distributive property of multiplication. Geometrically, expanding (x+2)(x+3) is equivalent to finding the total area of a rectangle with sides (x+2) and (x+3) by calculating the areas of its four smaller rectangular sections.

    Example: Expand and simplify (x + 4)(x - 2)
    First: x \times x = x^2
    Outer: x \times -2 = -2x
    Inner: 4 \times x = 4x
    Last: 4 \times -2 = -8
    Simplify: x^2 - 2x + 4x - 8 = x^2 + 2x - 8

    Concept 3: Factorising

    Factorising is the exact reverse of expanding. It means taking an expression and writing it as a product of its factors, introducing brackets. For quadratics (ax^2 + bx + c), you are typically looking for two numbers that multiply to give c and add to give b.

    Why it works: Factorising breaks down a complex expression into simpler building blocks (factors). This is essential for solving quadratic equations, because if two brackets multiply to equal zero, one of those brackets MUST equal zero (the zero product property).

    Step-by-step guide to factorising quadratics

    Concept 4: Solving Equations

    An equation states that two expressions are equal. To "solve" an equation means to find the specific value(s) of the unknown variable that makes the statement true. The golden rule is balance: whatever operation you perform on one side of the equals sign, you must perform on the other.

    Why it works: An equation is like a balanced set of scales. If you remove a weight from the left side, the scales tip. To restore balance, you must remove the exact same weight from the right side.

    Example: Solve 3(2x - 1) = 21
    Step 1: Expand the bracket: 6x - 3 = 21
    Step 2: Add 3 to both sides: 6x = 24
    Step 3: Divide by 6: x = 4

    Concept 5: Simultaneous Equations

    Sometimes you have two unknowns (e.g., x and y) and two different equations linking them. You must find the pair of values that satisfies both equations at the same time. The most common method is elimination, where you manipulate the equations so that adding or subtracting them eliminates one of the variables.

    Why it works: Graphically, each linear equation represents a straight line. The solution to a pair of simultaneous equations is the exact (x, y) coordinate where the two lines intersect.

    Simultaneous Equations Method Selection

    Concept 6: Sequences

    A sequence is an ordered list of numbers following a specific rule. The most common type at GCSE is an arithmetic (or linear) sequence, which increases or decreases by a constant amount each time. Candidates must be able to find the n^{th} term formula, which allows you to calculate any term in the sequence without writing out the whole list.

    Why it works: The n^{th} term relates the position of the number in the sequence (n) to its value. The common difference becomes the multiplier for n, and you adjust by finding what the "zero term" would be.

    Concept 7: Inequalities

    Inequalities are similar to equations but represent a range of values rather than a single specific value. They use symbols like < (less than) and \ge (greater than or equal to).

    Why it works: Inequalities follow the same balancing rules as equations, with one critical exception: multiplying or dividing by a negative number reverses the direction of the inequality sign. This is because multiplying by a negative reflects values across zero on the number line (e.g., 3 < 5, but -3 > -5).

    Mathematical/Scientific Relationships

    The following formulas and relationships are critical for this topic:

    • Quadratic Formula: x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
      • What it means: Solves any quadratic equation ax^2 + bx + c = 0.
      • When to use: Use when a quadratic equation cannot be easily factorised. (Given on the formula sheet for most boards, but candidates must know how to substitute values correctly).
    • Difference of Two Squares: a^2 - b^2 = (a - b)(a + b)
      • What it means: A specific pattern for factorising quadratics where there is no middle 'x' term and both terms are perfect squares separated by a minus sign.
      • When to use: Quickly factorising expressions like x^2 - 25 into (x-5)(x+5). (Must memorise).
    • n^{th} Term of an Arithmetic Sequence: n^{th} \text{ term} = dn + (a - d)
      • What it means: d is the common difference, a is the first term.
      • When to use: To find the general rule for a sequence that goes up or down by the same amount each time. (Must memorise).
    • Equation of a Straight Line: y = mx + c
      • What it means: m is the gradient (steepness), c is the y-intercept (where the line crosses the y-axis).
      • When to use: When plotting linear graphs or finding the equation from a drawn line. (Must memorise).

    Key features of a quadratic graph

    Practical Applications

    While algebra often feels abstract, it is the underlying language for modeling the real world:

    • Finance and Business: Calculating break-even points, profit margins, and compound interest rates relies heavily on algebraic formulas and exponential growth models.
    • Engineering and Physics: Designing structures requires solving complex simultaneous equations to balance forces. The trajectory of a thrown object (like a football or a missile) is modeled perfectly by a quadratic parabola.
    • Computer Science: Algorithms and programming logic are fundamentally built on algebraic variables, boolean logic (inequalities), and iterative sequences.

    Listen to our podcast episode to reinforce these concepts:
    GCSE Maths Revision Podcast: Algebra

    Visual Resources

    5 diagrams and illustrations

    Types of Algebraic Expressions
    Types of Algebraic Expressions
    Key features of a quadratic graph
    Key features of a quadratic graph
    Step-by-step guide to factorising quadratics
    Step-by-step guide to factorising quadratics
    Solving Quadratics Flowchart
    Solving Quadratics Flowchart
    Simultaneous Equations Method Selection
    Simultaneous Equations Method Selection

    Interactive Diagrams

    2 interactive diagrams to visualise key concepts

    Decision flowchart for solving quadratic equations.

    Method selection for simultaneous equations.

    Worked Examples

    3 detailed examples with solutions and examiner commentary

    Practice Questions

    Test your understanding — click to reveal model answers

    Q1

    Simplify fully: 3a + 4b - a + 2b

    2 marks
    foundation

    Hint: Group the 'a' terms together and the 'b' terms together. Remember the sign belongs to the term immediately after it.

    Q2

    Expand and simplify: 3(x - 2) + 2(4x + 1)

    3 marks
    standard

    Hint: Expand each bracket separately first, then collect the like terms.

    Q3

    Solve the inequality: 5 - 2x > 13

    2 marks
    standard

    Hint: Treat it like an equation, but remember the special rule if you divide by a negative number.

    Q4

    The n^{th} term of a sequence is 3n - 2. Find the first three terms of the sequence.

    2 marks
    foundation

    Hint: Substitute $n=1$, then $n=2$, then $n=3$ into the formula.

    Q5

    Solve algebraically the simultaneous equations:
    y = x^2 + 3x - 5
    y = 2x + 1

    5 marks
    challenging

    Hint: Since both equations are equal to 'y', you can set them equal to each other to form a single quadratic equation.

    Explore this topic further

    View Topic PageAll Mathematics Topics

    Key Terms

    Essential vocabulary to know