Flashcards · 15 cards

Expressions, formulae & change of subject

Say the answer to yourself, then check. Cards you know come back less and less often; cards you don't come back tomorrow.

  1. Know it

    Substituting x=4x = 4 and y=−2y = -2 into x2−y3x^2 - y^3: what do you get?

    Answer

    Put negative numbers in brackets: y3=(−2)3=−8y^3 = (-2)^3 = -8, so x2−y3=16−(−8)=24x^2 - y^3 = 16 - (-8) = 24.

  2. Rule

    Given m:n=3:2m : n = 3 : 2, how do you evaluate m2+n2m2−n2\dfrac{m^2 + n^2}{m^2 - n^2}?

    Answer

    Write m=3km = 3k and n=2kn = 2k, substitute, and the kk's cancel: 9k2+4k29k2−4k2=135\dfrac{9k^2 + 4k^2}{9k^2 - 4k^2} = \dfrac{13}{5}.

    mnkkkkkm = 3kn = 2k
    One block sizem : n = 3 : 2 means m = 3k and n = 2k
  3. Rule

    (a+b)(c+d)= ?(a + b)(c + d) = \,?

    Answer

    ac+ad+bc+bdac + ad + bc + bd: every term of one bracket times every term of the other.

    cdabacadbcbdac + ad + bc + bd
    Four productsEvery term of one bracket times every term of the other
  4. Know it

    (p+q)2= ?(p + q)^2 = \,? and (p−q)2= ?(p - q)^2 = \,?

    Answer

    p2+2pq+q2p^2 + 2pq + q^2 and p2−2pq+q2p^2 - 2pq + q^2. Not p2+q2p^2 + q^2: the middle term matters.

  5. Rule

    f(x)=2x−5f(x) = 2x - 5. What is f(3a)f(3a)?

    Answer

    Put 3a3a wherever xx is: f(3a)=2(3a)−5=6a−5f(3a) = 2(3a) - 5 = 6a - 5.

    f(x) = x² + 1f(3) = 3² + 1 = 10f(x − 2) = (x − 2)² + 1
    Whatever is in the bracketreplaces x everywhere in the rule
  6. Rule

    How do you find the inverse of f(x)=2x−5f(x) = 2x - 5?

    Answer

    Undo each step, last one first: add 5, then divide by 2. So f−1(x)=x+52f^{-1}(x) = \dfrac{x + 5}{2}.

    fx× 2− 52x − 5f⁻¹x+ 5÷ 2(x + 5) ÷ 2
    The inverse machineUndo each step of f, last one first
  7. Know it

    Name three ways to factorise.

    Answer

    A common factor: 6x2−9x=3x(2x−3)6x^2 - 9x = 3x(2x - 3). Grouping: ax+ay+bx+by=(a+b)(x+y)ax + ay + bx + by = (a + b)(x + y). The difference of two squares.

  8. Rule

    Factorise a2−b2a^2 - b^2.

    Answer

    (a−b)(a+b)(a - b)(a + b).

    b²aaba + ba − ba² − b² = (a + b)(a − b)
    Difference of two squaresCut b² from a², and the rest rearranges into (a + b)(a − b)
  9. Know it

    When is x+1x2−9\dfrac{x + 1}{x^2 - 9} undefined?

    Answer

    When the denominator is 0: x2−9=0x^2 - 9 = 0, so x=3x = 3 or x=−3x = -3.

  10. Know it

    1x−3−1x+2= ?\dfrac{1}{x - 3} - \dfrac{1}{x + 2} = \,?

    Answer

    Use a common denominator and put the tops in brackets: (x+2)−(x−3)(x−3)(x+2)=5(x−3)(x+2)\dfrac{(x + 2) - (x - 3)}{(x - 3)(x + 2)} = \dfrac{5}{(x - 3)(x + 2)}.

  11. Rule

    How do you split 5x−1(x−1)(x+1)\dfrac{5x - 1}{(x - 1)(x + 1)} into partial fractions?

    Answer

    Write it as Ax−1+Bx+1\dfrac{A}{x - 1} + \dfrac{B}{x + 1} and make each bracket zero in turn: x=1x = 1 gives A=2A = 2, and x=−1x = -1 gives B=3B = 3.

    5x − 1(x − 1)(x + 1)=Ax − 1+Bx + 1x = 1 gives A = (5 − 1) ÷ 2 = 2x = −1 gives B = (−5 − 1) ÷ (−2) = 3
    Partial fractionsMake each bracket zero in turn to find A and B
  12. Rule

    How do you change the subject of a formula?

    Answer

    Undo what was done to the letter, in reverse order, doing the same to both sides each time.

    tatv× a+ uvv − ut− u÷ aundo the last step firstt = (v − u) ÷ a
    Build it, then undo itOpposite operations, last one first
  13. Know it

    Make ww the subject of y=3w+12w−5y = \dfrac{3w + 1}{2w - 5}.

    Answer

    Multiply out, collect the ww terms on one side, then factorise out ww: w(2y−3)=5y+1w(2y - 3) = 5y + 1, so w=5y+12y−3w = \dfrac{5y + 1}{2y - 3}.

  14. Which method?

    WAEC 2024 · Paper 1 · Q5

    Simplify: (2p−q)2−(p+q)2(2p - q)^2 - (p + q)^2.

    Expanding both brackets is slow. What is quicker?

    Answer

    It is a difference of two squares, A2−B2=(A−B)(A+B)A^2 - B^2 = (A - B)(A + B), with A=2p−qA = 2p - q and B=p+qB = p + q.

  15. Which method?

    WAEC 2022 · Paper 1 · Q18

    Make tt the subject of k=mt−prk = m\sqrt{\dfrac{t - p}{r}}.

    What comes first?

    Answer

    Undo the outside first: divide by mm, then square both sides to remove the root. Then multiply by rr and add pp.