Using the Principle of Zero Products, create a quadratic in standard form that has roots of $-1$ and $\frac{3}{2}$. Values of $a, b$, and $c$ in your final form should all be elements of the set of integers.
I really don't understand how to do this. I tried to use $(x + \frac{1}{4})2 = \frac{5}{16}$, to create a quadratic, but I can't quite seem to figure it out.
You want to find $ax^2 + bx + c$ so that
$(x - \frac 12)(x -(-1))$ will be a quadratic with those roots[*], but it might not have integer coefficients. To get integer coefficients we can multiply it by some constant. ... so what $ax^2 + bx + c$ has $\frac 12$ and $-1$ as roots?
.....
[*] If $x=\frac 12$ then $x-\frac 12= \frac 12 -\frac 12 = 0$ and so $(x-\frac 12)(x-(-1)) =0(x-(-1))= 0$. ANd if $x =-1$ then $(x-(-1)) = 0$ and $(x-\frac 12)(x-(-1)) = (x-\frac 12)\cdot 0 = 0$.
====