You can put this solution on YOUR website! What are the zeroes of this polynomial if b=-2: f(x)=x^2+2x+2b+bx?
---------------
If b = -2 you get:
f(x) = x^2 + 2x -4 -2x
f(x) = x^2 -4
f(x) = (x-2)(x+2)
The zeroes are x = 2 and x = -2
===================================
Cheers,
Stan H.