Quadratic Equations

66 questions

Question 41Question

In the quadratic equation 2x212x+k=02x^2 - 12x + k = 0, kk is a constant. If the sum of the squares of the solutions to the equation is 2626, what is the value of kk?

Show answer & explanation

Answer: 10

Answer

The value of kk is 1010.
The correct answer is 1010. By expressing the sum of the squares of the solutions as x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2, we can substitute the sum of the solutions (122=6-\frac{-12}{2} = 6) and the product of the solutions (k2\frac{k}{2}) directly into the expression. This gives 26=36k26 = 36 - k. Solving for kk yields k=10k = 10. Alternatively, solving the quadratic equation using the quadratic formula yields solutions 3+1448k43 + \frac{\sqrt{144-8k}}{4} and 31448k43 - \frac{\sqrt{144-8k}}{4}. Squaring these solutions and setting their sum equal to 2626 simplifies to 18+2(1448k16)=2618 + 2\left(\frac{144-8k}{16}\right) = 26, which also solves to k=10k = 10.

Step-by-Step Solution

1
Find the sum and product of the solutions using the coefficients of the quadratic equation.
The sum of the solutions is 66 and the product of the solutions is k2\frac{k}{2}.
By Vieta's formulas, for any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 with solutions x1x_1 and x2x_2, the sum of the solutions is x1+x2=bax_1 + x_2 = -\frac{b}{a} and the product of the solutions is x1x2=cax_1 x_2 = \frac{c}{a}.
2
Apply the algebraic identity to express the sum of the squares of the solutions in terms of their sum and product.
x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2
This identity allows us to substitute the sum and product of the solutions directly without solving for the individual solutions first.
3
Substitute the values and solve for kk.
26=622(k2)    26=36k    k=1026 = 6^2 - 2\left(\frac{k}{2}\right) \implies 26 = 36 - k \implies k = 10
Substituting the given sum of squares (2626), the sum of solutions (66), and the product of solutions (k2\frac{k}{2}) allows us to solve for the unknown constant kk directly.

Key Concept

