Quadratic Equations and Factoring

41 soru

Soru 1Soru

The quadratic equation x2kx+36=0x^2 - kx + 36 = 0, where kk is a positive constant, has two distinct real roots r1r_1 and r2r_2 such that r2r1=5r_2 - r_1 = 5. What is the value of kk?

Cevabı ve açıklamayı göster

Cevap: 13

Cevap

The value of kk is 13.
According to Vieta's formulas, for the quadratic equation x2kx+36=0x^2 - kx + 36 = 0, the sum of the roots is r1+r2=kr_1 + r_2 = k and the product of the roots is r1r2=36r_1 r_2 = 36. Using the identity (r2r1)2=(r1+r2)24r1r2(r_2 - r_1)^2 = (r_1 + r_2)^2 - 4r_1 r_2, we substitute the known values r2r1=5r_2 - r_1 = 5, r1+r2=kr_1 + r_2 = k, and r1r2=36r_1 r_2 = 36. This gives 52=k24(36)5^2 = k^2 - 4(36), which simplifies to 25=k214425 = k^2 - 144. Solving for k2k^2 gives k2=169k^2 = 169. Since kk is specified as a positive constant, k=13k = 13.

Adım Adım Çözüm

1
Apply Vieta's formulas to the given quadratic equation
The sum of the roots is r1+r2=kr_1 + r_2 = k and the product of the roots is r1r2=36r_1 r_2 = 36.
For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of roots is b/a-b/a and the product of roots is c/ac/a.
2
Relate the difference of the roots to their sum and product
(r2r1)2=(r1+r2)24r1r2(r_2 - r_1)^2 = (r_1 + r_2)^2 - 4r_1 r_2
Expanding both sides shows that r222r1r2+r12=r12+2r1r2+r224r1r2r_2^2 - 2r_1 r_2 + r_1^2 = r_1^2 + 2r_1 r_2 + r_2^2 - 4r_1 r_2, which is an algebraic identity.
3
Substitute the known values into the identity
52=k24(36)    25=k21445^2 = k^2 - 4(36) \implies 25 = k^2 - 144
We are given that r2r1=5r_2 - r_1 = 5, r1r2=36r_1 r_2 = 36, and r1+r2=kr_1 + r_2 = k.
4
Solve for the positive constant kk
k2=169    k=13k^2 = 169 \implies k = 13
Adding 144 to both sides gives k2=169k^2 = 169. Taking the positive square root because k>0k > 0 yields k=13k = 13.

Anahtar Kavram

Vieta's Formulas and Root Difference Identity
Soru 2Soru

If (2x3)2=25(2x - 3)^2 = 25 and x<0x < 0, what is the value of xx?

Cevabı ve açıklamayı göster

Cevap: 1-1

Cevap

1-1
Taking the square root of both sides of (2x3)2=25(2x - 3)^2 = 25 yields two equations: 2x3=52x - 3 = 5 (which gives x=4x = 4) and 2x3=52x - 3 = -5 (which gives x=1x = -1). Because the problem specifies that x<0x < 0, the correct value must be 1-1.

Adım Adım Çözüm

1
Take the square root of both sides of the equation (2x3)2=25(2x - 3)^2 = 25
2x3=±52x - 3 = \pm 5
Applying the square root property to a squared binomial requires considering both positive and negative principal roots.
2
Set up two separate linear equations corresponding to the two cases
Case 1: 2x3=52x - 3 = 5 or Case 2: 2x3=52x - 3 = -5
To find all possible solutions for xx, evaluate both root possibilities.
3
Solve each linear equation for xx
Case 1 yields 2x=8    x=42x = 8 \implies x = 4. Case 2 yields 2x=2    x=12x = -2 \implies x = -1.
Isolate xx using standard algebraic operations.
4
Apply the given constraint x<0x < 0
x=1x = -1
Since 4>04 > 0, the positive root is eliminated, leaving x=1x = -1 as the sole valid solution.

Anahtar Kavram

Quadratic Equations and Factoring
Soru 3Soru

If x=5x = 5 is a solution to the quadratic equation x2(k+3)x+3k+1=0x^2 - (k + 3)x + 3k + 1 = 0, where kk is a constant, what is the value of the other solution?

Cevabı ve açıklamayı göster

Cevap: 72\frac{7}{2}

Cevap

72\frac{7}{2}
Substituting x=5x = 5 into x2(k+3)x+3k+1=0x^2 - (k + 3)x + 3k + 1 = 0 yields 255(k+3)+3k+1=025 - 5(k + 3) + 3k + 1 = 0, which simplifies to 112k=011 - 2k = 0, so k=112k = \frac{11}{2}. Substituting k=112k = \frac{11}{2} back into the product of roots formula x1x2=3k+1x_1 \cdot x_2 = 3k + 1 gives 5x2=3(112)+1=3525 \cdot x_2 = 3\left(\frac{11}{2}\right) + 1 = \frac{35}{2}. Dividing by 55 yields the second root x2=72x_2 = \frac{7}{2}.

Adım Adım Çözüm

1
Substitute the known solution x=5x = 5 into the quadratic equation to solve for kk.
52(k+3)(5)+3k+1=0    255k15+3k+1=0    112k=0    k=1125^2 - (k + 3)(5) + 3k + 1 = 0 \implies 25 - 5k - 15 + 3k + 1 = 0 \implies 11 - 2k = 0 \implies k = \frac{11}{2}.
Since x=5x = 5 is a solution, it must satisfy the equation.
2
Use Vieta's formulas to find the other solution x2x_2.
Product of roots x1x2=3k+1=3(112)+1=352x_1 \cdot x_2 = 3k + 1 = 3\left(\frac{11}{2}\right) + 1 = \frac{35}{2}. Since x1=5x_1 = 5, 5x2=352    x2=725 \cdot x_2 = \frac{35}{2} \implies x_2 = \frac{7}{2}.
By Vieta's formulas for a standard quadratic x2+bx+c=0x^2 + bx + c = 0, the product of the roots equals cc.

