Finding 2d-2c from Equation with 4 Roots

  • Context:
  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Roots
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Albert1
Messages
1,221
Reaction score
0
a,b,c,d are four roots of equation :

(x-2)(x+1)(x+4)(x+7)-19=0

and a<b<c<d

find : 2d-2c
 
Mathematics news on Phys.org
Re: find :2d-2c

Albert said:
a,b,c,d are four roots of equation :

(x-2)(x+1)(x+4)(x+7)-19=0

and a<b<c<d

find : 2d-2c
$(x-2)(x+1)(x+4)(x+7)-19 = x^4+10x^3+15x^2-50x-75 = (x^2+5x+5)(x^2+5x-15).$

The roots are $x=\frac12(-5\pm\sqrt5)$ and $x=\frac12(-5\pm\sqrt{85})$, so that $2d-2c = \sqrt{85}-\sqrt5 = \sqrt5(\sqrt{17} - 1).$
 
Re: Find :2d-2c

Opalg :good solution(Yes)