Using the relationship between the roots and coefficients of a quadratic equation (Vieta's formulas) in combination with algebraic identities to solve for unknown constants.
Question 42Question

In the quadratic equation 2x2bx+18=02x^2 - bx + 18 = 0, bb is a positive constant. If one of the solutions to the equation is 44 times the other solution, what is the value of bb?

Show answer & explanation

Answer: 15

Answer

15
By Vieta's formulas, the product of the roots of the quadratic equation 2x2bx+18=02x^2 - bx + 18 = 0 is 182=9\frac{18}{2} = 9. Letting the roots be r1r_1 and r2r_2 with r1=4r2r_1 = 4r_2, we have 4r22=94r_2^2 = 9, which yields r2=32r_2 = \frac{3}{2} (since b>0b > 0 implies the roots must be positive). Thus, r1=6r_1 = 6. The sum of the roots is 6+32=1526 + \frac{3}{2} = \frac{15}{2}, and by Vieta's formulas, this sum equals b2\frac{b}{2}. Solving for bb gives 1515.

Step-by-Step Solution

1
Set up the relationships for the product and sum of the roots using Vieta's formulas.
r1r2=9r_1 \cdot r_2 = 9 and r1+r2=b2r_1 + r_2 = \frac{b}{2}
Vieta's formulas relate the coefficients of a quadratic equation to the sum and product of its roots.
2
Substitute the given condition that one root is 44 times the other (r1=4r2r_1 = 4r_2) into the product equation.
4r22=94r_2^2 = 9
This reduces the product equation to a single variable equation in terms of r2r_2.
3
Solve for r2r_2 and determine its sign based on the constraint that bb is positive.
r2=32r_2 = \frac{3}{2}
Since b>0b > 0, the sum of the roots 5r2=b25r_2 = \frac{b}{2} must be positive, which requires r2>0r_2 > 0.
4
Calculate the second root r1r_1 and then use the sum of the roots to find bb.
b=15b = 15
The sum of the roots is 6+32=1526 + \frac{3}{2} = \frac{15}{2}, and since r1+r2=b2r_1 + r_2 = \frac{b}{2}, we have b2=152\frac{b}{2} = \frac{15}{2}.

Key Concept

Relationship between roots and coefficients of a quadratic equation
Question 43Question

In the quadratic equation x2px+q=0x^2 - px + q = 0, pp and qq are positive constants. If the equation has exactly one real solution, what is the value of p2q\frac{p^2}{q}?

Show answer & explanation

Answer: 44

Answer

The correct answer is 44.
The correct answer is 44. For any quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0 to have exactly one real solution, its discriminant Δ=b24ac\Delta = b^2 - 4ac must equal 00. In the equation x2px+q=0x^2 - px + q = 0, we identify a=1a = 1, b=pb = -p, and c=qc = q. Substituting these values into the discriminant formula gives (p)24(1)(q)=0(-p)^2 - 4(1)(q) = 0, which simplifies to p24q=0p^2 - 4q = 0. Rearranging this equation gives p2=4qp^2 = 4q. Since qq is a positive constant, we can divide both sides of the equation by qq to isolate the ratio, yielding p2q=4\frac{p^2}{q} = 4.

Step-by-Step Solution

1
Recall the condition for a quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0 to have exactly one real solution.
The discriminant, Δ=b24ac\Delta = b^2 - 4ac, must be equal to 00.
A quadratic equation has exactly one real solution if and only if its discriminant is zero, meaning the parabola is tangent to the x-axis.
2
Identify the coefficients of the given quadratic equation x2px+q=0x^2 - px + q = 0 and substitute them into the discriminant formula.
Here, a=1a = 1, b=pb = -p, and c=qc = q. Thus, Δ=(p)24(1)(q)=p24q=0\Delta = (-p)^2 - 4(1)(q) = p^2 - 4q = 0.
To apply the one-solution condition specifically to the coefficients of the given equation.
3
Solve the equation p24q=0p^2 - 4q = 0 for the ratio p2q\frac{p^2}{q}.
p2=4q    p2q=4p^2 = 4q \implies \frac{p^2}{q} = 4.
Isolate the target expression by dividing both sides of the equation by qq, which is valid since qq is a positive constant and thus non-zero.

Key Concept

Evaluating the discriminant of a quadratic equation to determine the number of real solutions.
Estimated Time:1m 30s
Question 44Question

In the quadratic equation x2+kx+36=0x^2 + kx + 36 = 0, kk is a constant. If the equation has two distinct real solutions, which of the following could be the value of kk?

Show answer & explanation

Answer: 15-15

Answer

The value 15-15 is a possible value for kk because it is the only option that satisfies the inequality k<12k < -12 or k>12k > 12, which guarantees a positive discriminant and thus two distinct real solutions.
A quadratic equation has two distinct real solutions when its discriminant is positive. For x2+kx+36=0x^2 + kx + 36 = 0, the discriminant is k24(1)(36)=k2144k^2 - 4(1)(36) = k^2 - 144. The inequality k2144>0k^2 - 144 > 0 simplifies to k2>144k^2 > 144, which means k>12k > 12 or k<12k < -12. Among the choices, the value 15-15 is the only one that satisfies this condition.

Step-by-Step Solution

1
Identify the condition for a quadratic equation to have two distinct real solutions.
The discriminant, b24acb^2 - 4ac, must be strictly greater than 00.
A positive discriminant ensures the quadratic formula yields two distinct real solutions.
2
Substitute the coefficients of the given equation x2+kx+36=0x^2 + kx + 36 = 0 into the discriminant formula.
Here, a=1a = 1, b=kb = k, and c=36c = 36. The discriminant is k24(1)(36)=k2144k^2 - 4(1)(36) = k^2 - 144.
This expresses the discriminant in terms of the constant kk.
3
Solve the inequality k2144>0k^2 - 144 > 0 for kk.
k2>144k>12k^2 > 144 \Rightarrow |k| > 12, which means k>12k > 12 or k<12k < -12.
This gives the range of values for kk that produce two distinct real solutions.
4
Compare the given choices to the solution range.
Only 15-15 satisfies the condition because 15<12-15 < -12.
This determines which of the options is a valid value for kk.

Key Concept

Determining the number of real solutions of a quadratic equation using the discriminant.

Alternative Method

Instead of solving the inequality algebraically, substitute each answer choice for kk into the equation and compute the discriminant b24acb^2 - 4ac directly to identify which option yields a positive value.
Estimated Time:1m 30s
Question 45Question

In the quadratic equation 3x215x+c=03x^2 - 15x + c = 0, cc is a constant. If one of the solutions to the equation is 22, what is the value of the other solution?

Show answer & explanation

Answer: 3

Answer

The other solution to the equation is 33.
Substituting x=2x = 2 into the quadratic equation gives 3(2)215(2)+c=03(2)^2 - 15(2) + c = 0, which simplifies to 1230+c=012 - 30 + c = 0, or c=18c = 18. Substituting c=18c = 18 back into the original equation yields 3x215x+18=03x^2 - 15x + 18 = 0. Dividing the entire equation by 33 results in x25x+6=0x^2 - 5x + 6 = 0. Factoring this equation gives (x2)(x3)=0(x - 2)(x - 3) = 0, which means the solutions are x=2x = 2 and x=3x = 3. Therefore, the other solution is 33. Alternatively, the sum of the roots of a quadratic equation in the form ax2+bx+c=0ax^2 + bx + c = 0 is given by b/a-b/a. For this equation, the sum of the roots is (15)/3=5-(-15)/3 = 5. Since one root is 22, the other root must be 52=35 - 2 = 3.

Step-by-Step Solution

1
Substitute the given solution x=2x = 2 into the quadratic equation to find the value of the constant cc.
3(2)215(2)+c=0    1230+c=0    c=183(2)^2 - 15(2) + c = 0 \implies 12 - 30 + c = 0 \implies c = 18
Since 22 is a solution, it must satisfy the equation when substituted for xx.
2
Substitute c=18c = 18 back into the original quadratic equation and simplify by dividing both sides by 33.
3x215x+18=0    x25x+6=03x^2 - 15x + 18 = 0 \implies x^2 - 5x + 6 = 0
Dividing the equation by the greatest common factor simplifies the expression and makes it easier to factor.
3
Factor the simplified quadratic equation to find both solutions.
(x2)(x3)=0    x=2(x - 2)(x - 3) = 0 \implies x = 2 or x=3x = 3
The solutions to the factored equation are the values of xx that make each factor equal to zero.

Key Concept

Solving quadratic equations by substitution and factoring
Estimated Time:1m 30s
Question 46Question

In the equation x(x8)=kx(x - 8) = k, kk is a constant. If the product of the two real solutions to the equation is 20-20, what is the value of the larger solution?

Show answer & explanation

Answer: 10

Answer

The larger solution to the equation is 10.
To find the larger solution, the equation is first rewritten in standard form as x28xk=0x^2 - 8x - k = 0. The product of the roots of a quadratic equation in the form ax2+bx+c=0ax^2 + bx + c = 0 is ca\frac{c}{a}. Here, a=1a = 1 and c=kc = -k, so the product of the roots is k-k. Given that the product of the roots is 20-20, we can set up the equation k=20-k = -20, which gives k=20k = 20. Substituting k=20k = 20 back into the equation yields x28x20=0x^2 - 8x - 20 = 0. Factoring the quadratic expression gives (x10)(x+2)=0(x - 10)(x + 2) = 0, which has the solutions x=10x = 10 and x=2x = -2. The larger of these two solutions is 10.

Step-by-Step Solution

1
Rewrite the given equation x(x8)=kx(x - 8) = k in standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
x28xk=0x^2 - 8x - k = 0
To apply quadratic properties, the equation must be in standard form.
2
Use the product of roots formula to find the value of the constant kk.
k=20-k = -20, which simplifies to k=20k = 20
The product of the roots of a quadratic equation in standard form is the constant term divided by the leading coefficient.
3
Substitute the value of kk back into the quadratic equation and factor it to find the two solutions.
(x10)(x+2)=0(x - 10)(x + 2) = 0, so x=10x = 10 or x=2x = -2
Factoring the quadratic equation allows us to find the individual roots.
4
Compare the two solutions to identify the larger value.
10
Comparing 10 and -2, 10 is the greater value.

Key Concept

Using the relationship between coefficients and the product of roots to solve a quadratic equation.
Question 47Question

The quadratic equation x212x+4=0x^2 - 12x + 4 = 0 has solutions x1x_1 and x2x_2. What is the value of 1x1+1x2\frac{1}{x_1} + \frac{1}{x_2}?

Show answer & explanation

Answer: 3

Answer

The correct answer is 3.
By writing the expression 1x1+1x2\frac{1}{x_1} + \frac{1}{x_2} with a common denominator, we get x1+x2x1x2\frac{x_1 + x_2}{x_1 x_2}. For the quadratic equation x212x+4=0x^2 - 12x + 4 = 0, Vieta's formulas give the sum of the roots x1+x2=12x_1 + x_2 = 12 and the product of the roots x1x2=4x_1 x_2 = 4. Substituting these values into the fraction yields 124=3\frac{12}{4} = 3.

Step-by-Step Solution

1
Find a common denominator to combine the terms in the given expression.
1x1+1x2=x1+x2x1x2\frac{1}{x_1} + \frac{1}{x_2} = \frac{x_1 + x_2}{x_1 x_2}
To express the target quantity in terms of the sum and product of the quadratic solutions.
2
Apply Vieta's formulas to find the sum and product of the solutions from the quadratic equation x212x+4=0x^2 - 12x + 4 = 0.
x1+x2=12x_1 + x_2 = 12 and x1x2=4x_1 x_2 = 4
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 sum and product values into the combined fraction.
124=3\frac{12}{4} = 3
To compute the numerical value of the expression.

Key Concept

Sum and product of solutions of a quadratic equation
Question 48Question

In the equation (2x3)(x+4)=k(2x - 3)(x + 4) = k, kk is a constant. If x=2x = 2 is a solution to the equation, what is the other solution to the equation?

Show answer & explanation

Answer: 92-\frac{9}{2}

Answer

92-\frac{9}{2}
Substituting the known solution x=2x = 2 into the equation (2x3)(x+4)=k(2x - 3)(x + 4) = k yields (2(2)3)(2+4)=k(2(2) - 3)(2 + 4) = k, which simplifies to (1)(6)=k(1)(6) = k, so k=6k = 6. Substituting this value back into the equation gives (2x3)(x+4)=6(2x - 3)(x + 4) = 6. Expanding the left side yields 2x2+5x12=62x^2 + 5x - 12 = 6. Subtracting 6 from both sides places the quadratic equation in standard form: 2x2+5x18=02x^2 + 5x - 18 = 0. Since x=2x = 2 is a root, (x2)(x - 2) is a factor. Factoring the quadratic gives (x2)(2x+9)=0(x - 2)(2x + 9) = 0. Setting the second factor equal to zero, 2x+9=02x + 9 = 0, yields the other solution, x=92x = -\frac{9}{2}.

Step-by-Step Solution

1
Substitute the known solution x=2x = 2 into the equation to solve for kk.
k=6k = 6
Since x=2x = 2 is a solution, it must satisfy the equation (2(2)3)(2+4)=k(2(2) - 3)(2 + 4) = k, which simplifies to (1)(6)=k(1)(6) = k.
2
Substitute k=6k = 6 back into the original equation, expand the binomial product, and write the quadratic equation in standard form.
2x2+5x18=02x^2 + 5x - 18 = 0
Expanding the binomials gives 2x2+5x12=62x^2 + 5x - 12 = 6. Subtracting 6 from both sides yields the standard form quadratic equation 2x2+5x18=02x^2 + 5x - 18 = 0.
3
Factor the quadratic equation to find the other root.
(x2)(2x+9)=0(x - 2)(2x + 9) = 0, yielding x=2x = 2 and x=92x = -\frac{9}{2}
Since x=2x = 2 is a solution, (x2)(x - 2) must be a factor. Dividing the quadratic by (x2)(x - 2) yields the other factor, (2x+9)(2x + 9).

Key Concept

Solving quadratic equations by substituting a known root to determine constants, then rewriting and factoring the equation.

Alternative Method

Another way to find the other solution is to use the relationship between the coefficients of a quadratic equation and its roots. Once the equation is written in standard form as 2x2+5x18=02x^2 + 5x - 18 = 0, the sum of the roots is given by ba=52-\frac{b}{a} = -\frac{5}{2}. Since one root is 22, the other root rr must satisfy 2+r=522 + r = -\frac{5}{2}, which simplifies to r=522=92r = -\frac{5}{2} - 2 = -\frac{9}{2}.
Estimated Time:1m 30s
Question 49Question

In the quadratic equation x210x+c=0x^2 - 10x + c = 0, cc is a constant. If the two real solutions to the equation have a difference of 6, what is the value of cc?

Show answer & explanation

Answer: 16

Answer

16
The correct answer is 16. By using the quadratic formula, the two solutions of the equation x210x+c=0x^2 - 10x + c = 0 are 5+25c5 + \sqrt{25 - c} and 525c5 - \sqrt{25 - c}. The difference between these two solutions is 225c2\sqrt{25 - c}. Given that the difference is 6, we set 225c=62\sqrt{25 - c} = 6, which simplifies to 25c=3\sqrt{25 - c} = 3. Squaring both sides gives 25c=925 - c = 9, which yields c=16c = 16.

Step-by-Step Solution

1
Use the quadratic formula to express the solutions of x210x+c=0x^2 - 10x + c = 0.
The solutions are x=5±25cx = 5 \pm \sqrt{25 - c}.
This expresses the roots of the quadratic equation in terms of the constant cc.
2
Set the difference between the two solutions equal to 6.
(5+25c)(525c)=6(5 + \sqrt{25 - c}) - (5 - \sqrt{25 - c}) = 6, which simplifies to 225c=62\sqrt{25 - c} = 6.
We are given that the two real solutions have a difference of 6.
3
Solve the equation 225c=62\sqrt{25 - c} = 6 for cc.
25c=3    25c=9    c=16\sqrt{25 - c} = 3 \implies 25 - c = 9 \implies c = 16.
This isolates the constant cc using standard algebraic operations.

Key Concept

Solving quadratic equations and using properties of roots.

Alternative Method

Alternatively, we can use the relationship between the roots of a quadratic equation. If the roots are x1x_1 and x2x_2, then x1+x2=10x_1 + x_2 = 10 and x1x2=cx_1 x_2 = c. Using the identity (x1x2)2=(x1+x2)24x1x2(x_1 - x_2)^2 = (x_1 + x_2)^2 - 4x_1 x_2, we substitute the given values: (6)2=(10)24c(6)^2 = (10)^2 - 4c. This simplifies to 36=1004c36 = 100 - 4c, which gives 4c=644c = 64, or c=16c = 16.
Estimated Time:1m 30s
Question 50Question

The quadratic equation x28x9=0x^2 - 8x - 9 = 0 can be written in the equivalent form (xa)2b=0(x - a)^2 - b = 0, where aa and bb are positive constants. What is the value of a+ba + b?

Show answer & explanation

Answer: 29

Answer

The value of a+ba + b is 29.
Completing the square on the quadratic equation x28x9=0x^2 - 8x - 9 = 0 yields (x4)225=0(x - 4)^2 - 25 = 0. Comparing this to the form (xa)2b=0(x - a)^2 - b = 0 shows that a=4a = 4 and b=25b = 25. The sum of these values is 4+25=294 + 25 = 29.

Step-by-Step Solution

1
Identify the coefficient of the linear term and find half of its value.
The coefficient of the linear term 8x-8x is 8-8. Half of 8-8 is 4-4.
This is the first step in completing the square.
2
Square the value obtained in the first step and add/subtract it in the equation to form a perfect square trinomial.
(4)2=16(-4)^2 = 16. The equation becomes (x28x+16)169=0(x^2 - 8x + 16) - 16 - 9 = 0.
Adding and subtracting 1616 maintains the equality while allowing us to group the first three terms as a perfect square.
3
Rewrite the perfect square trinomial and combine the remaining constant terms.
(x4)225=0(x - 4)^2 - 25 = 0.
This simplifies the equation into the desired equivalent form (xa)2b=0(x - a)^2 - b = 0.
4
Compare the equation to the target form (xa)2b=0(x - a)^2 - b = 0 to identify the constants aa and bb, and calculate a+ba + b.
a=4a = 4 and b=25b = 25. Therefore, a+b=4+25=29a + b = 4 + 25 = 29.
This answers the question by finding the sum of the positive constants aa and bb.

Key Concept

Completing the square to rewrite a quadratic equation
Question 51Question

In the equation x2bx+16=0x^2 - bx + 16 = 0, bb is a positive integer. If the equation has no real solutions, what is the greatest possible value of bb?

Show answer & explanation

Answer: 7

Answer

The greatest possible value of bb is 77.
For the quadratic equation x2bx+16=0x^2 - bx + 16 = 0 to have no real solutions, its discriminant must be less than 00. The discriminant is (b)24(1)(16)=b264(-b)^2 - 4(1)(16) = b^2 - 64. Solving the inequality b264<0b^2 - 64 < 0 gives b2<64b^2 < 64. Since bb is a positive integer, taking the square root of both sides gives b<8b < 8. The positive integers less than 88 are 1,2,3,4,5,6,1, 2, 3, 4, 5, 6, and 77. The greatest of these values is 77.

Step-by-Step Solution

1
Set up the inequality for the discriminant to be less than zero.
(b)24(1)(16)<0(-b)^2 - 4(1)(16) < 0
A quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0 has no real solutions if and only if its discriminant, D=b24acD = b^2 - 4ac, is negative.
2
Simplify the quadratic inequality.
b2<64b^2 < 64
Squaring b-b yields b2b^2 and calculating 4(1)(16)4(1)(16) yields 6464.
3
Solve for the greatest positive integer value of bb.
b<8b < 8, so the greatest positive integer is 77.
Since bb is a positive integer, the values satisfying b2<64b^2 < 64 are 1,2,3,4,5,6,1, 2, 3, 4, 5, 6, and 77. The largest of these is 77.

Key Concept

Quadratic Discriminant and Number of Solutions
Question 52Question

A retail store models its weekly profit, P(d)P(d), in dollars, from selling a certain product at a discount of dd dollars using the function P(d)=5(d8)2+2,500P(d) = -5(d - 8)^2 + 2,500, where 0d200 \leq d \leq 20. Which of the following is the best interpretation of the value 8 in this context?

Show answer & explanation

Answer: The discount, in dollars, that results in the maximum weekly profit.

Answer

The discount, in dollars, that results in the maximum weekly profit.
The quadratic function P(d)=5(d8)2+2,500P(d) = -5(d - 8)^2 + 2,500 is given in vertex form, P(d)=a(dh)2+kP(d) = a(d - h)^2 + k, where (h,k)(h, k) is the vertex of the parabola. In this equation, the vertex is (8,2500)(8, 2500). The leading coefficient is 5-5, which is negative, meaning the parabola opens downward and the vertex represents the maximum point of the function. In this context, dd is the discount in dollars and P(d)P(d) is the weekly profit. Therefore, the value 8 represents the discount of 8 dollars that results in the maximum weekly profit.

Step-by-Step Solution

1
Identify the form of the quadratic function.
The function P(d)=5(d8)2+2,500P(d) = -5(d - 8)^2 + 2,500 is in vertex form, P(d)=a(dh)2+kP(d) = a(d - h)^2 + k, where (h,k)(h, k) represents the vertex of the parabola.
Recognizing the vertex form allows us to directly identify the vertex coordinates without expanding the equation.
2
Determine the vertex and the direction the parabola opens.
The vertex is (8,2,500)(8, 2,500). Since the leading coefficient a=5a = -5 is negative, the parabola opens downward, meaning the vertex represents a maximum point.
The sign of the leading coefficient determines whether the vertex represents a maximum or a minimum.
3
Interpret the coordinates of the vertex in context.
The variable dd is the discount in dollars, and P(d)P(d) is the weekly profit in dollars. Thus, at the vertex, the discount is 8 dollars, which corresponds to the maximum profit of 2,500 dollars.
Matching the coordinates of the vertex to the variables in the context gives the correct real-world meaning.

Key Concept

Interpreting the vertex of a quadratic function in vertex form within a real-world context.
Estimated Time:1m 0s
Question 53Question

In the quadratic equation x26xk=0x^2 - 6x - k = 0, kk is a positive constant. If the solutions to the equation are x=3±17x = 3 \pm \sqrt{17}, what is the value of kk?

Show answer & explanation

Answer: 8

Answer

8
By applying the quadratic formula to x26xk=0x^2 - 6x - k = 0, we find the solutions are x=3±9+kx = 3 \pm \sqrt{9 + k}. Equating the expression inside the radical to the given solutions 3±173 \pm \sqrt{17} yields 9+k=179 + k = 17. Solving for kk gives 8.

Step-by-Step Solution

1
Identify the coefficients of the quadratic equation.
a=1a = 1, b=6b = -6, and c=kc = -k
To apply the quadratic formula, we need to know the values of aa, bb, and cc from the standard form ax2+bx+c=0ax^2 + bx + c = 0.
2
Substitute the coefficients into the quadratic formula.
x=6±(6)24(1)(k)2(1)x = \frac{6 \pm \sqrt{(-6)^2 - 4(1)(-k)}}{2(1)}
The quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} gives the solutions directly.
3
Simplify the expression inside the radical and divide by 2.
x=3±9+kx = 3 \pm \sqrt{9 + k}
Simplifying the radical expression allows us to easily compare it to the given solutions.
4
Compare the simplified solution to the given solution form.
9+k=179 + k = 17
Since the solutions are given as 3±173 \pm \sqrt{17}, the expression inside the radical must equal 17.
5
Solve for the constant kk.
k=8k = 8
Subtracting 9 from both sides of the equation yields the value of the constant.

