Worked solution
Method: completing the square
Start with
x2−5x−3=0.
Step 1: halve the coefficient of x.
The coefficient of x is −5, and half of it is −25. So the square we need is
(x−25)2=x2−5x+425.
Step 2: rewrite x2−5x using this square.
Since (x−25)2 contains an extra +425, we must subtract it back:
x2−5x=(x−25)2−425.
Step 3: substitute into the equation.
(x−25)2−425−3=0.
Step 4: collect the constants (note −3=−412):
(x−25)2=425+3=425+412=437.
Step 5: take the square root (remember the ±):
x−25=±437=±237.
Step 6: solve for x.
x=25±237=25±37.
Numerically, 37≈6.08, so x≈5.54 or x≈−0.54.
With a=1, b=−5, c=−3:
x=2a−b±b2−4ac=25±(−5)2−4(1)(−3)=25±25+12=25±37.
This confirms the completing-the-square result.
Checking the distractors
- B (2−5±37): comes from using (x+25)2, a sign error in the bracket.
- C (5±27): comes from forgetting to halve 5, using (x−5)2 and getting (x−5)2=28.
- D (25±13): comes from 425−3=413, a sign slip on the constant.
Quick verification of A: for x=25+37, the sum of roots is 25+37+25−37=5 (matches −b/a) and the product is 425−37=−3 (matches c/a). Correct.
x=25±37