Pset.cts.01.sol
Completing the Square Solutions - Set 1¶
Problem 1.¶
Equation: \(x^2 - 6x + 5 = 0\)
Steps:
- Rewrite the equation: \(x^2 - 6x = -5\).
- Complete the square:
- Solve for \(x\):
Problem 2.¶
Equation: \(x^2 + 8x + 15 = 0\)
Steps:
- Rewrite the equation: \(x^2 + 8x = -15\).
- Complete the square:
- Solve for \(x\):
Problem 3.¶
Equation: \(2x^2 - 4x - 6 = 0\)
Steps: 1. Divide by 2: \(x^2 - 2x - 3 = 0\). 2. Rewrite the equation: \(x^2 - 2x = 3\). 3. Complete the square:
- Solve for \(x\):
Problem 4.¶
Equation: \(3x^2 - 12x + 7 = 0\)
Steps:
- Rewrite the equation: \(3x^2 - 12x = -7\).
- Divide by 3: \(x^2 - 4x = -\frac{7}{3}\).
- Complete the square:
- Solve for \(x\):
Problem 5.¶
Equation: \(4x^2 + 20x + 25 = 0\)
Steps:
- Rewrite the equation: \(4x^2 + 20x = -25\).
- Divide by 4: \(x^2 + 5x = -\frac{25}{4}\).
- Complete the square: [ x^2 + 5x + \left(\frac{5}{2}\right)^2 = -\frac{25}{4} + \left(\frac{5}{2}\right)^2 ]
- Solve for \(x\):
Problem 6.¶
Equation: \(x^2 + 6x - 7 = 0\)
Steps: 1. Rewrite the equation: \(x^2 + 6x = 7\). 2. Complete the square: [ x^2 + 6x + \left(\frac{6}{2}\right)^2 = 7 + \left(\frac{6}{2}\right)^2 ]
- Solve for \(x\): [ x + 3 = \pm 4 ]
Problem 7.¶
Equation: \(x^2 - 10x + 24 = 0\)
Steps:
- Rewrite the equation: \(x^2 - 10x = -24\).
- Complete the square:
- Solve for \(x\):
Problem 8.¶
Equation: \(5x^2 + 14x - 3 = 0\)
Steps: 1. Rewrite the equation: \(5x^2 + 14x = 3\). 2. Divide by 5: \(x^2 + \frac{14}{5}x = \frac{3}{5}\). 3. **Complete
the square**: [ x^2 + \frac{14}{5}x + \left(\frac{7}{5}\right)^2 = \frac{3}{5} + \left(\frac{7}{5}\right)^2 ]
- Solve for \(x\): [ x + \frac{7}{5} = \pm \frac{8}{5} ]
Problem 9.¶
Equation: \(x^2 + 2x - 8 = 0\)
Steps: 1. Rewrite the equation: \(x^2 + 2x = 8\). 2. Complete the square:
- Solve for \(x\):
[ x + 1 = \pm 3 ] \ [ x = -1 \pm 3 ]
Problem 10.¶
Equation: \(6x^2 - 5x - 6 = 0\)
Steps:
- Rewrite the equation: \(6x^2 - 5x = 6\).
- Divide by 6: \(x^2 - \frac{5}{6}x = 1\).
- Complete the square: [ x^2 - \frac{5}{6}x + \left(\frac{5}{12}\right)^2 = 1 + \left(\frac{5}{12}\right)^2 ]
- Solve for \(x\):
Problem 11.¶
Equation: \(x^2 - 8x + 16 = 0\)
Steps:
- Rewrite the equation: \(x^2 - 8x = -16\).
- Complete the square:
- Solve for \(x\):
Problem 12.¶
Equation: \(2x^2 + 4x - 3 = 0\)
Steps:
- Rewrite the equation: \(2x^2 + 4x = 3\).
- Divide by 2: \(x^2 + 2x = \frac{3}{2}\).
- Complete the square:
- Solve for \(x\):