Key Concept

Solving quadratic equations using the quadratic formula or by completing the square to find the relationship between coefficients and solutions.

Alternative Method

Instead of using the quadratic formula, the equation can be solved by completing the square. Rewrite the equation as x26x=kx^2 - 6x = k. Adding 9 to both sides gives x26x+9=k+9x^2 - 6x + 9 = k + 9, which can be factored as (x3)2=k+9(x - 3)^2 = k + 9. Taking the square root of both sides yields x=3±k+9x = 3 \pm \sqrt{k + 9}. Comparing this to the given solutions 3±173 \pm \sqrt{17}, we get k+9=17k + 9 = 17, so k=8k = 8.
Estimated Time:1m 30s
Question 54Question

If (x2)29=0(x - 2)^2 - 9 = 0 and x<0x < 0, what is the value of x2+4xx^2 + 4x?

Show answer & explanation

Answer: -3

Answer

The value of the expression is -3
To find the value of x2+4xx^2 + 4x, we first solve the equation (x2)29=0(x - 2)^2 - 9 = 0 for xx. Adding 9 to both sides gives (x2)2=9(x - 2)^2 = 9. Taking the square root of both sides yields x2=3x - 2 = 3 or x2=3x - 2 = -3. Solving these two linear equations gives x=5x = 5 or x=1x = -1. The problem states that x<0x < 0, so we must choose x=1x = -1. Substituting x=1x = -1 into the expression x2+4xx^2 + 4x gives (1)2+4(1)=14=3(-1)^2 + 4(-1) = 1 - 4 = -3.

