Question

Difficulty: MediumQuadratic Equations

In the quadratic equation x2kx+5=0x^2 - kx + 5 = 0, kk is a constant. If the solutions to the equation are x=3±ax = 3 \pm \sqrt{a}, where aa is a positive constant, what is the value of aa?

Answer: 4

Answer

4
The correct answer is 4. By relating the roots of a quadratic equation to its coefficients, the sum of the roots is (3+a)+(3a)=6(3 + \sqrt{a}) + (3 - \sqrt{a}) = 6, which equals the linear coefficient term kk in x2kx+5=0x^2 - kx + 5 = 0. Using k=6k = 6, we can rewrite the equation as x26x+5=0x^2 - 6x + 5 = 0. Completing the square yields (x3)29+5=0(x - 3)^2 - 9 + 5 = 0, which simplifies to (x3)2=4(x - 3)^2 = 4, or x=3±4x = 3 \pm \sqrt{4}. Comparing this to the given expression x=3±ax = 3 \pm \sqrt{a} gives a=4a = 4. Alternatively, using the product of roots, (3+a)(3a)=9a(3 + \sqrt{a})(3 - \sqrt{a}) = 9 - a. Since the product of roots is the constant term 5, we have 9a=59 - a = 5, which directly yields a=4a = 4.

Step-by-Step Solution

1
Find the sum of the given solutions to determine the value of the constant kk.
k=6k = 6
The sum of the solutions (3+a)+(3a)(3 + \sqrt{a}) + (3 - \sqrt{a}) is 66. For a quadratic equation in the form x2kx+c=0x^2 - kx + c = 0, the sum of the solutions is equal to kk.
2
Substitute k=6k = 6 back into the quadratic equation.
x26x+5=0x^2 - 6x + 5 = 0
This gives the complete quadratic equation with numerical coefficients.
3
Solve the quadratic equation by completing the square to express the solutions in the form 3±a3 \pm \sqrt{a}.
x=3±4x = 3 \pm \sqrt{4}
Completing the square gives (x3)29+5=0(x - 3)^2 - 9 + 5 = 0, which simplifies to (x3)2=4(x - 3)^2 = 4, so x3=±4x - 3 = \pm \sqrt{4}.
4
Compare the obtained solutions to the given form x=3±ax = 3 \pm \sqrt{a} to identify the value of aa.
a=4a = 4
Comparing x=3±4x = 3 \pm \sqrt{4} with x=3±ax = 3 \pm \sqrt{a} yields a=4a = 4.

Key Concept

Relationship between roots and coefficients of a quadratic equation, or solving quadratic equations by completing the square.
Rate this question