Anahtar Kavram

Quadratic equations, Vieta's formulas, and parameter evaluation
Soru 4Soru

The quadratic equation x2+bx+45=0x^2 + bx + 45 = 0, where bb is a constant, has two negative integer roots pp and qq such that p<qp < q. If qp=4q - p = 4, what is the value of bb?

Cevabı ve açıklamayı göster

Cevap: 14

Cevap

The value of bb is 14.
For the quadratic equation x2+bx+45=0x^2 + bx + 45 = 0, the roots pp and qq must satisfy pq=45pq = 45 and p+q=bp + q = -b. The negative integer factor pairs of 45 with p<qp < q are (45,1)(-45, -1), (15,3)(-15, -3), and (9,5)(-9, -5). Calculating the difference qpq - p for each pair yields 44, 12, and 4, respectively. The condition qp=4q - p = 4 uniquely identifies the roots as p=9p = -9 and q=5q = -5. Summing these roots gives p+q=14p + q = -14, so b=(14)=14b = -(-14) = 14.

Adım Adım Çözüm

1
Set up the relationships for the roots of the quadratic equation.
pq=45pq = 45 and p+q=bp + q = -b.
For any quadratic equation x2+bx+c=0x^2 + bx + c = 0, the product of the roots equals cc and the sum of the roots equals b-b.
2
Find all negative integer factor pairs (p,q)(p, q) of 45 such that p<qp < q.
The possible pairs are (45,1)(-45, -1), (15,3)(-15, -3), and (9,5)(-9, -5).
Since both roots are negative integers, their product is positive 45.
3
Determine the difference qpq - p for each pair to match the given condition qp=4q - p = 4.
For (45,1)(-45, -1), qp=1(45)=44q - p = -1 - (-45) = 44. For (15,3)(-15, -3), qp=3(15)=12q - p = -3 - (-15) = 12. For (9,5)(-9, -5), qp=5(9)=4q - p = -5 - (-9) = 4.
The pair (9,5)(-9, -5) satisfies qp=4q - p = 4, establishing p=9p = -9 and q=5q = -5.
4
Calculate the coefficient bb.
b=(p+q)=(9+(5))=(14)=14b = -(p + q) = -(-9 + (-5)) = -(-14) = 14.
Substituting the root values into b=(p+q)b = -(p + q) yields the final answer.

Anahtar Kavram

Factoring Quadratics and Relationships Between Roots and Coefficients
Soru 5Soru

If xx and yy are non-zero real numbers such that 9x212xy+4y2=09x^2 - 12xy + 4y^2 = 0, what is the value of 3x+y2y\frac{3x + y}{2y}?

Cevabı ve açıklamayı göster

Cevap: 32\frac{3}{2}

Cevap

The value of the expression is 32\frac{3}{2}.
The given expression 9x212xy+4y29x^2 - 12xy + 4y^2 factors into the perfect square (3x2y)2=0(3x - 2y)^2 = 0. Setting the base equal to zero gives 3x=2y3x = 2y. Substituting 2y2y in place of 3x3x in the target expression yields 2y+y2y=3y2y=32\frac{2y + y}{2y} = \frac{3y}{2y} = \frac{3}{2}.

Adım Adım Çözüm

1
Factor the quadratic expression
9x212xy+4y2=(3x2y)2=09x^2 - 12xy + 4y^2 = (3x - 2y)^2 = 0
The equation is a perfect square trinomial of the form (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2 where a=3xa = 3x and b=2yb = 2y.
2
Solve for the relationship between xx and yy
3x2y=0    3x=2y3x - 2y = 0 \implies 3x = 2y
Taking the square root of both sides gives a linear relationship between 3x3x and 2y2y.
3
Substitute 3x=2y3x = 2y into the targeted expression
\frac{3x + y}{2y} = \frac{2y + y}{2y} = \frac{3y}{2y} = \frac{3}{2}
Replacing 3x3x with 2y2y eliminates xx and simplifies the expression directly.

Anahtar Kavram

Perfect Square Trinomial Factoring
Soru 6Soru

The quadratic equation 2x2+px+q=02x^2 + px + q = 0, where pp and qq are constants, has roots rr and ss. The quadratic equation x2+(p2)x+24=0x^2 + (p - 2)x + 24 = 0 has roots r+2r + 2 and s+2s + 2. What is the value of qq?

Cevabı ve açıklamayı göster

Cevap: 32

Cevap

The value of qq is 32.
Applying Vieta's formulas to 2x2+px+q=02x^2 + px + q = 0 gives r+s=p/2r + s = -p/2 and rs=q/2rs = q/2. For the second equation x2+(p2)x+24=0x^2 + (p-2)x + 24 = 0, the sum of roots is (r+2)+(s+2)=(p2)(r+2) + (s+2) = -(p-2), which simplifies to (r+s)+4=2p(r+s) + 4 = 2 - p. Substituting r+s=p/2r+s = -p/2 yields p/2+4=2p-p/2 + 4 = 2 - p, solving to p=4p = -4 and r+s=2r+s = 2. The product of roots for the second equation is (r+2)(s+2)=rs+2(r+s)+4=24(r+2)(s+2) = rs + 2(r+s) + 4 = 24. Substituting rs=q/2rs = q/2 and r+s=2r+s = 2 gives q/2+4+4=24q/2 + 4 + 4 = 24, which simplifies to q/2=16q/2 = 16 and q=32q = 32.

Adım Adım Çözüm

1
Express the sum and product of roots rr and ss in terms of pp and qq using Vieta's formulas.
r+s=p2r + s = -\frac{p}{2} and rs=q2rs = \frac{q}{2}.
For a 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}.
2
Relate the sum of the shifted roots (r+2)(r + 2) and (s+2)(s + 2) to the coefficients of the second quadratic equation.
(r+2)+(s+2)=(p2)    (r+s)+4=2p(r + 2) + (s + 2) = -(p - 2) \implies (r + s) + 4 = 2 - p.
The coefficient of xx in x2+(p2)x+24=0x^2 + (p - 2)x + 24 = 0 is (p2)(p - 2), so the sum of its roots equals (p2)-(p - 2).
3
Substitute r+s=p2r + s = -\frac{p}{2} into the sum relation to determine pp.
p2+4=2p    p2=2    p=4-\frac{p}{2} + 4 = 2 - p \implies \frac{p}{2} = -2 \implies p = -4.
Solving the linear equation for pp yields p=4p = -4, which means r+s=2r + s = 2.
4
Expand the product of the shifted roots (r+2)(s+2)=24(r + 2)(s + 2) = 24 and solve for qq.
rs+2(r+s)+4=24    q2+2(2)+4=24    q2+8=24    q=32rs + 2(r + s) + 4 = 24 \implies \frac{q}{2} + 2(2) + 4 = 24 \implies \frac{q}{2} + 8 = 24 \implies q = 32.
Substituting rs=q2rs = \frac{q}{2} and r+s=2r + s = 2 isolates qq, yielding q=32q = 32.

