What is the sum of all possible solutions for x of the equation x ( x - k ) = k + 1?
(A) 0
(B) 1
(C) k
(D) k + 1 ( E) 2k - 1
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.
Sum of all possible solution=sum of roots in quadratic equation x(x-k)=k-1. This eqn can be written as x^2-kx-(k+1)=0 and sum of roots is -(-k)/1=k=answer