Step-by-Step Solution

1
Isolate the squared term in the equation.
(x2)2=9(x - 2)^2 = 9
To solve a quadratic equation of the form (xh)2k=0(x - h)^2 - k = 0, we first add kk to both sides to isolate the squared binomial.
2
Take the square root of both sides of the equation and solve for xx.
x2=±3x - 2 = \pm 3, which gives x=5x = 5 or x=1x = -1.
Taking the square root of both sides introduces both positive and negative roots, allowing us to find all possible values of xx.
3
Apply the given constraint x<0x < 0 to determine the correct value of xx.
x=1x = -1
The problem specifies that xx must be less than 0, so the positive solution x=5x = 5 must be rejected.
4
Substitute the value of xx into the expression x2+4xx^2 + 4x and simplify.
(1)2+4(1)=14=3(-1)^2 + 4(-1) = 1 - 4 = -3
We substitute x=1x = -1 into the expression to find its final numerical value.

Key Concept

Solving quadratic equations by taking square roots and evaluating expressions under constraints
Estimated Time:1m 30s
Question 55Question

If (2y3)22(2y3)24=0(2y - 3)^2 - 2(2y - 3) - 24 = 0 and y>0y > 0, what is the value of yy?

Show answer & explanation

Answer: 92\frac{9}{2}

