Given that x 2 − b x + b has only 1 real root, find the sum of all possible values of b .
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.
Let r be the one real root. Then x 2 − b x + b = ( x − r ) 2 = x 2 − 2 r x + r 2 . So we have b = r 2 and b = 2 r . Combining these equations yields r 2 r 2 − 2 r r ( r − 2 ) = 2 r = 0 = 0 Thus r = 0 , in which case b = 0 , or r = 2 , in which case b = 4 . So the sum of all possible b is 0 + 4 = 4 .
Problem Loading...
Note Loading...
Set Loading...
To get the answer, you can simply use the quadratic formula. In the quadratic formula, a = 1, b = -b, and c = b.
Since there is only 1 real root, the square root part of the quadratic formula must be equal to 0.
So, √b^2-4ac becomes √b^2-4b, which equals 0.
Factorising the terms:
√b(b-4) = 0
Now, square both sides:
b(b-4) = 0
Now, it is obvious that b can be either 0 or 4, so the answer is 0 + 4 = 4.
Of course, if you are ambitious you can plug in the values of b in the quadratic formula to find x.