So I've been able to get here so far:
$$Let\space f(x) = ax^2 + bx + c$$ $$f '(x) = 2ax + b$$
$$f(1) = a + b + c = 1 $$ $$f(3) = 9a + 3b + c = 3$$
$$f '(3) = 6a + b = 7 $$
I don't understand how to find $a$, $b$ and $c$. I've seen the answers: $a = 3, b = -11, c = 9$. I just don't understand how to get there, given that there are three unknowns.
Hint:
We have three unknowns and three equations. Therefore, we can solve the system of linear equations: $$ \begin{cases} a+b+c=1\\ 9a+3b+c=3\\ 6a+b=7 \end{cases} $$
We find $a=3$, $b=-11$ and $c=9$.