Anahtar Kavram

Relating roots and coefficients of quadratic equations using Vieta's formulas and algebraic expansion.
Soru 7Soru

If xx is a real number that satisfies the equation (x3)2=16(x - 3)^2 = 16, which of the following could be the value of x24xx^2 - 4x? Select all such values.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: 55; 2121

Cevap

The possible values of x24xx^2 - 4x are 55 and 2121.
Taking the square root of both sides of (x3)2=16(x - 3)^2 = 16 yields x3=±4x - 3 = \pm 4. This gives two solutions for xx: x=7x = 7 and x=1x = -1. Substituting x=7x = 7 into x24xx^2 - 4x gives 4928=2149 - 28 = 21. Substituting x=1x = -1 into x24xx^2 - 4x gives (1)24(1)=1+4=5(-1)^2 - 4(-1) = 1 + 4 = 5. Thus, both 55 and 2121 are valid values.

Adım Adım Çözüm

1
Solve the quadratic equation for xx
x3=4    x=7x - 3 = 4 \implies x = 7 or x3=4    x=1x - 3 = -4 \implies x = -1
Taking the square root of both sides of (x3)2=16(x - 3)^2 = 16 yields both positive and negative roots.
2
Substitute the first root into the expression x24xx^2 - 4x
724(7)=4928=217^2 - 4(7) = 49 - 28 = 21
Evaluating the target expression for x=7x = 7.
3
Substitute the second root into the expression x24xx^2 - 4x
(1)24(1)=1+4=5(-1)^2 - 4(-1) = 1 + 4 = 5
Evaluating the target expression for x=1x = -1.

Anahtar Kavram

Quadratic Equations and Factoring
Soru 8Soru

If xx is a real number such that (x24)23(x24)10=0(x^2 - 4)^2 - 3(x^2 - 4) - 10 = 0, which of the following could be the value of xx? Select all such values.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: 3-3; 2-\sqrt{2}; 33

Cevap

The values that satisfy the equation are 3-3, 2-\sqrt{2}, and 33.
The given equation is in quadratic form with respect to (x24)(x^2 - 4). Letting u=x24u = x^2 - 4, we factor the equation as (u5)(u+2)=0(u - 5)(u + 2) = 0, giving u=5u = 5 or u=2u = -2. Setting x24=5x^2 - 4 = 5 gives x2=9x^2 = 9, which yields x=3x = 3 or x=3x = -3. Setting x24=2x^2 - 4 = -2 gives x2=2x^2 = 2, which yields x=2x = \sqrt{2} or x=2x = -\sqrt{2}. Thus, 3-3, 2-\sqrt{2}, and 33 are all valid solutions.

Adım Adım Çözüm

1
Use algebraic substitution to simplify the quadratic form.
Let u=x24u = x^2 - 4. The equation becomes u23u10=0u^2 - 3u - 10 = 0.
Recognizing the structure as a quadratic equation in terms of (x24)(x^2 - 4) simplifies factoring.
2
Factor the quadratic equation in terms of uu.
(u5)(u+2)=0(u - 5)(u + 2) = 0, giving solutions u=5u = 5 or u=2u = -2.
Finding the roots of the substituted variable uu leads to the possible values for x24x^2 - 4.
3
Substitute back x24x^2 - 4 for uu and solve for xx in each case.
For u=5u = 5: x24=5    x2=9    x=3x^2 - 4 = 5 \implies x^2 = 9 \implies x = 3 or x=3x = -3.
For u=2u = -2: x24=2    x2=2    x=2x^2 - 4 = -2 \implies x^2 = 2 \implies x = \sqrt{2} or x=2x = -\sqrt{2}.
Taking both positive and negative square roots provides all valid real solutions.

Anahtar Kavram

Quadratic Form Substitution and Factoring
Tahmini Süre:1m 40s
Soru 9Soru

If xx is a negative real number such that (x+5)2=36(x + 5)^2 = 36, what is the value of x22xx^2 - 2x?

Cevabı ve açıklamayı göster

Cevap: 143143

Cevap

The value of x22xx^2 - 2x is 143143.
Taking the square root of both sides of (x+5)2=36(x + 5)^2 = 36 gives x+5=6x + 5 = 6 or x+5=6x + 5 = -6. Solving for xx yields x=1x = 1 or x=11x = -11. Because xx is given as a negative real number, x=11x = -11. Evaluating the target expression at x=11x = -11 yields (11)22(11)=121+22=143(-11)^2 - 2(-11) = 121 + 22 = 143.

Adım Adım Çözüm