Answer

92\frac{9}{2}
Substituting u=2y3u = 2y - 3 transforms the original equation into the standard quadratic form u22u24=0u^2 - 2u - 24 = 0. Factoring this equation yields (u6)(u+4)=0(u - 6)(u + 4) = 0, giving the solutions u=6u = 6 and u=4u = -4. Substituting 2y32y - 3 back for uu results in two equations: 2y3=62y - 3 = 6 (which simplifies to y=92y = \frac{9}{2}) and 2y3=42y - 3 = -4 (which simplifies to y=12y = -\frac{1}{2}). Since the problem specifies that y>0y > 0, the negative value must be discarded, leaving the correct value as 92\frac{9}{2}.

Step-by-Step Solution

1
Use substitution to simplify the equation by letting u=2y3u = 2y - 3.
u22u24=0u^2 - 2u - 24 = 0
This substitution reduces the equation to a standard quadratic form, making it easier to factor.
2
Factor the quadratic equation u22u24=0u^2 - 2u - 24 = 0.
(u6)(u+4)=0(u - 6)(u + 4) = 0, which gives u=6u = 6 or u=4u = -4.
Factoring helps identify the potential values for the substituted expression uu.
3
Substitute 2y32y - 3 back for uu and solve both resulting linear equations for yy.
2y3=6    2y=9    y=922y - 3 = 6 \implies 2y = 9 \implies y = \frac{9}{2} and 2y3=4    2y=1    y=122y - 3 = -4 \implies 2y = -1 \implies y = -\frac{1}{2}.
This step converts the solutions for the intermediate variable uu back into solutions for the original variable yy.
4
Apply the given constraint y>0y > 0 to identify the final solution.
y=92y = \frac{9}{2} because 12-\frac{1}{2} is not greater than 00.
The question specifies that yy must be strictly positive, so we must discard any negative values.

