Given that a,b, and c are consecutive integers such that a<b<c. We are to determine which of the following cannot be the value of c^2 - (a^2 + b^2)
Since a,b, and c are consecutive numbers, and b is the number in the middle, then c=b+1 and a=b-1
so c^2 - (a^2 + b^2) = (b+1)^2 - [(b^2) + (b-1)^2]
b^2 + 2b +1 -[b^2 + b^2 -2b + 1]
4b - b^2 = b(4-b)
from this we know that when b=4, then b(4-b)=0, hence option E is out.
when b=5, 5(-1) = -5
when b=6, 6(-2)=-12
Since -10 lies between -5 and -12, there is no way of getting an integer value of b which yields -10 in the given expression above.
The answer, therefore, has to be -10.
A further check is to equate b(4-b) to -10 and find the determinant in order to confirm if it leads to a perfect square.
4b-b^2=-10
b^2-4b-10=0
The determinant of the above quadratic equation is [16-4(1)(-10)] = 56
Since 56 is not a perfect square to begin with, there is no way we can get integral roots of the above equation.
The answer is, therefore, option D.