Skip to content

9709 · 2.1

Algebra — practice questions

Practice and worked examples for 9709 Algebra. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

Solve the equation 3x1=x+4|3x - 1| = |x + 4|.

Show solution outline

We are asked to solve 3x1=x+4|3x - 1| = |x + 4|. A robust method is to square both sides of the equation.

(3x1)2=(x+4)2(3x - 1)^2 = (x + 4)^2

Expand both sides: (3x1)(3x1)=(x+4)(x+4)(3x - 1)(3x - 1) = (x + 4)(x + 4) 9x26x+1=x2+8x+169x^2 - 6x + 1 = x^2 + 8x + 16

Now, rearrange to form a quadratic equation equal to zero: 9x2x26x8x+116=09x^2 - x^2 - 6x - 8x + 1 - 16 = 0 8x214x15=08x^2 - 14x - 15 = 0

We can solve this quadratic equation. We look for two numbers that multiply to 8×(15)=1208 \times (-15) = -120 and add to 14-14. These numbers are 20-20 and 66. 8x220x+6x15=08x^2 - 20x + 6x - 15 = 0 4x(2x5)+3(2x5)=04x(2x - 5) + 3(2x - 5) = 0 (4x+3)(2x5)=0(4x + 3)(2x - 5) = 0

This gives two possible solutions: 4x+3=0    x=344x + 3 = 0 \implies x = -\frac{3}{4} 2x5=0    x=522x - 5 = 0 \implies x = \frac{5}{2}

The solutions are x=34x = -\frac{3}{4} and x=52x = \frac{5}{2}.

Worked example 2

The polynomial p(x)=2x3+3x218x+8p(x) = 2x^3 + 3x^2 - 18x + 8 has a factor of (x2)(x-2). (i) Show that p(2)=0p(2)=0. (ii) Hence, factorise p(x)p(x) completely.

Show solution outline

(i) To show (x2)(x-2) is a factor, we use the Factor Theorem and evaluate p(2)p(2): p(2)=2(2)3+3(2)218(2)+8p(2) = 2(2)^3 + 3(2)^2 - 18(2) + 8 =2(8)+3(4)36+8= 2(8) + 3(4) - 36 + 8 =16+1236+8= 16 + 12 - 36 + 8 =2836+8=8+8=0= 28 - 36 + 8 = -8 + 8 = 0 Since p(2)=0p(2)=0, (x2)(x-2) is a factor of p(x)p(x).

(ii) Since (x2)(x-2) is a factor, we can write p(x)p(x) in the form (x2)(Ax2+Bx+C)(x-2)(Ax^2 + Bx + C). By comparing the coefficient of x3x^3, we see A=2A=2. By comparing the constant term, we see 2C=8-2C = 8, so C=4C=-4. So, p(x)=(x2)(2x2+Bx4)p(x) = (x-2)(2x^2 + Bx - 4). To find BB, we can compare the x2x^2 coefficient. The x2x^2 term is formed by x(Bx)+(2)(2x2)=(B4)x2x(Bx) + (-2)(2x^2) = (B-4)x^2. We know the coefficient of x2x^2 in p(x)p(x) is 3. So, B4=3    B=7B-4 = 3 \implies B=7.

Thus, p(x)=(x2)(2x2+7x4)p(x) = (x-2)(2x^2 + 7x - 4). Now we factorise the quadratic 2x2+7x42x^2 + 7x - 4. We look for two numbers that multiply to 2×(4)=82 \times (-4) = -8 and add to 77. These are 88 and 1-1. 2x2+8xx4=2x(x+4)1(x+4)=(2x1)(x+4)2x^2 + 8x - x - 4 = 2x(x+4) - 1(x+4) = (2x-1)(x+4).

Therefore, the complete factorisation is p(x)=(x2)(x+4)(2x1)p(x) = (x-2)(x+4)(2x-1).