Key Concept

Solving quadratic equations using substitution and factoring under constraints
Question 56Question
(2x5)(2x+7)=k(2x - 5)(2x + 7) = -k

In the given equation, kk is a constant. If the equation has exactly one real solution, what is the value of kk?

Show answer & explanation

Answer: 36

Answer

36
Expanding the equation (2x5)(2x+7)=k(2x - 5)(2x + 7) = -k gives 4x2+4x35=k4x^2 + 4x - 35 = -k. Adding kk to both sides puts it in standard form 4x2+4x+(k35)=04x^2 + 4x + (k - 35) = 0. For a quadratic equation to have exactly one real solution, its discriminant must be zero: b24ac=424(4)(k35)=0b^2 - 4ac = 4^2 - 4(4)(k - 35) = 0. Simplifying this yields 1616(k35)=016 - 16(k - 35) = 0, which gives 1(k35)=01 - (k - 35) = 0, so k35=1k - 35 = 1, and thus k=36k = 36.

Step-by-Step Solution

1
Expand the left side of the equation and write it in standard form.
4x2+4x+(k35)=04x^2 + 4x + (k - 35) = 0
To apply the quadratic discriminant, the equation must be in the form ax2+bx+c=0ax^2 + bx + c = 0.
2
Identify the coefficients and set the discriminant b24acb^2 - 4ac equal to 0.
424(4)(k35)=04^2 - 4(4)(k - 35) = 0
A quadratic equation has exactly one real solution if and only if its discriminant is equal to zero.
3
Solve the resulting linear equation for the constant kk.
k=36k = 36
Isolating kk gives the value that satisfies the condition of having exactly one real solution.

