Suppose the equation x 2 + ( 4 − a ) x − ( a + 1 ) = 0 has two solutions which differ by 5 . Find the sum of all possible values of a .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We know α + β = a-4
α − β = 5
α β = -(a+1)
Now, we will evaluate
( α − β ) 2 = α 2 + β 2 − 2 α β 5 2 = ( α + β ) 2 − 2 α β − 2 α β 2 5 = ( a − 4 ) 2 − 4 ( − ( a + 1 ) ) 2 5 = a 2 + 1 6 − 8 a + 4 a + 4 0 = a 2 − 4 a + 2 0 − 2 5 0 = a 2 − 4 a − 5 0 = a 2 − 5 a + a − 5 0 = ( a + 1 ) ( a − 5 )
Hence,
a = -1 or 5
Therefore, Sum = 5-1 = 4
but difference of the roots is no 5
Let the roots be k & k+5. Now sum of roots= -(4-a). So k+(k+5)=a-4. 2k+5=a-4. So k=(a-9)/2. Again product of roots=-(a+1). So k*(k+5)=-a-1. k^2 +5k= -a-1. Substituting the value of k here, we get a quadratic equation in a, a^2 -4a -5=0 (after simplyfying)...so sum of possible values of k=4.
Problem Loading...
Note Loading...
Set Loading...
Let the roots be r and r + 5
By Vieta the genius, we have r + r + 5 = − ( 4 − a ) and r ( r + 5 ) = − ( a + 1 )
Rearrange theses two equations to get a = 9 + 2 r and a = − r 2 − 5 r − 1 and solve for r , which is − 2 , − 5
Using these two values of r , solve for a by substitution. It turns out a = 5 , − 1 so the sum is 4