1
Solve the quadratic equation for xx by applying the square root property.
x+5=±36=±6x + 5 = \pm \sqrt{36} = \pm 6
Taking the square root of both sides yields both positive and negative root options.
2
Determine the two potential solutions for xx.
x=65=1x = 6 - 5 = 1 or x=65=11x = -6 - 5 = -11
Isolating xx gives two real solutions.
3
Select the valid solution based on the problem constraints.
x=11x = -11
The stem specifies that xx must be a negative real number, so x=1x = 1 is rejected.
4
Substitute x=11x = -11 into the expression x22xx^2 - 2x.
(11)22(11)=121+22=143(-11)^2 - 2(-11) = 121 + 22 = 143
Squaring a negative number yields a positive result, and subtracting a negative quantity adds to the total.

Anahtar Kavram

Solving quadratic equations using square roots and evaluating algebraic expressions
Soru 10Soru

If xx is a solution to the quadratic equation x211x+28=0x^2 - 11x + 28 = 0 such that x>5x > 5, what is the value of xx?

Cevabı ve açıklamayı göster

Cevap: 7

Cevap

The value of xx is 7.
Factoring x211x+28=0x^2 - 11x + 28 = 0 yields (x7)(x4)=0(x - 7)(x - 4) = 0, giving solutions x=7x = 7 and x=4x = 4. Since the problem specifies that x>5x > 5, the only valid value for xx is 7.

Adım Adım Çözüm

1
Factor the quadratic expression
(x7)(x4)=0(x - 7)(x - 4) = 0
Find two numbers that multiply to 28 and sum to -11, which are -7 and -4.
2
Find the roots of the equation
x=7x = 7 or x=4x = 4
Set each linear factor equal to 0 and solve for xx.
3
Apply the given constraint x>5x > 5
x=7x = 7
Out of the two roots 4 and 7, only 7 is strictly greater than 5.

Anahtar Kavram

Factoring quadratic equations of the form x2+bx+c=0x^2 + bx + c = 0
Soru 11Soru

If xx is a negative real number such that x2+5x14=0x^2 + 5x - 14 = 0, what is the value of x+3x + 3?

Cevabı ve açıklamayı göster

Cevap: 4-4

Cevap

The value of x+3x + 3 is 4-4.
Factoring x2+5x14=0x^2 + 5x - 14 = 0 yields (x+7)(x2)=0(x + 7)(x - 2) = 0, giving solutions x=7x = -7 and x=2x = 2. Given that xx must be negative, x=7x = -7. Substituting this into the target expression gives 7+3=4-7 + 3 = -4.

Adım Adım Çözüm

1
Factor the quadratic equation x2+5x14=0x^2 + 5x - 14 = 0.
(x+7)(x2)=0(x + 7)(x - 2) = 0
Find two numbers that multiply to 14-14 and add to 55, which are 77 and 2-2.
2
Solve for the possible values of xx.
x=7x = -7 or x=2x = 2
Set each linear factor equal to zero.
3
Apply the condition that xx is a negative real number.
x=7x = -7
The value x=2x = 2 is positive and must be discarded.
4
Evaluate the target expression x+3x + 3.
7+3=4-7 + 3 = -4
Substitute x=7x = -7 into x+3x + 3.

Anahtar Kavram

Factoring Quadratic Equations and Evaluating Expressions
Soru 12Soru

Which of the following values are solutions to the equation (x+4)2=49(x + 4)^2 = 49? Select all that apply.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: 11-11; 33

Cevap

The correct solutions are 11-11 and 33.
Taking the square root of both sides of (x+4)2=49(x + 4)^2 = 49 yields x+4=7x + 4 = 7 or x+4=7x + 4 = -7. Solving these two linear equations gives x=3x = 3 and x=11x = -11. Both values satisfy the original quadratic equation.

Adım Adım Çözüm

1
Apply the square root property to both sides of the quadratic equation.
x+4=±49=±7x + 4 = \pm \sqrt{49} = \pm 7
Taking the square root of both sides accounts for both the positive and negative roots of 4949.
2
Solve the first linear equation for the positive case.
x+4=7    x=74=3x + 4 = 7 \implies x = 7 - 4 = 3
Subtract 44 from both sides when the expression equals +7+7.
3
Solve the second linear equation for the negative case.
x+4=7    x=74=11x + 4 = -7 \implies x = -7 - 4 = -11
Subtract 44 from both sides when the expression equals 7-7.

Anahtar Kavram

Square Root Property of Quadratic Equations
Soru 13Soru

What is the sum of all real solutions to the equation x3=x+3x - 3 = \sqrt{x + 3}?

Cevabı ve açıklamayı göster

Cevap: 6

Cevap

The sum of all real solutions to the equation is 6.
Squaring both sides of x3=x+3x - 3 = \sqrt{x + 3} gives x26x+9=x+3x^2 - 6x + 9 = x + 3, which simplifies to x27x+6=0x^2 - 7x + 6 = 0. Factoring yields (x6)(x1)=0(x - 6)(x - 1) = 0, giving candidate solutions x=6x = 6 and x=1x = 1. Substituting x=6x = 6 into the original equation gives 3=9=33 = \sqrt{9} = 3, which is valid. Substituting x=1x = 1 gives 2=4=2-2 = \sqrt{4} = 2, which is false, making x=1x = 1 an extraneous solution. Therefore, x=6x = 6 is the single valid solution, and its sum is 6.

Adım Adım Çözüm

