Find the sum of sum and product of all values of k such that p ( x ) = x 2 + k x + k + 2 is a perfect square.
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.
N I C E ! !
When I saw sum and product vieta come up, though I don't think this problem should be lvl 4
Amazing solution did it same way!!
P(x)= ( x + 2 k ) 2 − 4 k 2 + k + 2 . For P(x) to be a perfect square- 4 k 2 + k + 2 =0 which gives k 2 − 4 k − 8 =0 sum and product of whose roots are 4 and -8 respectively,hence 4+(-8)=-4
Did the same way
Problem Loading...
Note Loading...
Set Loading...
A quadratic equation of the form a x 2 + b x + c is a perfect square if it's discriminant, b 2 − 4 a c is 0.
Now if x 2 + k x + k + 2 is a perfect square then k 2 − 4 ( k − 2 ) = 0 or k 2 − 4 k − 8 = 0 .Sum and product of roots can be Vieta's and is 4 and − 8 respectivly.Therfore their sum is 4 − 8 = − 4 .