Key Concept

Quadratic Discriminant
Question 57Question

If the quadratic equation x2bx+16=0x^2 - bx + 16 = 0, where bb is a positive constant, has two real solutions such that one solution is 44 times the other, what is the value of bb?

Show answer & explanation

Answer: 10

Answer

The value of bb is 1010.
By writing the roots as rr and 4r4r, the quadratic equation can be represented as (xr)(x4r)=x25rx+4r2=0(x-r)(x-4r) = x^2 - 5rx + 4r^2 = 0. Comparing this to the given equation x2bx+16=0x^2 - bx + 16 = 0, we establish that 4r2=164r^2 = 16 and b=5rb = 5r. Solving for rr gives r2=4r^2 = 4, which means r=±2r = \pm 2. Since bb is a positive constant, we select r=2r = 2, yielding b=5(2)=10b = 5(2) = 10. Alternatively, using Vieta's formulas, the product of the roots is r4r=16    4r2=16    r=±2r \cdot 4r = 16 \implies 4r^2 = 16 \implies r = \pm 2, and the sum of the roots is r+4r=b    5r=br + 4r = b \implies 5r = b. Since b>0b > 0, we find b=10b = 10.

Step-by-Step Solution

1
Define the roots in terms of a single variable and express the quadratic equation in factored form.
Let the roots be rr and 4r4r. The factored form is (xr)(x4r)=0(x - r)(x - 4r) = 0.
This allows us to relate the given relationship between the roots to the coefficients of the quadratic equation.
2
Expand the factored quadratic expression.
x25rx+4r2=0x^2 - 5rx + 4r^2 = 0
This transforms the equation into the standard form x2+Bx+C=0x^2 + Bx + C = 0 so we can match coefficients.
3
Compare the expanded equation with the given equation x2bx+16=0x^2 - bx + 16 = 0.
4r2=164r^2 = 16 and b=5rb = 5r
Matching corresponding coefficients allows us to solve for the unknown variables.
4
Solve the constant term equation for rr.
r=2r = 2 or r=2r = -2
Finding the value of rr is necessary to calculate the value of bb.
5
Calculate the value of bb using the constraint that bb is positive.
b=5(2)=10b = 5(2) = 10
Using the negative root r=2r = -2 would yield a negative value for bb (b=10b = -10), which violates the constraint that bb must be a positive constant.

Key Concept

Relating the roots of a quadratic equation to its coefficients
Estimated Time:1m 30s
Question 58Question

One of the solutions to the quadratic equation x2+8x+c=0x^2 + 8x + c = 0, where cc is a constant, is x=4+5x = -4 + \sqrt{5}. What is the value of cc?

Show answer & explanation

Answer: 11

Answer

11
The value of 11 is correct because completing the square of the equation x2+8x+c=0x^2 + 8x + c = 0 yields (x+4)2=16c(x + 4)^2 = 16 - c, which gives solutions of the form x=4±16cx = -4 \pm \sqrt{16 - c}. Comparing this to the given solution x=4+5x = -4 + \sqrt{5} shows that 16c=516 - c = 5, which simplifies to c=11c = 11. Direct substitution of the solution back into the equation also confirms this result.

Step-by-Step Solution