1
Eliminate the radical by squaring both sides of the equation.
(x3)2=(x+3)2    x26x+9=x+3(x - 3)^2 = (\sqrt{x + 3})^2 \implies x^2 - 6x + 9 = x + 3
Squaring both sides converts the radical equation into a standard quadratic equation.
2
Rearrange the terms into standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0 and factor.
x27x+6=0    (x6)(x1)=0x^2 - 7x + 6 = 0 \implies (x - 6)(x - 1) = 0
Subtracting xx and 33 from both sides isolates zero on one side so the quadratic expression can be factored.
3
Solve for potential values of xx.
x=6x = 6 or x=1x = 1
Setting each factor to zero yields the algebraic solutions to the quadratic equation.
4
Check each potential solution in the original radical equation x3=x+3x - 3 = \sqrt{x + 3}.
For x=6x = 6: 63=36 - 3 = 3 and 6+3=3\sqrt{6 + 3} = 3 (Valid). For x=1x = 1: 13=21 - 3 = -2 and 1+3=2\sqrt{1 + 3} = 2 (Invalid, since 22-2 \neq 2).
Squaring an equation can introduce extraneous solutions that do not satisfy the original principal square root relationship.
5
Calculate the sum of all valid real solutions.
The only valid real solution is 66, so the sum is 66.
Extraneous solutions must be discarded before computing the final sum.

Anahtar Kavram

Solving radical equations using quadratic factoring and identifying extraneous solutions
Tahmini Süre:2m 0s
Soru 14Soru

The quadratic equation x2px+q=0x^2 - px + q = 0, where pp and qq are real constants with p>0p > 0, has two real roots r1r_1 and r2r_2. If r12+r22=29r_1^2 + r_2^2 = 29 and r13+r23=117r_1^3 + r_2^3 = 117, what is the value of qq?

Cevabı ve açıklamayı göster

Cevap: -10

Cevap

The value of qq is 10-10.
By Vieta's formulas, r1+r2=pr_1 + r_2 = p and r1r2=qr_1 r_2 = q. Using the identity r12+r22=(r1+r2)22r1r2=29r_1^2 + r_2^2 = (r_1 + r_2)^2 - 2r_1 r_2 = 29, we get q=p2292q = \frac{p^2 - 29}{2}. Using the sum of cubes identity r13+r23=(r1+r2)(r12r1r2+r22)=117r_1^3 + r_2^3 = (r_1 + r_2)(r_1^2 - r_1 r_2 + r_2^2) = 117, we obtain p(29q)=117p(29 - q) = 117. Substituting qq into this equation yields p387p+234=0p^3 - 87p + 234 = 0. Factoring this cubic equation yields p=3p = 3 as a valid root, leading to q=10q = -10. Evaluating the discriminant p24q=94(10)=49>0p^2 - 4q = 9 - 4(-10) = 49 > 0 confirms that real roots exist. The second positive root for pp gives a negative discriminant, making 10-10 the unique correct value of qq.

Adım Adım Çözüm

1
Express symmetric sums of roots in terms of equation coefficients pp and qq using Vieta's formulas.
r1+r2=pr_1 + r_2 = p and r1r2=qr_1 r_2 = q. Therefore, r12+r22=(r1+r2)22r1r2=p22q=29r_1^2 + r_2^2 = (r_1 + r_2)^2 - 2r_1 r_2 = p^2 - 2q = 29, which gives q=p2292q = \frac{p^2 - 29}{2}.
Relating root sums and products directly to coefficients simplifies the algebraic system.
2
Express the sum of cubes in terms of pp and qq and substitute qq.
r13+r23=(r1+r2)(r12r1r2+r22)=p(29q)=117r_1^3 + r_2^3 = (r_1 + r_2)(r_1^2 - r_1 r_2 + r_2^2) = p(29 - q) = 117. Substituting q=p2292q = \frac{p^2 - 29}{2} yields p(29p2292)=117    p(87p2)=234    p387p+234=0p\left(29 - \frac{p^2 - 29}{2}\right) = 117 \implies p(87 - p^2) = 234 \implies p^3 - 87p + 234 = 0.
Combining symmetric expressions forms a single polynomial equation in variable pp.
3
Factor the cubic equation p387p+234=0p^3 - 87p + 234 = 0 to find candidate values for p>0p > 0.
Testing factor p=3p = 3 gives 3387(3)+234=27261+234=03^3 - 87(3) + 234 = 27 - 261 + 234 = 0. Factoring out (p3)(p - 3) gives (p3)(p2+3p78)=0(p - 3)(p^2 + 3p - 78) = 0.
Finding the roots of the polynomial identifies candidate values for coefficient pp.
4
Verify the real root constraint p24q>0p^2 - 4q > 0 for candidates of pp.
For p=3p = 3, q=32292=10q = \frac{3^2 - 29}{2} = -10, giving discriminant p24q=94(10)=49>0p^2 - 4q = 9 - 4(-10) = 49 > 0 (real roots 55 and 2-2). For the positive root p=321327.458p = \frac{\sqrt{321}-3}{2} \approx 7.458 of p2+3p78=0p^2 + 3p - 78 = 0, the discriminant is p24q=3p296.63<0p^2 - 4q = 3p - 29 \approx -6.63 < 0, which yields non-real complex roots.
The question specifies real roots, so candidate solutions resulting in negative discriminants must be discarded.

Anahtar Kavram

