Solveeit Logo

Question

Question: If $\alpha$ and $\beta$ are the roots of the equation $x^2 + 5x - 7$, and $(\alpha + 1), (\beta + 1)...

If α\alpha and β\beta are the roots of the equation x2+5x7x^2 + 5x - 7, and (α+1),(β+1)(\alpha + 1), (\beta + 1) are the roots of the equation 2x2+ax+b=02x^2 + ax + b = 0, what is the value of a+ba + b?

A

0

B

-2

C

-16

D

6

Answer

-16

Explanation

Solution

Let the roots of the equation x2+5x7=0x^2 + 5x - 7 = 0 be α\alpha and β\beta. Using Vieta's formulas, we have:

  • Sum of roots: α+β=5\alpha + \beta = -5
  • Product of roots: αβ=7\alpha \beta = -7

The roots of the equation 2x2+ax+b=02x^2 + ax + b = 0 are (α+1)(\alpha + 1) and (β+1)(\beta + 1). Using Vieta's formulas for the second equation:

  • Sum of roots: (α+1)+(β+1)=α+β+2=5+2=3=a/2(\alpha + 1) + (\beta + 1) = \alpha + \beta + 2 = -5 + 2 = -3 = -a/2. Thus, a=6a = 6.
  • Product of roots: (α+1)(β+1)=αβ+α+β+1=75+1=11=b/2(\alpha + 1)(\beta + 1) = \alpha \beta + \alpha + \beta + 1 = -7 - 5 + 1 = -11 = b/2. Thus, b=22b = -22.

Therefore, a+b=6+(22)=16a + b = 6 + (-22) = -16.

Alternatively, substitute x=y1x = y - 1 into x2+5x7=0x^2 + 5x - 7 = 0:

(y1)2+5(y1)7=0(y - 1)^2 + 5(y - 1) - 7 = 0 y22y+1+5y57=0y^2 - 2y + 1 + 5y - 5 - 7 = 0 y2+3y11=0y^2 + 3y - 11 = 0

The second equation is 2x2+ax+b=02x^2 + ax + b = 0, which can be written as x2+(a/2)x+(b/2)=0x^2 + (a/2)x + (b/2) = 0. Comparing this to y2+3y11=0y^2 + 3y - 11 = 0, we have a/2=3a/2 = 3 and b/2=11b/2 = -11, so a=6a = 6 and b=22b = -22. Therefore, a+b=622=16a + b = 6 - 22 = -16.