1
Express the quadratic equation in vertex form by completing the square.
x2+8x+c=(x+4)216+c=0x^2 + 8x + c = (x + 4)^2 - 16 + c = 0
Completing the square allows us to easily solve for the variable in terms of the constant.
2
Isolate the squared term and solve for the variable.
(x+4)2=16c    x=4±16c(x + 4)^2 = 16 - c \implies x = -4 \pm \sqrt{16 - c}
Taking the square root of both sides gives the general solutions of the quadratic equation.
3
Equate the general solution to the given solution to find the value of the constant.
Since one solution is 4+5-4 + \sqrt{5}, we set 16c=516 - c = 5, which gives c=11c = 11.
Matching the terms under the radical determines the value of the constant.

Key Concept

Solving quadratic equations by completing the square or using the quadratic formula
Question 59Question

The function ff is defined by f(x)=2x212x+cf(x) = 2x^2 - 12x + c, where cc is a constant. In the xyxy-plane, the graph of y=f(x)y = f(x) has a vertex at (h,5)(h, 5), where hh is a constant. What is the value of cc?

Show answer & explanation

Answer: 23

Answer

23
For a quadratic function in standard form f(x)=ax2+bx+cf(x) = ax^2 + bx + c, the x-coordinate of the vertex is given by h=b2ah = -\frac{b}{2a}. In this function, a=2a = 2 and b=12b = -12, so h=122(2)=3h = -\frac{-12}{2(2)} = 3. The vertex coordinates are (3,5)(3, 5), which means f(3)=5f(3) = 5. Substituting x=3x = 3 into the function gives 2(3)212(3)+c=52(3)^2 - 12(3) + c = 5. Simplifying the terms gives 1836+c=518 - 36 + c = 5, which becomes 18+c=5-18 + c = 5. Adding 1818 to both sides yields c=23c = 23.

Step-by-Step Solution

1
Identify the x-coordinate formula for the vertex of a quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c.
The x-coordinate hh is given by h=b2ah = -\frac{b}{2a}.
To find the axis of symmetry and the horizontal position of the vertex.
2
Substitute a=2a = 2 and b=12b = -12 from the given equation f(x)=2x212x+cf(x) = 2x^2 - 12x + c into the vertex formula.
h=122(2)=3h = -\frac{-12}{2(2)} = 3
To calculate the specific x-coordinate of the vertex for this function.
3
Substitute the vertex coordinates (3,5)(3, 5) into the function f(x)f(x).
f(3)=2(3)212(3)+c=5f(3) = 2(3)^2 - 12(3) + c = 5
Since the vertex lies on the graph of the function, its coordinates must satisfy the function's equation.
4
Simplify the equation and solve for the constant cc.
1836+c=5    18+c=5    c=2318 - 36 + c = 5 \implies -18 + c = 5 \implies c = 23
To determine the final value of the constant cc.

Key Concept

Vertex of a quadratic function
Question 60Question

In the quadratic equation x2kx+36=0x^2 - kx + 36 = 0, kk is a positive constant. If the difference between the two solutions to the equation is 55, what is the value of kk?

Show answer & explanation

Answer: 13

Answer

The value of the positive constant kk is 1313.
For the quadratic equation x2kx+36=0x^2 - kx + 36 = 0 with solutions r1r_1 and r2r_2, the sum of the solutions is r1+r2=kr_1 + r_2 = k and the product of the solutions is r1r2=36r_1 \cdot r_2 = 36. Given that the difference between the two solutions is 55, we can write r1r2=5|r_1 - r_2| = 5. Squaring both sides yields (r1r2)2=25(r_1 - r_2)^2 = 25. Using the algebraic identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2, we substitute the known values to obtain 25=k24(36)25 = k^2 - 4(36), which simplifies to 25=k214425 = k^2 - 144. Solving for k2k^2 gives k2=169k^2 = 169. Since kk is positive, k=13k = 13. Alternatively, we can find two numbers whose product is 3636 and whose difference is 55. These numbers are 99 and 44, because 94=369 \cdot 4 = 36 and 94=59 - 4 = 5. The sum of these solutions is 9+4=139 + 4 = 13, which matches the coefficient of the linear term, kk.

Step-by-Step Solution

1
Relate the roots of the quadratic equation x2kx+36=0x^2 - kx + 36 = 0 to its coefficients using Vieta's formulas.
The sum of the roots is r1+r2=kr_1 + r_2 = k and the product of the roots is r1r2=36r_1 \cdot r_2 = 36.
This sets up the system of equations representing the roots.
2
Express the given root difference of 55 mathematically and square it.
r1r2=5    (r1r2)2=25|r_1 - r_2| = 5 \implies (r_1 - r_2)^2 = 25.
Squaring the difference allows us to use standard algebraic identities.
3
Apply the identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2 to substitute the sum and product expressions.
25=k24(36)25 = k^2 - 4(36)
This converts the relationship between the roots into an equation with the single variable kk.
4
Solve the equation for kk, selecting the positive value.
25=k2144    k2=169    k=1325 = k^2 - 144 \implies k^2 = 169 \implies k = 13 (since k>0k > 0).
To determine the final value of kk satisfying the constraint that kk is a positive constant.

Key Concept

Relationship between the roots and coefficients of a quadratic equation (Vieta's formulas)
PreviousPage 3 / 4Next
Quadratic Equations Practice Questions — SAT — Page 3 | Examkin