We have the function
and we want to find a function that has the same y-intercept than the previous function.
First, let's find the y-intercept by subtituting 0 for 'x'.

Now that we found that y-intercept =-3, any lineal function of the type:
will have the same y-intercept. Where 'a' can take all the real values.
Also, any quadratic function of the type:
will have the same y-intercept. Where 'a' and 'b' can take all the real values.
Let's call the two numbers a and b. So we know that the difference of the two numbers is 36:
a - b = 36
And we know that their sum is 286:
a + b = 286
We can use either of these equations to solve for one of the variables in terms of the other variable. Let's use the first and solve for a:
a - b = 36
a = 36 + b
Now we plug this into the other equation and solve for b there:
(36 + b) + b = 286
36 + 2b = 286
2b = 250
b = 125