Quadratic Equations and Factoring (Vieta's Formulas, Symmetric Polynomials, and Real Root Conditions)
Soru 15Soru

For what values of the real constant kk does the quadratic equation (k2)x22kx+(2k3)=0(k-2)x^2 - 2kx + (2k - 3) = 0 have two distinct real roots r1r_1 and r2r_2 such that r1<1<r2r_1 < 1 < r_2?

Cevabı ve açıklamayı göster

Cevap: 2<k<52 < k < 5

Cevap

The correct inequality expressing all possible values of kk is 2<k<52 < k < 5.
The correct inequality 2<k<52 < k < 5 is obtained by requiring (k2)f(1)<0(k-2)f(1) < 0, which ensures x=1x = 1 falls between the two distinct real roots. Evaluating f(1)=k5f(1) = k - 5 yields (k2)(k5)<0(k-2)(k-5) < 0, giving 2<k<52 < k < 5. The discriminant condition Δ=4(k1)(k6)>0\Delta = -4(k-1)(k-6) > 0 gives 1<k<61 < k < 6, which fully encompasses (2,5)(2, 5).

Adım Adım Çözüm

1
Define the quadratic function and state the conditions for r1<1<r2r_1 < 1 < r_2.
Let f(x)=(k2)x22kx+(2k3)f(x) = (k-2)x^2 - 2kx + (2k - 3). For a quadratic function to have two real roots with x=1x = 1 located between them, the product of the leading coefficient (k2)(k-2) and f(1)f(1) must be strictly negative, i.e., (k2)f(1)<0(k-2)f(1) < 0.
If a parabola opens upwards (k2>0k-2 > 0), its value at a point between its roots must be negative (f(1)<0f(1) < 0). If it opens downwards (k2<0k-2 < 0), its value at a point between its roots must be positive (f(1)>0f(1) > 0).
2
Evaluate f(1)f(1) in terms of kk.
f(1)=(k2)(1)22k(1)+(2k3)=k22k+2k3=k5f(1) = (k-2)(1)^2 - 2k(1) + (2k - 3) = k - 2 - 2k + 2k - 3 = k - 5.
Substitute x=1x = 1 directly into the expression for f(x)f(x).
3
Solve the inequality (k2)f(1)<0(k-2)f(1) < 0.
(k2)(k5)<0    2<k<5(k-2)(k-5) < 0 \implies 2 < k < 5.
The product of two linear factors (k2)(k-2) and (k5)(k-5) is negative between their roots, k=2k = 2 and k=5k = 5.
4
Verify discriminant condition Δ>0\Delta > 0 for real roots.
Δ=(2k)24(k2)(2k3)=4k24(2k27k+6)=4k2+28k24=4(k1)(k6)>0    1<k<6\Delta = (-2k)^2 - 4(k-2)(2k-3) = 4k^2 - 4(2k^2 - 7k + 6) = -4k^2 + 28k - 24 = -4(k-1)(k-6) > 0 \implies 1 < k < 6.
Since the interval (2,5)(2, 5) is entirely contained within (1,6)(1, 6), any k(2,5)k \in (2, 5) automatically guarantees two distinct real roots.

Anahtar Kavram

Location of roots of quadratic equations and sign analysis of quadratic functions.
Tahmini Süre:2m 0s
Soru 16Soru

Let P(x)=x2mx+nP(x) = x^2 - mx + n be a quadratic polynomial with real coefficients mm and nn, having two distinct real roots α\alpha and \beta. If the roots satisfy the system of equations α3+β3=m(n+7)\alpha^3 + \beta^3 = m(n + 7) and 1α2+1β2=10n2\frac{1}{\alpha^2} + \frac{1}{\beta^2} = \frac{10}{n^2}, which of the following statements MUST be true? Select all such statements.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: The product of the roots, nn, is equal to 1.51.5.; The sum of the squares of the roots, α2+β2\alpha^2 + \beta^2, is equal to 1010.; The discriminant of the polynomial P(x)P(x) is equal to 77.

Cevap

The correct statements are those asserting that the product of the roots is 1.51.5, the sum of the squares of the roots is 1010, and the discriminant of P(x)P(x) is 77.
Using Vieta's formulas and algebraic identity expansions for α3+β3\alpha^3 + \beta^3 and 1α2+1β2\frac{1}{\alpha^2} + \frac{1}{\beta^2} establishes the system of equations m2=4n+7m^2 = 4n + 7 and m2=2n+10m^2 = 2n + 10. Solving this system gives n=1.5n = 1.5, m2=13m^2 = 13, and a discriminant Δ=m24n=7\Delta = m^2 - 4n = 7. Thus, the product of roots is 1.51.5, the sum of squares α2+β2=m22n=10\alpha^2 + \beta^2 = m^2 - 2n = 10, and the discriminant is 77.

Adım Adım Çözüm

1
Apply Vieta's formulas to express sum and product of roots.
\alpha + \beta = m \quad \text{and} \quad \alpha\beta = n
Vieta's relations link polynomial coefficients directly to symmetrical root expressions.
2
Expand α3+β3\alpha^3 + \beta^3 in terms of mm and nn.
\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta) = m^3 - 3mn = m(m^2 - 3n)
Using algebraic identities converts root powers into functions of mm and nn.
3
Equate the expression from Step 2 to m(n+7)m(n + 7) to find an equation for m2m^2.
m(m^2 - 3n) = m(n + 7) \implies m^2 - 3n = n + 7 \implies m^2 = 4n + 7
Since the roots are distinct, m0m \neq 0, allowing division by mm.
4
Simplify the second given equation 1α2+1β2=10n2\frac{1}{\alpha^2} + \frac{1}{\beta^2} = \frac{10}{n^2}.
\frac{\alpha^2 + \beta^2}{\alpha^2\beta^2} = \frac{m^2 - 2n}{n^2} = \frac{10}{n^2} \implies m^2 - 2n = 10 \implies m^2 = 2n + 10
Combining fractions over a common denominator (αβ)2=n2(\alpha\beta)^2 = n^2 isolates m22nm^2 - 2n.
5
Solve for nn, m2m^2, and the discriminant Δ\Delta.
4n + 7 = 2n + 10 \implies 2n = 3 \implies n = 1.5; \quad m^2 = 13; \quad \Delta = m^2 - 4n = 13 - 6 = 7
Equating the two expressions for m2m^2 yields unique values for nn, m2m^2, and Δ\Delta.

Anahtar Kavram

Quadratic Equations, Vieta's Formulas, and Symmetric Polynomial Expressions
Soru 17Soru

The quadratic equation x2(k2)x+(k5)=0x^2 - (k - 2)x + (k - 5) = 0 has two distinct real roots, α\alpha and β\beta. If 1α2+1β2=1\frac{1}{\alpha^2} + \frac{1}{\beta^2} = 1, what is the value of the constant kk?

Cevabı ve açıklamayı göster

