Let a, b, and c be three distinct one-digit integer numbers. What is the maximum value of the sum of the roots of the equation (x-a)(x-b) + (x-b)(x-c) = 0 ?
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 the roots of the equation is (a+2b+c)/2. For this to be the maximum, b must be the maximum possible, which is 9. a and c must be the next highest, i.e. 8 and 7. Therefore the maximum value of (a+2b+c)/2 is (15+18)/2 or 16.5