Algebra Toolkit (AQA GCSE Further Maths): Flashcards

Exam code: 8365

1/56

0Still learning

Know0

  • True or False?

    \left(x + y + z\right)^{2} = x^{2} + y^{2} + z^{2}

Cards in this collection (56)

  • True or False?

    \left(x + y + z\right)^{2} = x^{2} + y^{2} + z^{2}

    False.

    A squared bracket must be written out in full as \left(x + y + z\right)\left(x + y + z\right) and then expanded.

    Squaring each term separately misses every cross term, such as the 2xy.

  • How do you expand \left(2x + 5\right)\left(3x - 4y + 5\right)?

    Split it into two single-bracket expansions, one for each term in the first bracket:

    2x\left(3x - 4y + 5\right) + 5\left(3x - 4y + 5\right) = 6x^{2} - 8xy + 25x - 20y + 25

    FOIL does not work here, because it only accounts for four products rather than six.

  • Complete the factorisation by filling in the highest common factor:

    6x^{4}y^{7} - 8x^{9}y^{5} = \_\_\_\_\_\_\left(3y^{2} - 4x^{5}\right)

    The completed factorisation is:

    6x^{4}y^{7} - 8x^{9}y^{5} = 2x^{4}y^{5}\left(3y^{2} - 4x^{5}\right)

    Take the smallest power of each variable that appears, since that is the most every term is guaranteed to contain.

  • Factorise fully \left(x + 1\right)\left(2x + 3\right) + \left(x + 1\right)\left(x - 2\right).

    Take out the common bracket \left(x + 1\right), then simplify what is left inside:

    \left(x + 1\right)\left[\left(2x + 3\right) + \left(x - 2\right)\right] = \left(x + 1\right)\left(3x + 1\right)

    A highest common factor can be a whole bracket, not just a number or a variable.

  • How do you expand three brackets multiplied together?

    Expand any two of them first and collect like terms, then multiply that result by the remaining bracket.

    The second stage is usually of the form \left(x + a\right)\left(x^{2} + bx + c\right), which produces six terms before simplifying.

  • Complete the factorisation by grouping:

    ab + 3b + 2a + 6 = b\left(a + 3\right) + \_\_\_\_\_\_\left(a + 3\right) = \left(a + 3\right)\left(\_\_\_\_\_\_\right)

    The completed factorisation is:

    ab + 3b + 2a + 6 = b\left(a + 3\right) + 2\left(a + 3\right) = \left(a + 3\right)\left(b + 2\right)

    Once both pairs produce the same bracket, that bracket comes out as a factor. The pairing is not always the first two terms and the last two; look for which terms share a factor.

  • Expand \left(2x - 3\right)\left(x + 4\right)\left(3x - 1\right).

    Expanding the first two brackets gives 2x^{2} + 5x - 12.

    Multiplying that by \left(3x - 1\right) and collecting like terms gives:

    6x^{3} + 13x^{2} - 41x + 12

  • Define quadratic expression.

    A quadratic expression has the form ax^{2} + bx + c, where a \ne 0.

    Any higher power of x, such as an x^{3} term, means the expression is not quadratic.

  • Complete the rule for factorising x^{2} + bx + c by inspection:

    Find two numbers that multiply to \_\_\_\_\_\_ and add to \_\_\_\_\_\_.

    The completed rule is:

    Find two numbers that multiply to c and add to b.

    For x^{2} - 2x - 8 that pair is -4 and +2, giving \left(x + 2\right)\left(x - 4\right).

  • When factorising ax^{2} + bx + c with a \ne 1, what must the two numbers multiply to?

    The two numbers must multiply to ac, not to c, while still adding to b.

    For 4x^{2} - 25x - 21 that means multiplying to 4 \times \left(-21\right) = -84 and adding to -25, which gives -28 and +3.

  • Factorise 6x^{2} - 7x - 3.

    Split the middle term using +2x and -9x, which multiply to -18 and add to -7:

    6x^{2} + 2x - 9x - 3 = 2x\left(3x + 1\right) - 3\left(3x + 1\right) = \left(3x + 1\right)\left(2x - 3\right)

    The shared bracket \left(3x + 1\right) then comes out as a factor.

  • Complete the difference of two squares:

    a^{2} - b^{2} = \left(a + b\right)\left(\_\_\_\_\_\_\right)

    The completed identity is:

    a^{2} - b^{2} = \left(a + b\right)\left(a - b\right)

    The two brackets can be written the other way round, but the a must come first in each, because it is a^{2} - b^{2} and not b^{2} - a^{2}.

  • True or False?

    x^{2} + 4 cannot be factorised.

    True.

    The difference of two squares needs a subtraction, so a sum of two squares does not factorise.

    x^{2} - 4 factorises to \left(x + 2\right)\left(x - 2\right), but x^{2} + 4 has no such pair of brackets.

  • How do you factorise 3x^{2} + 13xy - 10y^{2}?

    Factorise the easier quadratic 3x^{2} + 13x - 10 first, which gives \left(3x - 2\right)\left(x + 5\right).

    Then put a y on the last term of each bracket, giving \left(3x - 2y\right)\left(x + 5y\right).

  • Factorise fully 20x^{3} - 45x.

    Take out the common factor 5x first, which reveals a difference of two squares:

    20x^{3} - 45x = 5x\left(4x^{2} - 9\right) = 5x\left(2x + 3\right)\left(2x - 3\right)

    Here 4x^{2} = \left(2x\right)^{2} and 9 = 3^{2}, so the bracket is a difference of two squares even though it does not look like one at first.

  • Factorise \left(7x + 3\right)^{2} - \left(3x - 2\right)^{2}.

    Use a^{2} - b^{2} = \left(a + b\right)\left(a - b\right) with a = 7x + 3 and b = 3x - 2:

    \left(\left(7x + 3\right) + \left(3x - 2\right)\right)\left(\left(7x + 3\right) - \left(3x - 2\right)\right) = \left(10x + 1\right)\left(4x + 5\right)

    The two squared quantities can be whole brackets rather than single terms.

  • How can you tell whether a quadratic expression will factorise?

    Work out the discriminant, b^{2} - 4ac: if it is a square number, the expression factorises.

    Solving the quadratic on a calculator works too, since whole-number or fraction solutions mean it factorises and surd solutions mean it does not.

  • Which two factorising methods apply to a quadratic with only two terms?

    Take out the highest common factor, as in x^{2} - 7x = x\left(x - 7\right).

    If instead it is one square subtracted from another, such as x^{2} - 9, use the difference of two squares.

  • Why should you check for a common factor before factorising 3x^{2} + 15x + 18?

    Because 3 divides every term, so taking it out gives 3\left(x^{2} + 5x + 6\right) and the bracket now starts with x^{2}.

    A quadratic starting with x^{2} is much easier to factorise, giving 3\left(x + 2\right)\left(x + 3\right).

  • True or False?

    In 3x^{2} - 5x - 2, the 3 can be taken out as a common factor.

    False.

    3 divides 3x^{2} but it does not divide -5x or -2, so there is no common factor to take out.

    This one has to be factorised as a harder quadratic, giving \left(3x + 1\right)\left(x - 2\right).

  • The discriminant of 3x^{2} + 7x - 6 is 121. Does it factorise?

    Yes: 121 = 11^{2}, which is a square number, so the expression factorises.

    If the discriminant were not a square number, the solutions would involve surds and no factorisation with whole numbers would be possible.

  • Factorise fully -8x^{2} + 100x - 48.

    Take out -4 first, which gives -4\left(2x^{2} - 25x + 12\right).

    Factorising the bracket as a harder quadratic gives:

    -8x^{2} + 100x - 48 = -4\left(2x - 1\right)\left(x - 12\right)

  • Complete the rule for completing the square:

    x^{2} + bx = \left(x + \_\_\_\_\_\_\right)^{2} - \left(\_\_\_\_\_\_\right)^{2}

    The completed rule is:

    x^{2} + bx = \left(x + \frac{b}{2}\right)^{2} - \left(\frac{b}{2}\right)^{2}

    Half of b goes inside the bracket and the same quantity is then squared and subtracted, so x^{2} + 8x = \left(x + 4\right)^{2} - 16.

  • Write x^{2} + 10x + 9 in completed square form.

    Replace x^{2} + 10x with \left(x + 5\right)^{2} - 25, then add the 9:

    x^{2} + 10x + 9 = \left(x + 5\right)^{2} - 16

    The -25 and the +9 combine, which is why the number at the end is not the original 9.

  • True or False?

    x^{2} - 20x = \left(x - 10\right)^{2} + 100

    False.

    The squared number is always subtracted, so x^{2} - 20x = \left(x - 10\right)^{2} - 100.

    A negative b changes the sign inside the bracket, not the sign in front of the number at the end.

  • How do you complete the square when there is a number in front of x^{2}?

    Factor that number out of the x^{2} and x terms only, using square brackets, and leave the constant sitting outside.

    Complete the square inside the brackets, then multiply back out and combine the numbers at the very end.

  • Write 4x^{2} + 16x + 5 in the form a\left(x + p\right)^{2} + q.

    Take the 4 out of the first two terms only, then complete the square inside:

    4\left[x^{2} + 4x\right] + 5 = 4\left[\left(x + 2\right)^{2} - 4\right] + 5 = 4\left(x + 2\right)^{2} - 11

    The +5 takes no part at all until the last step, when -16 and +5 combine.

  • Complete the coordinates of the turning point of y = a\left(x + p\right)^{2} + q:

    \left(\_\_\_\_\_\_ , \_\_\_\_\_\_\right)

    The turning point is at:

    \left(-p , q\right)

    Note the negative on the x-coordinate. It is a minimum when a > 0 and a maximum when a < 0, but the coordinates are the same either way.

  • Find the turning point of y = x^{2} + 6x - 11.

    Completing the square gives y = \left(x + 3\right)^{2} - 20.

    The turning point is therefore at \left(-3 , -20\right).

  • How does completing the square show that y = x^{2} + 6x - 3 has a minimum value of -12?

    Completing the square gives y = \left(x + 3\right)^{2} - 12.

    A squared bracket can never be negative, so its smallest possible value is 0, which makes the smallest possible value of y equal to -12.

  • A quadratic has a minimum turning point at \left(2 , -5\right). Write down a possible equation for it.

    One possibility is y = \left(x - 2\right)^{2} - 5.

    Reading \left(-p , q\right) backwards gives p = -2 and q = -5, and any positive number in front of the bracket would also work.

  • True or False?

    To solve x\left(x - 4\right) = 0 you can divide both sides by x.

    False.

    Dividing by x throws away the solution x = 0, leaving only x = 4.

    Dividing an equation by an unknown is only safe when you already know that unknown cannot be zero.

  • How do you solve \left(2x - 3\right)\left(3x + 5\right) = 0?

    If a product is zero then one of its factors must be zero, so set each bracket equal to zero in turn.

    That gives 2x - 3 = 0 and 3x + 5 = 0, so x = \frac{3}{2} or x = -\frac{5}{3}.

  • Complete the quadratic formula:

    x = \frac{-b \pm \sqrt{\_\_\_\_\_\_}}{\_\_\_\_\_\_}

    The completed formula is:

    x = \frac{-b \pm \sqrt{b^{2} - 4ac}}{2a}

    The whole of -b sits above the line, and the 2a divides everything above it, including the square root.

  • Solve x^{2} - 7x + 2 = 0, giving your answers in exact form.

    Substitute a = 1, b = -7 and c = 2 into the quadratic formula, putting brackets around the negative:

    x = \frac{7 \pm \sqrt{41}}{2}

    "Exact form" means the answer keeps its surd, so this cannot be simplified any further.

  • Complete the number of solutions in each case:

    b^{2} - 4ac > 0 gives \_\_\_\_\_\_ solution(s).

    b^{2} - 4ac = 0 gives \_\_\_\_\_\_ solution(s).

    b^{2} - 4ac < 0 gives \_\_\_\_\_\_ solution(s).

    The completed rules are:

    b^{2} - 4ac > 0 gives two different solutions.

    b^{2} - 4ac = 0 gives one repeated solution.

    b^{2} - 4ac < 0 gives no solutions.

    The count follows from the square root: a positive number has two roots, zero has one, and a negative number has none.

  • Why is x^{4} - 3x^{2} - 4 = 0 called a hidden quadratic?

    Because it has the structure a\left(\text{something}\right)^{2} + b\left(\text{something}\right) + c = 0, with x^{2} as the something.

    Since x^{4} = \left(x^{2}\right)^{2}, the equation is a quadratic in x^{2} rather than in x.

  • Solve x^{4} - 3x^{2} - 4 = 0.

    Substitute u = x^{2} to get u^{2} - 3u - 4 = 0, which gives u = 4 or u = -1.

    Then x^{2} = 4 gives the two solutions x = \pm 2, while x^{2} = -1 gives none, so x = -2 or x = 2.

  • The solutions of x^{2} - 3x - 4 = 0 are x = 4 and x = -1. Why can you not just add 5 to these to solve \left(x + 5\right)^{2} - 3\left(x + 5\right) - 4 = 0?

    Substituting u = x + 5 gives u = 4 or u = -1, and those are values of x + 5 rather than of x.

    You therefore subtract 5 from each, giving x = -1 or x = -6.

  • Solve x - \sqrt{x} - 6 = 0.

    Substitute u = \sqrt{x} to get u^{2} - u - 6 = 0, so u = 3 or u = -2.

    Only u = 3 is possible, because \sqrt{x} can never be negative, so the single solution is x = 9.

  • Define identity.

    An identity is a statement with an \equiv sign that is true for every value of the variable.

    For example x + x \equiv 2x holds whatever x is, including negatives, fractions and \pi.

  • True or False?

    2x = 10 is an identity.

    False.

    The statement is true only when x = 5, so it is an equation rather than an identity.

    An identity holds for every value of x, which is why it is written with \equiv instead of =.

  • What does the method of equating coefficients involve?

    Expand and collect like terms on each side, then match the coefficients of each power of x across the identity.

    Each power gives its own equation, and those equations can then be solved for the unknown constants.

  • Complete the identity by equating coefficients:

    3\left(x + y\right) + 2y \equiv \_\_\_\_\_\_x + \_\_\_\_\_\_y

    The completed identity is:

    3\left(x + y\right) + 2y \equiv 3x + 5y

    Expanding the left side gives 3x + 3y + 2y, and the two y terms combine to 5y.

  • Given that a\left(x + 3\right)^{2} - bx + 5 \equiv 4x^{2} + c, find a, b and c.

    Expanding the left side gives ax^{2} + 6ax + 9a - bx + 5, so comparing terms gives a = 4, then 6a - b = 0 and 9a + 5 = c.

    These solve to give a = 4, b = 24 and c = 41.

  • Why does a missing term still matter when equating coefficients?

    Because a term that is absent has a coefficient of zero, and that zero still has to be matched.

    If one side has no x term at all, then the coefficients of x on the other side must add up to 0.

  • Complete the rule for turning a ratio into algebra:

    If x : y equals a : b, then \frac{x}{y} = \_\_\_\_\_\_.

    The completed rule is:

    If x : y equals a : b, then \frac{x}{y} = \frac{a}{b}.

    Writing a ratio as an equation between two fractions is what lets you use algebra on it.

  • If A = 6x, B = x + 1 and A : B = 9 : 2, find x.

    Write the ratio as \frac{6x}{x + 1} = \frac{9}{2}, then cross-multiply.

    That gives 12x = 9x + 9, so 3x = 9 and x = 3.

  • How do you write "x\% of y" and "an increase of a\% on b" algebraically?

    x\% of y is \frac{x}{100} \times y, which simplifies to \frac{xy}{100}.

    An increase of a\% on b is b\left(1 + \frac{a}{100}\right), since the original amount is the 1.

  • If A = 6x and B = x + 1, and A\% of 50 equals B\% of 250, find x.

    Write it as \frac{6x}{100} \times 50 = \frac{x + 1}{100} \times 250, then multiply both sides by 100.

    That gives 300x = 250x + 250, so 50x = 250 and x = 5.

  • Complete the formula for the sum of the interior angles of a polygon with n sides:

    180^{\circ} \times \left(\_\_\_\_\_\_\right)

    The completed formula is:

    180^{\circ} \times \left(n - 2\right)

    A hexagon has n = 6, so its interior angles sum to 180^{\circ} \times 4 = 720^{\circ}.

  • True or False?

    The interior angles of an irregular pentagon still add up to 540^{\circ}.

    True.

    The sum depends only on the number of sides, not on whether the polygon is regular.

    Only the individual angles change: in a regular pentagon they are all 108^{\circ}, but in an irregular one they are not.

  • The interior angles of a pentagon are 3x + 10, 5x - 8, x, 6x - 2 and 90 degrees. Find x.

    The angles of a pentagon sum to 540^{\circ}, so the equation to form is 15x + 90 = 540.

    Then 15x = 450, giving x = 30.

  • Write an expression for the perimeter of a regular pentagon with side length 2x - 1.

    The perimeter is 5\left(2x - 1\right), which expands to 10x - 5.

    Regular means all five sides are the same length, so one side length is multiplied by 5.

  • When forming an expression for a surface area, what is easy to leave out?

    The faces that are hidden in the diagram, since only some of a solid's faces are visible from one viewpoint.

    Count the faces first, note which of them are identical, then write an area expression for each one.

  • A cone and a hemisphere have the same radius r and the same total surface area. Using 4\pi r^{2} for the surface area of a sphere and \pi rl for the curved surface area of a cone, show that the cone's slant height is 2r.

    The hemisphere's total surface area is \frac{1}{2} \times 4\pi r^{2} + \pi r^{2} = 3\pi r^{2}, and the cone's is \pi rl + \pi r^{2}.

    Setting them equal gives 3\pi r^{2} = \pi r\left(l + r\right), so 3r = l + r and l = 2r.

Sign up to unlock flashcards

or