Cevap: 114\frac{11}{4}

Cevap

The value of the constant kk is 114\frac{11}{4}.
Using Vieta's formulas for the quadratic equation x2(k2)x+(k5)=0x^2 - (k - 2)x + (k - 5) = 0, we have α+β=k2\alpha + \beta = k - 2 and αβ=k5\alpha\beta = k - 5. The given condition 1α2+1β2=1\frac{1}{\alpha^2} + \frac{1}{\beta^2} = 1 simplifies to (α+β)22αβ(αβ)2=1\frac{(\alpha + \beta)^2 - 2\alpha\beta}{(\alpha\beta)^2} = 1. Substituting the expressions in terms of kk yields (k2)22(k5)(k5)2=1\frac{(k - 2)^2 - 2(k - 5)}{(k - 5)^2} = 1, which expands to k26k+14=k210k+25k^2 - 6k + 14 = k^2 - 10k + 25. Subtracting k2k^2 from both sides gives 4k=114k = 11, so k=114k = \frac{11}{4}.

Adım Adım Çözüm

1
Apply Vieta's formulas to express root sum and product in terms of kk
α+β=k2\alpha + \beta = k - 2 and αβ=k5\alpha\beta = k - 5
For any standard quadratic ax2+bx+c=0ax^2 + bx + c = 0, the sum of roots is ba-\frac{b}{a} and the product of roots is ca\frac{c}{a}.
2
Rewrite the given sum of reciprocal squares using algebraic identities
\frac{1}{\alpha^2} + \frac{1}{\beta^2} = \frac{\alpha^2 + \beta^2}{(\alpha\beta)^2} = \frac{(\alpha + \beta)^2 - 2\alpha\beta}{(\alpha\beta)^2}
Combining fractions over a common denominator allows substitution of the known sum α+β\alpha+\beta and product αβ\alpha\beta.
3
Substitute the expressions for sum and product into the equation
\frac{(k - 2)^2 - 2(k - 5)}{(k - 5)^2} = 1
Set the algebraic expression equal to the given target value of 1.
4
Expand both numerator and denominator and solve for kk
\frac{k^2 - 4k + 4 - 2k + 10}{k^2 - 10k + 25} = 1 \implies k^2 - 6k + 14 = k^2 - 10k + 25 \implies 4k = 11 \implies k = \frac{11}{4}
Equating numerator and denominator eliminates the quadratic k2k^2 terms, yielding a linear equation in kk.
5
Verify that k=114k = \frac{11}{4} yields real, distinct, non-zero roots
Discriminant D=(k2)24(k5)=0.5625+9=9.5625>0D = (k-2)^2 - 4(k-5) = 0.5625 + 9 = 9.5625 > 0, and αβ=2.250\alpha\beta = -2.25 \neq 0
Ensures the quadratic has two distinct real roots as required by the problem prompt.

Anahtar Kavram

Vieta's Formulas and Symmetric Polynomial Transformations of Quadratic Roots
Soru 18Soru

A parabola defined by the quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where a,b,a, b, and cc are real constants with a>0a > 0, has its vertex at a minimum value of 16-16. The distance between the two xx-intercepts of the parabola is 88. If f(1)=7f(1) = -7 and the xx-coordinate of the vertex is positive, what is the value of f(2)f(-2)?

Cevabı ve açıklamayı göster

Cevap: 20

Cevap

The value of f(2)f(-2) is 20.
By converting the parabola into vertex form f(x)=a(xh)216f(x) = a(x - h)^2 - 16, the xx-intercepts are found at h±4ah \pm \frac{4}{\sqrt{a}}. Equating their difference to 88 yields a=1a = 1. Substituting f(1)=7f(1) = -7 gives (1h)2=9(1 - h)^2 = 9, which yields h=4h = 4 under the condition h>0h > 0. Evaluating f(2)=(24)216f(-2) = (-2 - 4)^2 - 16 produces 2020.

Adım Adım Çözüm

1
Express the quadratic function in vertex form using the minimum value
f(x)=a(xh)216f(x) = a(x - h)^2 - 16, where (h,16)(h, -16) is the vertex.
Since a>0a > 0, the parabola opens upwards and its minimum value occurs at the vertex yy-coordinate, k=16k = -16.
2
Determine the leading coefficient aa using the distance between xx-intercepts
a=1a = 1
Setting f(x)=0f(x) = 0 yields a(xh)216=0    (xh)2=16a    x=h±4aa(x - h)^2 - 16 = 0 \implies (x - h)^2 = \frac{16}{a} \implies x = h \pm \frac{4}{\sqrt{a}}. The distance between roots is 8a=8\frac{8}{\sqrt{a}} = 8, which gives a=1    a=1\sqrt{a} = 1 \implies a = 1.
3
Determine the vertex xx-coordinate hh using the point f(1)=7f(1) = -7
h=4h = 4
Substituting a=1a = 1 and x=1x = 1 into the vertex form gives (1h)216=7    (1h)2=9(1 - h)^2 - 16 = -7 \implies (1 - h)^2 = 9. Taking square roots gives 1h=3    h=21 - h = 3 \implies h = -2 or 1h=3    h=41 - h = -3 \implies h = 4. Since h>0h > 0, we select h=4h = 4.
4
Evaluate f(2)f(-2) using the fully specified function
f(2)=20f(-2) = 20
With f(x)=(x4)216f(x) = (x - 4)^2 - 16, substituting x=2x = -2 yields f(2)=(24)216=(6)216=3616=20f(-2) = (-2 - 4)^2 - 16 = (-6)^2 - 16 = 36 - 16 = 20.

Anahtar Kavram

Quadratic Vertex Form, Root Separation, and Evaluation
Soru 19Soru

A rectangular plot of land has a perimeter of 56 meters and an area of 180 square meters. A border of uniform width xx meters is constructed around the inside edge of the plot, reducing the remaining inner area to 84 square meters. What is the value of xx?

