Stephen C. answered 08/15/19
SAT Math, Algebra, Trig, PreCalc Tutor
(Same as Mark's solution, plus a few details that may be helpful.)
When we know the roots of the quadratic, the function is always of the form
f(x) = a(x - 4)(x - 3)
Expanding, we get
f(x) = a(x2 - 7x + 12)
f(x) = ax2 -7ax + 12a
So the coefficient of x is -7a.
What value of 'a' will turn the -7 into +7? a = -1, of course.
Plugging in a = -1, we have
f(x) = (-1)*x2 + (-1)*(-7x) + (-1)*(12)
or
f(x) = -x2 + 7x - 12