If the roots of are two consecutive integers. What is the value of
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 n and n + 1 to be the two consecutive roots.
Then Sum of the roots is a − b = 1 − ( 2 n + 1 ) ⟹ b 2 = ( 2 n + 1 ) 2 = 4 n 2 + 4 n + 1
While the Product of the roots is a c = n 2 + n ⟹ 4 c = 4 n 2 + 4 n
Now: b 2 − 4 c − 1 = 4 n 2 + 4 n + 1 − 4 n 2 − 4 n − 1 = 0 .
In my solution, l used Vieta's Formula for Quadratics.