I think we can do this in a general setting. Given two zeros p and q we can say that the quadratic is
f(x)=a(x−p)(x−q)=ax2−(p+q)x+pq. The derivative is
f′(x)=2ax−(p+q). We can solve
f′(x)=0 and since this is a quadratic we can say that f(x) is increasing/decreasing on one side or the other. You can classify these based on terms of a. (In other words, solve the problem and break it into two cases, one where a > 0 and one where a < 0.)
Can you fill in the steps from here?
-Dan