Quadratic Equations

66 questions

Question 1Question

In the quadratic equation 2x216x+c=02x^2 - 16x + c = 0, cc is a constant. If one of the solutions to the equation is 434 - \sqrt{3}, what is the value of cc?

Show answer & explanation

Answer: 26

Answer

26
Since the coefficients of the quadratic equation are real, any irrational roots must occur in conjugate pairs. Therefore, if one solution is 434 - \sqrt{3}, the other solution must be 4+34 + \sqrt{3}. According to Vieta's formulas, the product of the roots r1r_1 and r2r_2 for a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 is ca\frac{c}{a}. In this equation, a=2a = 2, so the product of the roots is c2\frac{c}{2}. Multiplying the two solutions gives (43)(4+3)=163=13(4 - \sqrt{3})(4 + \sqrt{3}) = 16 - 3 = 13. Setting c2=13\frac{c}{2} = 13 and solving for cc yields c=26c = 26.

Step-by-Step Solution

1
Determine the second root of the quadratic equation.
The second root is 4+34 + \sqrt{3}.
Since the quadratic equation has real coefficients, the irrational roots must be conjugate pairs.
2
Express the product of the roots using Vieta's formulas.
The product of the roots is c2\frac{c}{2}.
For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the product of the roots is equal to ca\frac{c}{a}. Here, a=2a = 2.
3
Calculate the product of the two roots.
(43)(4+3)=163=13(4 - \sqrt{3})(4 + \sqrt{3}) = 16 - 3 = 13.
Using the difference of squares formula, (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2.
4
Equate the product of the roots to the expression from step 2 and solve for cc.
c2=13c=26\frac{c}{2} = 13 \Rightarrow c = 26.
By substituting the calculated product into the formula for the product of the roots, we find the value of the constant.

Key Concept

Using Vieta's formulas and the conjugate root theorem to solve for coefficients of a quadratic equation.

Alternative Method

Alternatively, substitute the given solution x=43x = 4 - \sqrt{3} directly into the equation 2x216x+c=02x^2 - 16x + c = 0 and solve for cc. First, calculate x2=(43)2=1683+3=1983x^2 = (4 - \sqrt{3})^2 = 16 - 8\sqrt{3} + 3 = 19 - 8\sqrt{3}. Then substitute this into the equation: 2(1983)16(43)+c=02(19 - 8\sqrt{3}) - 16(4 - \sqrt{3}) + c = 0. Simplifying this yields 3816364+163+c=026+c=0c=2638 - 16\sqrt{3} - 64 + 16\sqrt{3} + c = 0 \Rightarrow -26 + c = 0 \Rightarrow c = 26.
Estimated Time:1m 30s
Question 2Question

What are the solutions to the quadratic equation x24x12=0x^2 - 4x - 12 = 0?

Show answer & explanation

Answer: x=6x = 6 and x=2x = -2

Answer

The solutions are x=6x = 6 and x=2x = -2.
The correct answer is x=6x = 6 and x=2x = -2. Factoring the quadratic equation x24x12=0x^2 - 4x - 12 = 0 involves finding two numbers whose product is 12-12 and whose sum is 4-4. These numbers are 6-6 and 22. Rewriting the equation as (x6)(x+2)=0(x - 6)(x + 2) = 0 and setting each factor to zero yields the solutions x=6x = 6 and x=2x = -2.

Step-by-Step Solution

1
Identify the quadratic equation to factor.
The equation is x24x12=0x^2 - 4x - 12 = 0.
To find the solutions, we need to rewrite the quadratic expression in factored form.
2
Find two numbers that multiply to 12-12 and add up to 4-4.
The numbers are 6-6 and 22.
These numbers satisfy both conditions: (6)×2=12(-6) \times 2 = -12 and 6+2=4-6 + 2 = -4.
3
Write the quadratic equation in factored form and solve for xx.
(x6)(x+2)=0(x - 6)(x + 2) = 0, which means x6=0x - 6 = 0 or x+2=0x + 2 = 0. Thus, x=6x = 6 or x=2x = -2.
Applying the zero product property allows us to solve for the individual values of xx.

Key Concept

Solving quadratic equations by factoring
Question 3Question

In the quadratic equation x2kx+9=0x^2 - kx + 9 = 0, kk is a positive constant. If the equation has exactly one real solution, what is the value of kk?

Show answer & explanation

Answer: 6

Answer

6
For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 to have exactly one real solution, its discriminant must equal zero (b24ac=0b^2 - 4ac = 0). In the equation x2kx+9=0x^2 - kx + 9 = 0, the coefficients are a=1a = 1, b=kb = -k, and c=9c = 9. Setting the discriminant to zero gives (k)24(1)(9)=0(-k)^2 - 4(1)(9) = 0, which simplifies to k236=0k^2 - 36 = 0. Solving this equation yields k2=36k^2 = 36, so k=6k = 6 or k=6k = -6. Since kk is a positive constant, we reject the negative root, leaving k=6k = 6.

Step-by-Step Solution

1
Identify the condition for a quadratic equation to have exactly one real solution.
The discriminant of the quadratic equation must be equal to 0, which is represented by the formula b24ac=0b^2 - 4ac = 0.
The discriminant determines the number of real solutions of a quadratic equation. If the discriminant is 0, there is exactly one real solution.
2
Identify the coefficients aa, bb, and cc of the given equation x2kx+9=0x^2 - kx + 9 = 0.
a=1a = 1, b=kb = -k, and c=9c = 9.
These coefficients are required to compute the value of the discriminant.
3
Set the discriminant equal to 0 and simplify the equation.
(k)24(1)(9)=0k236=0(-k)^2 - 4(1)(9) = 0 \Rightarrow k^2 - 36 = 0.
Substituting the coefficients into the discriminant formula sets up the algebraic relationship to find kk.
4
Solve for the positive constant kk.
k2=36k=6k^2 = 36 \Rightarrow k = 6 or k=6k = -6. Since kk must be positive, k=6k = 6.
Solving the equation gives two possible values, but the negative solution is discarded because the problem specifies kk is a positive constant.

Key Concept

Discriminant of a quadratic equation

Alternative Method

Alternatively, a quadratic equation has exactly one real solution if it can be written as a perfect square trinomial in the form (xd)2=0(x - d)^2 = 0, which expands to x22dx+d2=0x^2 - 2dx + d^2 = 0. Comparing this with x2kx+9=0x^2 - kx + 9 = 0, we get d2=9d^2 = 9 and 2d=k2d = k. Since d2=9d^2 = 9, dd can be 33 or 3-3. Given that kk is positive and k=2dk = 2d, dd must also be positive, meaning d=3d = 3. Substituting this back gives k=2(3)=6k = 2(3) = 6.
Estimated Time:45s
Question 4Question

In the quadratic equation 3x2kx+12=03x^2 - kx + 12 = 0, kk is a constant. The equation has two distinct real solutions, and the difference between these two solutions is less than 22. Which of the following describes all possible values of kk?

Show answer & explanation

Answer: 65<k<12-6\sqrt{5} < k < -12 or 12<k<6512 < k < 6\sqrt{5}

Answer

The possible values of kk are 65<k<12-6\sqrt{5} < k < -12 or 12<k<6512 < k < 6\sqrt{5}
The correct answer is found by combining two constraints. First, for the quadratic equation to have two distinct real solutions, the discriminant must be strictly positive: (k)24(3)(12)>0k2>144(-k)^2 - 4(3)(12) > 0 \Rightarrow k^2 > 144, which means k>12|k| > 12. Second, the difference between the roots of ax2+bx+c=0ax^2 + bx + c = 0 is b24aca\frac{\sqrt{b^2 - 4ac}}{|a|}. Here, the difference is k21443\frac{\sqrt{k^2 - 144}}{3}. Setting this difference to be less than 2 gives k21443<2k2144<6k2144<36k2<180\frac{\sqrt{k^2 - 144}}{3} < 2 \Rightarrow \sqrt{k^2 - 144} < 6 \Rightarrow k^2 - 144 < 36 \Rightarrow k^2 < 180, which means k<65|k| < 6\sqrt{5}. Combining these inequalities yields 12<k<6512 < |k| < 6\sqrt{5}, which translates to 65<k<12-6\sqrt{5} < k < -12 or 12<k<6512 < k < 6\sqrt{5}.

Step-by-Step Solution

1
Find the condition for the quadratic equation to have two distinct real solutions.
k2>144k^2 > 144, which means k<12k < -12 or k>12k > 12.
For the equation 3x2kx+12=03x^2 - kx + 12 = 0 to have two distinct real solutions, its discriminant Δ=b24ac\Delta = b^2 - 4ac must be strictly positive. Here, Δ=(k)24(3)(12)=k2144>0\Delta = (-k)^2 - 4(3)(12) = k^2 - 144 > 0.
2
Express the difference between the two solutions using the quadratic formula.
x1x2=k21443|x_1 - x_2| = \frac{\sqrt{k^2 - 144}}{3}.
The solutions to the quadratic equation are given by x=k±k21446x = \frac{k \pm \sqrt{k^2 - 144}}{6}. The difference between these solutions is x1x2=(k+k2144)(kk2144)6=2k21446=k21443x_1 - x_2 = \frac{(k + \sqrt{k^2 - 144}) - (k - \sqrt{k^2 - 144})}{6} = \frac{2\sqrt{k^2 - 144}}{6} = \frac{\sqrt{k^2 - 144}}{3}.
3
Apply the condition that the difference between the solutions is less than 2.
k2<180k^2 < 180, which means 65<k<65-6\sqrt{5} < k < 6\sqrt{5}.
We set the difference expression to be less than 2: k21443<2k2144<6\frac{\sqrt{k^2 - 144}}{3} < 2 \Rightarrow \sqrt{k^2 - 144} < 6. Squaring both sides gives k2144<36k2<180k^2 - 144 < 36 \Rightarrow k^2 < 180. Since 180=65\sqrt{180} = 6\sqrt{5}, this yields 65<k<65-6\sqrt{5} < k < 6\sqrt{5}.
4
Combine the inequalities from Step 1 and Step 3 to find the final overlapping range for kk.
65<k<12-6\sqrt{5} < k < -12 or 12<k<6512 < k < 6\sqrt{5}.
We must satisfy both k2>144k^2 > 144 (for real solutions) and k2<180k^2 < 180 (for the difference to be less than 2). This gives 144<k2<180144 < k^2 < 180, which corresponds to the union of intervals 65<k<12-6\sqrt{5} < k < -12 and 12<k<6512 < k < 6\sqrt{5}.

Key Concept

Using the discriminant and quadratic formula to analyze properties of roots under inequality constraints.
Question 5Question

If (2x3)(x+4)=0(2x - 3)(x + 4) = 0 and x>0x > 0, what is the value of xx?

Show answer & explanation

Answer: 32\frac{3}{2}

Answer

The value of xx is 32\frac{3}{2}.
To find the solutions to the equation (2x3)(x+4)=0(2x - 3)(x + 4) = 0, we set each factor equal to zero. Setting 2x3=02x - 3 = 0 gives x=32x = \frac{3}{2}, and setting x+4=0x + 4 = 0 gives x=4x = -4. The problem states that x>0x > 0, meaning the value of xx must be positive. Therefore, the only valid solution is 32\frac{3}{2}.

Step-by-Step Solution

1
Set each factor of the quadratic equation equal to zero using the zero product property.
2x3=02x - 3 = 0 or x+4=0x + 4 = 0
If the product of two factors is zero, then at least one of the individual factors must equal zero.
2
Solve each linear equation to find the possible values of xx.
x=32x = \frac{3}{2} or x=4x = -4
Isolating xx in each equation gives the roots of the quadratic equation.
3
Apply the given constraint x>0x > 0 to identify the correct solution.
x=32x = \frac{3}{2} is the only valid solution because 32>0\frac{3}{2} > 0 and 40-4 \ngtr 0.
The problem restricts the solution to values of xx that are strictly greater than zero, so the negative root must be discarded.

Key Concept

Solving factored quadratic equations with inequality constraints
Question 6Question

If x(x9)=20x(x - 9) = -20, which of the following is a possible value of xx?

Show answer & explanation

Answer: 5

Answer

5
To solve the equation x(x9)=20x(x - 9) = -20, first distribute the xx to get x29x=20x^2 - 9x = -20. Next, rewrite the equation in standard form by adding 2020 to both sides, which gives x29x+20=0x^2 - 9x + 20 = 0. Factoring the quadratic expression yields (x4)(x5)=0(x - 4)(x - 5) = 0. Applying the zero product property gives two possible solutions: x=4x = 4 and x=5x = 5. Therefore, the value 55 is a possible value of xx.

Step-by-Step Solution

1
Distribute xx on the left side of the equation.
x29x=20x^2 - 9x = -20
Expanding the product allows the quadratic equation to be rewritten in standard form.
2
Add 2020 to both sides to set the equation to standard form ax2+bx+c=0ax^2 + bx + c = 0.
x29x+20=0x^2 - 9x + 20 = 0
Setting the quadratic equation to equal zero is necessary to solve by factoring or using the quadratic formula.
3
Factor the quadratic trinomial by finding two integers that multiply to 2020 and add to 9-9.
(x4)(x5)=0(x - 4)(x - 5) = 0
The numbers 4-4 and 5-5 satisfy these conditions, allowing the expression to be factored.
4
Set each factor equal to zero to find the possible values of xx.
x=4x = 4 or x=5x = 5
According to the zero product property, if the product of two factors is zero, then at least one of the factors must be zero.

Key Concept

Solving quadratic equations by factoring
Question 7Question

The quadratic equation x24x+2=0x^2 - 4x + 2 = 0 has roots r1r_1 and r2r_2. A second quadratic equation, x2px+q=0x^2 - px + q = 0, has roots (r1+1r2)\left(r_1 + \frac{1}{r_2}\right) and (r2+1r1)\left(r_2 + \frac{1}{r_1}\right), where pp and qq are constants. What is the value of pp?

Show answer & explanation

Answer: 6

Answer

The value of pp is 6.
By Vieta's formulas, the sum of the roots of x24x+2=0x^2 - 4x + 2 = 0 is r1+r2=4r_1 + r_2 = 4 and the product of the roots is r1r2=2r_1 r_2 = 2. The sum of the roots of the second equation x2px+q=0x^2 - px + q = 0 is pp. Therefore, p=(r1+1r2)+(r2+1r1)=(r1+r2)+r1+r2r1r2p = \left(r_1 + \frac{1}{r_2}\right) + \left(r_2 + \frac{1}{r_1}\right) = (r_1 + r_2) + \frac{r_1 + r_2}{r_1 r_2}. Substituting the known values yields p=4+42=6p = 4 + \frac{4}{2} = 6.

Step-by-Step Solution

1
Determine the sum and product of the roots of the first equation.
r1+r2=4r_1 + r_2 = 4 and r1r2=2r_1 r_2 = 2
Vieta's formulas state that for x2Bx+C=0x^2 - Bx + C = 0, the sum of the roots is BB and the product is CC.
2
Express the sum of the roots of the second equation, which is pp.
p=(r1+r2)+(1r1+1r2)p = (r_1 + r_2) + \left(\frac{1}{r_1} + \frac{1}{r_2}\right)
The sum of the roots of x2px+q=0x^2 - px + q = 0 is pp.
3
Simplify the fractional part of the equation.
1r1+1r2=r1+r2r1r2\frac{1}{r_1} + \frac{1}{r_2} = \frac{r_1 + r_2}{r_1 r_2}
Finding a common denominator allows us to write the sum of reciprocals in terms of the sum and product of the roots.
4
Substitute the values of the sum and product into the expression for pp.
p=4+42=6p = 4 + \frac{4}{2} = 6
This evaluates the expression to find the final value of pp.

Key Concept

Relating the roots and coefficients of quadratic equations using Vieta's formulas.
Question 8Question

If (2y1)2=49(2y - 1)^2 = 49 and y>0y > 0, what is the value of yy?

Show answer & explanation

Answer: 4

Answer

The correct answer is 44.
By taking the square root of both sides of the equation (2y1)2=49(2y - 1)^2 = 49, we get 2y1=72y - 1 = 7 or 2y1=72y - 1 = -7. Solving 2y1=72y - 1 = 7 gives 2y=82y = 8, or y=4y = 4. Solving 2y1=72y - 1 = -7 gives 2y=62y = -6, or y=3y = -3. Since it is given that y>0y > 0, the value of yy must be 44.

Step-by-Step Solution

1
Take the square root of both sides of the equation.
2y1=72y - 1 = 7 or 2y1=72y - 1 = -7
Applying the square root property of equality to isolate the linear term.
2
Solve each linear equation for yy.
y=4y = 4 or y=3y = -3
Isolating yy in each equation by adding 11 and then dividing by 22.
3
Apply the constraint y>0y > 0 to identify the final value.
y=4y = 4
The value y=3y = -3 is negative, so it does not satisfy the constraint y>0y > 0.

Key Concept

Solving quadratic equations of the form (ax+b)2=c(ax + b)^2 = c using the square root property.
Question 9Question

For a certain constant aa, the quadratic equation 3x22ax+a4=03x^2 - 2ax + a - 4 = 0 has real roots x1x_1 and x2x_2. If x12+x22=289x_1^2 + x_2^2 = \frac{28}{9}, what is the sum of all possible values of aa?

Show answer & explanation

Answer: 32\frac{3}{2}

Answer

The sum of all possible values of aa is \frac{3}{2}.
The correct answer is derived by expressing the sum of the squares of the roots, x12+x22x_1^2 + x_2^2, as (x1+x2)22x1x2(x_1 + x_2)^2 - 2x_1x_2. Applying Vieta's formulas to the equation 3x22ax+a4=03x^2 - 2ax + a - 4 = 0 yields x1+x2=2a3x_1 + x_2 = \frac{2a}{3} and x1x2=a43x_1 x_2 = \frac{a - 4}{3}. Substituting these values into the identity gives 4a292(a4)3=289\frac{4a^2}{9} - \frac{2(a - 4)}{3} = \frac{28}{9}. Multiplying by 9 and simplifying leads to the quadratic equation 2a23a2=02a^2 - 3a - 2 = 0. Since this equation has real solutions and the original equation always has real roots for any real aa, the sum of all possible values of aa is given by the negative linear coefficient divided by the leading coefficient, which is \frac{3}{2}.

Step-by-Step Solution

1
Express the sum of squares x12+x22x_1^2 + x_2^2 in terms of the sum and product of the roots.
x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2
This allows the use of Vieta's formulas to relate the roots of the quadratic equation to its coefficients.
2
Apply Vieta's formulas to the quadratic equation 3x22ax+a4=03x^2 - 2ax + a - 4 = 0 to find the sum and product of the roots.
x1+x2=2a3x_1 + x_2 = \frac{2a}{3} and x1x2=a43x_1 x_2 = \frac{a - 4}{3}
For any quadratic equation Ax2+Bx+C=0Ax^2 + Bx + C = 0, the sum of the roots is BA-\frac{B}{A} and the product is CA\frac{C}{A}.
3
Substitute the expressions for the sum and product of the roots into the identity from Step 1 and set it equal to the given value.
(2a3)22(a43)=289\left(\frac{2a}{3}\right)^2 - 2\left(\frac{a - 4}{3}\right) = \frac{28}{9}
This sets up a solvable equation for the parameter aa.
4
Simplify the algebraic equation by multiplying both sides by 9 and expanding terms.
4a26(a4)=28    4a26a4=0    2a23a2=04a^2 - 6(a - 4) = 28 \implies 4a^2 - 6a - 4 = 0 \implies 2a^2 - 3a - 2 = 0
Eliminating denominators and grouping terms yields a standard form quadratic equation in aa.
5
Verify that the solutions for aa are real and that they yield real roots for xx in the original equation.
For 2a23a2=02a^2 - 3a - 2 = 0, the discriminant Δa=25>0\Delta_a = 25 > 0, so aa has real solutions. The discriminant of the original equation is Δx=4a212a+48\Delta_x = 4a^2 - 12a + 48, which is positive for all real values of aa since its own discriminant is negative.
This confirms that the solutions for aa are valid and satisfy the condition that x1x_1 and x2x_2 are real numbers.
6
Use Vieta's formula on the quadratic equation 2a23a2=02a^2 - 3a - 2 = 0 to find the sum of all possible values of aa.
Sum of values =32=32= -\frac{-3}{2} = \frac{3}{2}
The sum of the roots of a quadratic equation in the form Aa2+Ba+C=0Aa^2 + Ba + C = 0 is equal to BA-\frac{B}{A}.

Key Concept

Vieta's Formulas and Algebraic Identities for Quadratic Equations
Question 10Question

If x29x+18=0x^2 - 9x + 18 = 0 and x>4x > 4, what is the value of xx?

Show answer & explanation

Answer: 6

Answer

The value of xx is 6.
Factoring the equation x29x+18=0x^2 - 9x + 18 = 0 gives (x3)(x6)=0(x - 3)(x - 6) = 0, which yields the solutions x=3x = 3 and x=6x = 6. Applying the constraint x>4x > 4, the only valid solution is 6.

Step-by-Step Solution

1
Factor the quadratic equation x29x+18=0x^2 - 9x + 18 = 0.
(x3)(x6)=0(x - 3)(x - 6) = 0
Finding two numbers that multiply to 18 and add to -9 allows us to write the quadratic expression in its factored form.
2
Solve for the roots of the equation.
x=3x = 3 or x=6x = 6
By the zero product property, setting each factor to zero yields the possible solutions for the equation.
3
Apply the given constraint x>4x > 4.
x=6x = 6
Since the question specifies that xx must be greater than 4, the root x=3x = 3 is discarded, leaving x=6x = 6 as the only valid solution.

Key Concept

Solving quadratic equations by factoring and applying constraints.
Question 11Question

The quadratic equation 3x2+12x15=03x^2 + 12x - 15 = 0 has solutions rr and ss, where r>sr > s. What is the value of rsr - s?

Show answer & explanation

Answer: 6

Answer

6
The correct answer is 6. Dividing the given quadratic equation 3x2+12x15=03x^2 + 12x - 15 = 0 by 3 simplifies it to x2+4x5=0x^2 + 4x - 5 = 0. Factoring this expression gives (x+5)(x1)=0(x + 5)(x - 1) = 0, which yields the solutions x=1x = 1 and x=5x = -5. Since we are given that r>sr > s, we define r=1r = 1 and s=5s = -5. The difference between the roots is rs=1(5)=1+5=6r - s = 1 - (-5) = 1 + 5 = 6.

Step-by-Step Solution

1
Divide the entire equation 3x2+12x15=03x^2 + 12x - 15 = 0 by 3 to simplify it.
x2+4x5=0x^2 + 4x - 5 = 0
Simplifying the equation makes it easier to factor by reducing the coefficients.
2
Factor the simplified quadratic equation x2+4x5=0x^2 + 4x - 5 = 0.
(x+5)(x1)=0(x + 5)(x - 1) = 0
We look for two numbers that multiply to -5 and add to 4, which are 5 and -1.
3
Solve for the roots by setting each factor to zero, and assign the variables rr and ss such that r>sr > s.
x=1x = 1 and x=5x = -5, meaning r=1r = 1 and s=5s = -5.
Setting the factors to zero gives the solutions. Since the problem specifies r > s, the larger solution (1) is assigned to r and the smaller solution (-5) is assigned to s.
4
Calculate the value of rsr - s by substituting the values of rr and ss.
rs=1(5)=6r - s = 1 - (-5) = 6
Subtracting s from r gives the final value of 6.

Key Concept

Solving quadratic equations by factoring and finding the difference between roots.

Alternative Method

Alternatively, Vieta's formulas can be used. For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is r+s=b/ar + s = -b/a and the product of the roots is rs=c/ars = c/a. For 3x2+12x15=03x^2 + 12x - 15 = 0, we find r+s=12/3=4r + s = -12/3 = -4 and rs=15/3=5rs = -15/3 = -5. The relationship between the sum, product, and difference of two numbers is given by the algebraic identity (rs)2=(r+s)24rs(r - s)^2 = (r + s)^2 - 4rs. Substituting our values gives (rs)2=(4)24(5)=16+20=36(r - s)^2 = (-4)^2 - 4(-5) = 16 + 20 = 36. Since r>sr > s, the difference rsr - s must be positive, so we take the positive square root: rs=36=6r - s = \sqrt{36} = 6.
Estimated Time:1m 0s
Question 12Question

In the quadratic equation x2kx+36=0x^2 - kx + 36 = 0, kk is a positive constant. If the equation has exactly one real solution, what is the value of kk?

Show answer & explanation

Answer: 12

Answer

The value of kk is 1212.
The quadratic equation x2kx+36=0x^2 - kx + 36 = 0 has exactly one real solution when its discriminant is equal to zero. The discriminant of ax2+bx+c=0ax^2 + bx + c = 0 is b24acb^2 - 4ac. For this equation, a=1a = 1, b=kb = -k, and c=36c = 36. Setting the discriminant to zero gives (k)24(1)(36)=0(-k)^2 - 4(1)(36) = 0, which simplifies to k2144=0k^2 - 144 = 0. Solving for kk gives k2=144k^2 = 144, so k=12k = 12 or k=12k = -12. Since the problem states that kk is a positive constant, the correct value of kk is 1212.

Step-by-Step Solution

1
Identify the coefficients of the quadratic equation x2kx+36=0x^2 - kx + 36 = 0.
a=1a = 1, b=kb = -k, and c=36c = 36.
To apply the discriminant formula, we need the values of aa, bb, and cc.
2
Set the discriminant Δ=b24ac\Delta = b^2 - 4ac to 00.
(k)24(1)(36)=0(-k)^2 - 4(1)(36) = 0.
A quadratic equation has exactly one real solution if and only if its discriminant is equal to zero.
3
Solve the equation for kk.
k2144=0    k2=144    k=12k^2 - 144 = 0 \implies k^2 = 144 \implies k = 12 (since kk is a positive constant).
Solving the equation yields k=±12k = \pm 12, and we select the positive value as specified in the problem.

Key Concept

Discriminant of a quadratic equation
Question 13Question

In the quadratic equation 8x2kx+27=08x^2 - kx + 27 = 0, where kk is a positive constant, one of the roots is the square of the other root. What is the value of kk?

Show answer & explanation

Answer: 30

Answer

30
For the quadratic equation 8x2kx+27=08x^2 - kx + 27 = 0, Vieta's formulas state that the product of the roots is 278\frac{27}{8} and the sum of the roots is k8\frac{k}{8}. Letting the roots be rr and r2r^2, we obtain the equation r3=278r^3 = \frac{27}{8}, which gives r=32r = \frac{3}{2}. The other root is r2=94r^2 = \frac{9}{4}. Summing these roots gives 32+94=154\frac{3}{2} + \frac{9}{4} = \frac{15}{4}. Equating this sum to the formula for the sum of the roots yields k8=154\frac{k}{8} = \frac{15}{4}, which simplifies to k=30k = 30.

Step-by-Step Solution

1
Determine the product of the roots using Vieta's formulas.
The product of the roots is r1r2=278r_1 r_2 = \frac{27}{8}.
For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the product of its roots is given by ca\frac{c}{a}.
2
Use the root relationship to solve for one of the roots.
r23=278    r2=32r_2^3 = \frac{27}{8} \implies r_2 = \frac{3}{2}.
Substituting r1=r22r_1 = r_2^2 into the product equation yields r23=278r_2^3 = \frac{27}{8}.
3
Determine the value of the second root.
r1=(32)2=94r_1 = \left(\frac{3}{2}\right)^2 = \frac{9}{4}.
The first root is the square of the second root.
4
Calculate the sum of the two roots.
r1+r2=94+32=154r_1 + r_2 = \frac{9}{4} + \frac{3}{2} = \frac{15}{4}.
The sum of the roots is needed to relate back to the linear coefficient of the quadratic equation.
5
Solve for the constant kk using the sum of the roots.
k8=154    k=30\frac{k}{8} = \frac{15}{4} \implies k = 30.
By Vieta's formulas, the sum of the roots is ba=k8-\frac{b}{a} = \frac{k}{8}.

Key Concept

Quadratic Equations and Vieta's Formulas
Question 14Question

In the quadratic equation x2+px+q=0x^2 + px + q = 0, pp and qq are prime numbers. If the equation has two distinct integer roots, what is the value of p+qp + q?

Show answer & explanation

Answer: 5

Answer

5
The correct answer is 55. By Vieta's formulas, the sum of the roots is p-p and the product of the roots is qq. Since the roots are integers and qq is prime, the roots must be {1,q}\{-1, -q\} or {1,q}\{1, q\}. The case of positive roots leads to p+q=1p + q = -1, which is impossible for prime numbers. The case of negative roots leads to pq=1p - q = 1. The only prime numbers that differ by 11 are 33 and 22. Therefore, p=3p = 3 and q=2q = 2, and their sum is 55.

Step-by-Step Solution

1
Apply Vieta's formulas to express the sum and product of the roots in terms of the coefficients.
For the equation x2+px+q=0x^2 + px + q = 0 with distinct integer roots rr and ss, we have r+s=pr + s = -p and rs=qrs = q.
Vieta's formulas state that for any quadratic equation x2+bx+c=0x^2 + bx + c = 0 with roots rr and ss, r+s=br+s = -b and rs=crs = c.
2
Analyze the product equation rs=qrs = q using the properties of prime numbers.
Since qq is prime, its only integer factors are ±1\pm 1 and ±q\pm q. Thus, the integer roots rr and ss must be either {1,q}\{-1, -q\} or {1,q}\{1, q\}.
A prime number has no positive integer divisors other than 1 and itself.
3
Evaluate the first case where the roots are 11 and qq.
If r=1r = 1 and s=qs = q, then r+s=1+q=pr + s = 1 + q = -p, which simplifies to p+q=1p + q = -1. Since pp and qq are prime numbers, they must be positive (p,q2p, q \ge 2). Therefore, p+q=1p + q = -1 has no solution.
Prime numbers are positive integers greater than 1, so their sum cannot be negative.
4
Evaluate the second case where the roots are 1-1 and q-q.
If r=1r = -1 and s=qs = -q, then r+s=1q=pr + s = -1 - q = -p, which simplifies to pq=1p - q = 1.
Substituting the negative roots into the sum equation yields a positive relationship between pp and qq.
5
Find the prime numbers pp and qq that satisfy pq=1p - q = 1.
The only consecutive prime numbers are 22 and 33. Therefore, q=2q = 2 and p=3p = 3. Both are prime numbers, and the equation x2+3x+2=0x^2 + 3x + 2 = 0 has distinct integer roots 1-1 and 2-2.
Since all primes except 2 are odd, any two primes with a difference of 1 must include the only even prime, 2.
6
Calculate the sum of pp and qq.
The sum p+q=3+2=5p + q = 3 + 2 = 5.
To answer the question, we add the two identified prime values.

Key Concept

Using Vieta's formulas and number theory properties of prime numbers to solve for coefficients of a quadratic equation.
Estimated Time:3m 0s
Question 15Question

In the quadratic equation 3x2kx+24=03x^2 - kx + 24 = 0, kk is a positive constant. If one of the roots of the equation is twice the other root, what is the value of kk?

Show answer & explanation

Answer: 18

Answer

18
The correct answer is 18. Let the roots of the equation be rr and 2r2r. The product of the roots is given by ca=243=8\frac{c}{a} = \frac{24}{3} = 8. Therefore, 2r2=82r^2 = 8, which means r2=4r^2 = 4. Since k>0k > 0, the roots must be positive, so r=2r = 2 and the two roots are 2 and 4. The sum of the roots is 2+4=62 + 4 = 6. According to Vieta's formulas, the sum of the roots is also equal to ba=k3-\frac{b}{a} = \frac{k}{3}. Setting the two expressions for the sum of the roots equal to each other gives k3=6\frac{k}{3} = 6, which simplifies to k=18k = 18.

Step-by-Step Solution

1
Define the roots and set up the product of the roots using Vieta's formulas.
Let the roots be rr and 2r2r. The product of the roots is r×2r=2r2r \times 2r = 2r^2. From the equation 3x2kx+24=03x^2 - kx + 24 = 0, the product of the roots is also ca=243=8\frac{c}{a} = \frac{24}{3} = 8.
This establishes a relationship between the given ratio of the roots and the coefficients of the equation.
2
Solve for the root variable rr.
Setting 2r2=82r^2 = 8 gives r2=4r^2 = 4. Since kk is a positive constant, the sum of the roots must be positive, which means the roots themselves must be positive. Thus, r=2r = 2, and the roots are 22 and 44.
Finding the actual values of the roots is necessary to calculate their sum.
3
Use Vieta's formula for the sum of the roots to find kk.
The sum of the roots is 2+4=62 + 4 = 6. According to Vieta's formulas, the sum of the roots is ba=k3-\frac{b}{a} = \frac{k}{3}. Setting them equal gives k3=6\frac{k}{3} = 6, which simplifies to k=18k = 18.
This directly isolates and solves for the unknown constant kk.

Key Concept

Using Vieta's formulas to relate the roots of a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 to its coefficients: the sum of the roots is ba-\frac{b}{a} and the product of the roots is ca\frac{c}{a}.
Question 16Question

A projectile is launched from a platform. Its height h(t)h(t), in meters, tt seconds after launch is modeled by the function h(t)=5t2+bt+12h(t) = -5t^2 + bt + 12, where bb is a positive constant. If the projectile reaches a maximum height of 3232 meters, what is the value of bb?

Show answer & explanation

Answer: 20

Answer

The correct answer is 20.
To find the maximum height of the projectile, we locate the vertex of the quadratic function h(t)=5t2+bt+12h(t) = -5t^2 + bt + 12. The tt-coordinate of the vertex is given by t=B2A=b2(5)=b10t = -\frac{B}{2A} = -\frac{b}{2(-5)} = \frac{b}{10}. Substituting t=b10t = \frac{b}{10} into h(t)h(t) and setting the height to 3232 meters gives 5(b10)2+b(b10)+12=32-5\left(\frac{b}{10}\right)^2 + b\left(\frac{b}{10}\right) + 12 = 32. Simplifying this equation results in b220+b210=20-\frac{b^2}{20} + \frac{b^2}{10} = 20, which reduces to b220=20\frac{b^2}{20} = 20. Solving for bb gives b2=400b^2 = 400. Because bb must be a positive constant, b=20b = 20.

Step-by-Step Solution

1
Identify the time tt at which the maximum height occurs using the vertex formula t=B2At = -\frac{B}{2A} for the quadratic function h(t)=At2+Bt+Ch(t) = At^2 + Bt + C.
t=b10t = \frac{b}{10}
The vertex of a downward-opening parabola represents its maximum value. For h(t)=5t2+bt+12h(t) = -5t^2 + bt + 12, the coefficients are A=5A = -5 and B=bB = b.
2
Substitute the time t=b10t = \frac{b}{10} back into the height function h(t)h(t) and set the expression equal to the maximum height of 3232 meters.
5(b10)2+b(b10)+12=32-5\left(\frac{b}{10}\right)^2 + b\left(\frac{b}{10}\right) + 12 = 32
At the maximum height, the height of the projectile is 3232 meters, which corresponds to the value of the function at the vertex time.
3
Simplify the equation to solve for b2b^2.
b220=20\frac{b^2}{20} = 20
Squaring the fraction yields 5(b2100)+b210+12=32-5\left(\frac{b^2}{100}\right) + \frac{b^2}{10} + 12 = 32. Simplifying the coefficients leads to b220+b210=20-\frac{b^2}{20} + \frac{b^2}{10} = 20, which simplifies to b220=20\frac{b^2}{20} = 20.
4
Solve the equation for bb.
b=20b = 20
Multiplying both sides by 2020 gives b2=400b^2 = 400. Taking the square root of both sides gives b=±20b = \pm 20. Since bb is specified to be a positive constant, b=20b = 20.

Key Concept

Finding the vertex of a quadratic function to determine maximum values in a real-world context.
Estimated Time:2m 0s
Question 17Question

For a constant kk, the quadratic equation x22kx+k24k+3=0x^2 - 2kx + k^2 - 4k + 3 = 0 has two distinct real solutions. If both solutions are positive, which of the following describes all possible values of kk?

Show answer & explanation

Answer: k>3k > 3 or 34<k<1\frac{3}{4} < k < 1

Answer

k>3k > 3 or 34<k<1\frac{3}{4} < k < 1
The correct answer is the option that includes both the interval between 34\frac{3}{4} and 11 and the interval greater than 33. To ensure the quadratic equation has two distinct real solutions, the discriminant must be positive, which yields k>34k > \frac{3}{4}. To ensure both solutions are positive, their sum and product must both be positive. The sum 2k>02k > 0 requires k>0k > 0. The product k24k+3>0k^2 - 4k + 3 > 0 requires k<1k < 1 or k>3k > 3. The intersection of all these inequalities is 34<k<1\frac{3}{4} < k < 1 or k>3k > 3.

Step-by-Step Solution

1
Determine the condition for two distinct real solutions using the discriminant.
k>34k > \frac{3}{4}
For the quadratic equation x22kx+k24k+3=0x^2 - 2kx + k^2 - 4k + 3 = 0 to have two distinct real solutions, its discriminant Δ\Delta must be strictly greater than 00. Here, a=1a = 1, b=2kb = -2k, and c=k24k+3c = k^2 - 4k + 3. Thus, Δ=(2k)24(1)(k24k+3)=4k24k2+16k12=16k12\Delta = (-2k)^2 - 4(1)(k^2 - 4k + 3) = 4k^2 - 4k^2 + 16k - 12 = 16k - 12. Setting Δ>0\Delta > 0 gives 16k12>016k - 12 > 0, which simplifies to k>34k > \frac{3}{4}.
2
Set up conditions for both solutions to be positive using the sum and product of the roots.
2k>02k > 0 and k24k+3>0k^2 - 4k + 3 > 0
If a quadratic equation has two positive solutions, their sum must be positive and their product must also be positive. By Vieta's formulas, the sum of the solutions is ba=2k-\frac{b}{a} = 2k and the product of the solutions is ca=k24k+3\frac{c}{a} = k^2 - 4k + 3.
3
Solve the inequalities for the sum and product of the roots.
k>0k > 0 and either k<1k < 1 or k>3k > 3
The sum condition 2k>02k > 0 simplifies to k>0k > 0. The product condition k24k+3>0k^2 - 4k + 3 > 0 factors as (k1)(k3)>0(k-1)(k-3) > 0, which is satisfied when k<1k < 1 or k>3k > 3.
4
Find the intersection of all the derived inequalities.
34<k<1\frac{3}{4} < k < 1 or k>3k > 3
We must find the values of kk that satisfy all three conditions: k>34k > \frac{3}{4}, k>0k > 0, and (k<1k < 1 or k>3k > 3). Combining k>34k > \frac{3}{4} and k>0k > 0 yields k>34k > \frac{3}{4}. Combining k>34k > \frac{3}{4} with the constraint that kk must be less than 11 or greater than 33 gives the combined solution of 34<k<1\frac{3}{4} < k < 1 or k>3k > 3.

Key Concept

Using the discriminant and Vieta's formulas to determine the signs of the roots of a quadratic equation dependent on a parameter.

Alternative Method

Alternatively, you can write the solutions using the quadratic formula: x=2k±16k122=k±4k3x = \frac{2k \pm \sqrt{16k - 12}}{2} = k \pm \sqrt{4k - 3}. For both roots to be positive and distinct, we first need the term under the radical to be positive, so 4k3>0    k>344k - 3 > 0 \implies k > \frac{3}{4}. Then, we need the smaller root to be positive: k4k3>0    k>4k3k - \sqrt{4k - 3} > 0 \implies k > \sqrt{4k - 3}. Since k>34>0k > \frac{3}{4} > 0, we can square both sides: k2>4k3    k24k+3>0    (k1)(k3)>0k^2 > 4k - 3 \implies k^2 - 4k + 3 > 0 \implies (k - 1)(k - 3) > 0. This yields k<1k < 1 or k>3k > 3. Combining this with k>34k > \frac{3}{4} gives the same result: 34<k<1\frac{3}{4} < k < 1 or k>3k > 3.
Estimated Time:3m 0s
Question 18Question

A toy rocket is launched vertically upward from ground level. Its height, hh, in meters, tt seconds after launch is modeled by the equation h(t)=5t2+40th(t) = -5t^2 + 40t. How many seconds after launch does the rocket reach its maximum height?

Show answer & explanation

Answer: 4

Answer

4 seconds
The height of the rocket is modeled by the quadratic function h(t)=5t2+40th(t) = -5t^2 + 40t. Because the coefficient of t2t^2 is negative (a=5a = -5), the graph of this function is a parabola that opens downward, meaning its vertex represents the maximum height. The time tt at which the vertex occurs is given by t=b2at = -\frac{b}{2a}. Substituting a=5a = -5 and b=40b = 40 gives t=402(5)=4t = -\frac{40}{2(-5)} = 4 seconds.

Step-by-Step Solution

1
Identify the coefficients of the quadratic equation.
a=5a = -5, b=40b = 40, and c=0c = 0
The equation is given in standard quadratic form h(t)=at2+bt+ch(t) = at^2 + bt + c.
2
Apply the vertex formula to find the time at which the maximum height occurs.
t=b2at = -\frac{b}{2a}
For a downward-opening parabola, the maximum value occurs at the vertex.
3
Substitute the values of aa and bb and simplify.
t=402(5)=4t = -\frac{40}{2(-5)} = 4
This calculation yields the time in seconds when the rocket reaches its maximum height.

Key Concept

Finding the vertex of a quadratic function to determine the maximum or minimum value in context.

Alternative Method

Find the times when the rocket is at ground level by solving h(t)=0h(t) = 0. Factoring 5t2+40t=0-5t^2 + 40t = 0 gives 5t(t8)=0-5t(t - 8) = 0, so the rocket is on the ground at t=0t = 0 seconds and t=8t = 8 seconds. Since a parabola is symmetric, the maximum height must occur exactly halfway between the launch and landing times, which is 0+82=4\frac{0 + 8}{2} = 4 seconds.
Estimated Time:45s
Question 19Question

The quadratic equation 3x212x+c=03x^2 - 12x + c = 0, where cc is a constant, has two real solutions, rr and ss. If 1r+1s=32\frac{1}{r} + \frac{1}{s} = \frac{3}{2}, what is the value of cc?

Show answer & explanation

Answer: 8

Answer

8
The correct answer is 8. By Vieta's formulas, the sum of the solutions is r+s=123=4r + s = -\frac{-12}{3} = 4 and their product is rs=c3rs = \frac{c}{3}. The given equation 1r+1s=32\frac{1}{r} + \frac{1}{s} = \frac{3}{2} can be rewritten as r+srs=32\frac{r+s}{rs} = \frac{3}{2}. Substituting the expressions for the sum and product gives 4c/3=12c=32\frac{4}{c/3} = \frac{12}{c} = \frac{3}{2}. Solving this equation yields c=8c = 8. Checking the discriminant of the resulting quadratic equation 3x212x+8=03x^2 - 12x + 8 = 0 gives Δ=(12)24(3)(8)=48\Delta = (-12)^2 - 4(3)(8) = 48, which is positive and confirms the existence of two real solutions.

Step-by-Step Solution

1
Use Vieta's formulas to express the sum and product of the solutions in terms of the coefficients of the quadratic equation.
The sum of the solutions is r+s=ba=123=4r + s = -\frac{b}{a} = -\frac{-12}{3} = 4, and the product of the solutions is rs=ca=c3rs = \frac{c}{a} = \frac{c}{3}.
Vieta's formulas relate the sum and product of the roots of a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 directly to its coefficients.
2
Express the given algebraic relation 1r+1s\frac{1}{r} + \frac{1}{s} in terms of r+sr+s and rsrs by finding a common denominator.
1r+1s=s+rrs=r+srs\frac{1}{r} + \frac{1}{s} = \frac{s + r}{rs} = \frac{r + s}{rs}.
Finding a common denominator allows us to rewrite the sum of reciprocals using the sum and product of the solutions.
3
Substitute the sum and product from Step 1 into the rewritten equation and solve for cc.
Substituting the values gives 4c3=32\frac{4}{\frac{c}{3}} = \frac{3}{2}, which simplifies to 12c=32\frac{12}{c} = \frac{3}{2}. Solving for cc yields 3c=243c = 24, or c=8c = 8.
This substitution turns the given relation into a single linear equation in terms of the variable cc.
4
Verify that c=8c = 8 yields two real solutions by checking the discriminant of the quadratic equation.
The discriminant is Δ=b24ac=(12)24(3)(8)=14496=48\Delta = b^2 - 4ac = (-12)^2 - 4(3)(8) = 144 - 96 = 48. Since Δ>0\Delta > 0, there are indeed two real solutions.
The problem states that the equation has two real solutions, so we must confirm that c=8c = 8 satisfies this condition.

Key Concept

Applying Vieta's formulas and algebraic manipulation to solve for constants in a quadratic equation.
Estimated Time:2m 0s
Question 20Question

In the quadratic equation x2bx+64=0x^2 - bx + 64 = 0, bb is a constant. The two real solutions to the equation are rr and ss, where r=s2r = s^2. What is the value of bb?

Show answer & explanation

Answer: 20

Answer

20
By applying Vieta's formulas to the quadratic equation x2bx+64=0x^2 - bx + 64 = 0, we find that the product of the solutions is rs=64r \cdot s = 64. Substituting the given relation r=s2r = s^2 gives s3=64s^3 = 64, which yields the real solution s=4s = 4. Substituting this back into the relation gives the other solution r=16r = 16. Finally, the sum of the solutions is r+s=br + s = b, so b=16+4=20b = 16 + 4 = 20.

Step-by-Step Solution

1
Apply Vieta's formula for the product of the roots
rs=64r \cdot s = 64
For a quadratic equation in the form x2bx+c=0x^2 - bx + c = 0, the product of the roots is equal to the constant term cc.
2
Substitute the given root relationship into the product equation
s3=64s^3 = 64, which solves to s=4s = 4
We are given that one root is the square of the other (r=s2r = s^2), so substituting s2s^2 for rr allows us to solve for ss.
3
Calculate the value of the second root rr
r=16r = 16
Using the relation r=s2r = s^2 with s=4s = 4, we find r=42=16r = 4^2 = 16.
4
Apply Vieta's formula for the sum of the roots to find bb
b=20b = 20
For the equation x2bx+64=0x^2 - bx + 64 = 0, the sum of the roots is r+s=br + s = b. Substituting r=16r = 16 and s=4s = 4 gives 16+4=2016 + 4 = 20.

Key Concept

Vieta's formulas relating the coefficients of a quadratic equation to its roots
Page 1 / 4Next
Quadratic Equations Practice Questions — SAT | Examkin