Hello, thank you for taking the time to post your question!
The general idea on this type of question is that you are trying to set up an equation in the format y = ax^2 + bx + c, since it’s after a quadratic functional form to represent each of these.
On the first on since it says the y-intercept is “4”, that would be the value of c, so you can simplify it down to
y = ax^2 + bx + 4
from there then you can using the passing through point of (5,1) to figure out what the values of a and b should be
-3 = 25a + 5b
Say b = 1, that becomes
-3 = 25a + 5(1)
-8 = 25a
a = -8/25
so a valid functional form here is f(x) = -8/25x^2 + x + 4. The idea here is that there will be many functional forms possible … anything that maintains that relationship between a and b will work
I hope that helps get you moving in the right direction! Feel free to reach out if you have any additional questions beyond that :)