Cevabı ve açıklamayı göster

Cevap: 2

Cevap

The border width x is 2 meters.
Solving the system L+W=28L + W = 28 and LW=180LW = 180 gives outer dimensions of 18 and 10 meters. The inner area equation (182x)(102x)=84(18 - 2x)(10 - 2x) = 84 simplifies to x214x+24=0x^2 - 14x + 24 = 0, which factors into (x2)(x12)=0(x - 2)(x - 12) = 0. Since 2x2x must be less than the total width of 10 meters (x<5x < 5), the extraneous root x=12x = 12 is discarded, leaving x=2x = 2.

Adım Adım Çözüm

1
Determine the outer dimensions of the plot.
Length = 18 meters, Width = 10 meters
The semi-perimeter is L + W = 56 / 2 = 28, and the area is L * W = 180. Forming the quadratic equation t^2 - 28t + 180 = 0 yields roots t = 18 and t = 10.
2
Write the quadratic expression for the inner area in terms of x.
(18 - 2x)(10 - 2x) = 84
A uniform border of width x along all four sides reduces both the length and width by 2x.
3
Expand and simplify the quadratic equation into standard form.
x^2 - 14x + 24 = 0
Expanding yields 180 - 56x + 4x^2 = 84. Subtracting 84 gives 4x^2 - 56x + 96 = 0, which divides by 4 to give x^2 - 14x + 24 = 0.
4
Factor the quadratic equation to solve for possible values of x.
x = 2 or x = 12
Factoring x^2 - 14x + 24 = 0 gives (x - 2)(x - 12) = 0.
5
Eliminate the extraneous root based on physical geometry constraints.
x = 2
The total width is 10 meters, so 2x must be less than 10 (x < 5). Thus, x = 12 is physically impossible and discarded.

Anahtar Kavram

Quadratic Equations, Factoring, and Extraneous Solutions
Soru 20Soru

Consider the quadratic equation x22(k+1)x+(k2+4k+1)=0x^2 - 2(k + 1)x + (k^2 + 4k + 1) = 0, where kk is a real constant. Let α\alpha and β\beta be the real roots of this equation. If α2+β2=18\alpha^2 + \beta^2 = 18, what is the sum of all possible values of kk?

Cevabı ve açıklamayı göster

Cevap: 22-2\sqrt{2}

Cevap

The sum of all possible real values of kk is 22-2\sqrt{2}.
Using Vieta's formulas, α+β=2(k+1)\alpha + \beta = 2(k + 1) and αβ=k2+4k+1\alpha\beta = k^2 + 4k + 1. Expanding α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta gives 2k2+22k^2 + 2. Setting 2k2+2=182k^2 + 2 = 18 yields k2=8k^2 = 8, so k=±22k = \pm 2\sqrt{2}. Furthermore, for the roots α\alpha and β\beta to be real numbers, the discriminant Δ=[2(k+1)]24(k2+4k+1)=8k\Delta = [-2(k+1)]^2 - 4(k^2+4k+1) = -8k must be non-negative, requiring k0k \le 0. Only k=22k = -2\sqrt{2} satisfies this requirement. Hence, the sum of all valid values of kk is 22-2\sqrt{2}.

Adım Adım Çözüm

1
Apply Vieta's formulas to express the sum and product of roots in terms of kk.
α+β=2(k+1)\alpha + \beta = 2(k + 1) and αβ=k2+4k+1\alpha\beta = k^2 + 4k + 1.
For any quadratic equation x2bx+c=0x^2 - bx + c = 0, the sum of roots is bb and the product of roots is cc.
2
Express α2+β2\alpha^2 + \beta^2 in terms of kk using the algebraic identity (α+β)22αβ(\alpha + \beta)^2 - 2\alpha\beta.
α2+β2=[2(k+1)]22(k2+4k+1)=4(k2+2k+1)2k28k2=2k2+2\alpha^2 + \beta^2 = [2(k + 1)]^2 - 2(k^2 + 4k + 1) = 4(k^2 + 2k + 1) - 2k^2 - 8k - 2 = 2k^2 + 2.
Expanding and simplifying allows us to relate the given sum of squares to the parameter kk.
3
Set the simplified expression equal to 1818 and solve for kk.
2k2+2=18    2k2=16    k2=8    k=±222k^2 + 2 = 18 \implies 2k^2 = 16 \implies k^2 = 8 \implies k = \pm 2\sqrt{2}.
This yields two candidate real values for the parameter kk.
4
Analyze the discriminant Δ\Delta to enforce the condition that roots α\alpha and β\beta are real numbers.
Δ=[2(k+1)]24(1)(k2+4k+1)=4(k2+2k+1)4(k2+4k+1)=8k\Delta = [-2(k + 1)]^2 - 4(1)(k^2 + 4k + 1) = 4(k^2 + 2k + 1) - 4(k^2 + 4k + 1) = -8k. For real roots, Δ0    8k0    k0\Delta \ge 0 \implies -8k \ge 0 \implies k \le 0.
A quadratic equation has real roots if and only if its discriminant is non-negative.
5
Filter candidate values of kk against the condition k0k \le 0.
k=22k = -2\sqrt{2} satisfies k0k \le 0 (yielding Δ=162>0\Delta = 16\sqrt{2} > 0), while k=22k = 2\sqrt{2} fails k0k \le 0 (yielding Δ=162<0\Delta = -16\sqrt{2} < 0). Thus, k=22k = -2\sqrt{2} is the unique valid value.
Values of kk that make the discriminant negative produce non-real complex roots and must be discarded as extraneous.

Anahtar Kavram

Quadratic Vieta's formulas combined with discriminant non-negativity constraint for real roots
Tahmini Süre:2m 30s
Sayfa 1 / 3Sonraki
Quadratic Equations and Factoring Alıştırma Soruları — GRE General Test | Examkin