Worked solution
Part (a): Factorise and solve 3x2+11x−20=0
To factorise, find two numbers that multiply to a×c=3×(−20)=−60 and add to b=11.
Those numbers are +15 and −4, since 15×(−4)=−60 and 15+(−4)=11.
Split the middle term:
3x2+15x−4x−20.
Factorise in pairs:
3x(x+5)−4(x+5)=(3x−4)(x+5).
So 3x2+11x−20=(3x−4)(x+5).
Now set each factor equal to zero:
3x−4=0⇒x=34,
x+5=0⇒x=−5.
Answer: (3x−4)(x+5), giving x=34 or x=−5.
Part (b): Solve x2+8x−3=0 by completing the square
The coefficient of x2 is 1, so take half of the coefficient of x. Half of 8 is 4, and 42=16:
x2+8x−3=(x+4)2−16−3=(x+4)2−19.
So the equation becomes:
(x+4)2−19=0,
(x+4)2=19.
Take the square root of both sides, keeping both signs:
x+4=±19,
x=−4±19.
Now evaluate, using 19=4.3588…:
x=−4+4.3588…=0.3588…≈0.359,
x=−4−4.3588…=−8.3588…≈−8.36.
Answer (to 3 significant figures): x=0.359 or x=−8.36.
Here a=2, b=−5 and c=−6. The quadratic formula is:
x=2a−b±b2−4ac.
First find the discriminant, taking care with the signs:
b2−4ac=(−5)2−4(2)(−6)=25+48=73.
Substitute into the formula:
x=2(2)−(−5)±73=45±73.
Since 73=8.5440…:
x=45+8.5440…=413.5440…=3.3860…≈3.39,
x=45−8.5440…=4−3.5440…=−0.8860…≈−0.89.
Answer (to 2 decimal places): x=3.39 or x=−0.89.