This exercise requires you to have a good understanding of factoring quadratic polynomials, of using the quadratic formula, and of knowing which symbols represent constants versus variables.
It also helps if you've learned how to solve a system of two equations using substitution.
You did not tell me what you know about these things, so I'm not sure how and where to begin helping.
a = u + v
b = u * v
To solve this system of two equations for u and v, we use substitution and the quadratic formula.
If we divide both sides of the second equation by v, then we get u = b/v.
We substitute this expression for u into the first equation.
a = b/v + v
Solve for v in the usual way. Clear the fraction by multiplying both sides by v. You'll get a quadratic equation in which v is the variable. Now use the quadratic formula.
You're probably familiar with the following representation of a quadratic equation:
ax^2 + bx + c = 0
Be careful not to confuse the symbols a and b in this equation with the symbols a and b in your exercise. They're not the same.
You've factored quadratic polynomials, right?
For example, if you're asked to factor x^2 + 9x + 20, then you're looking for the following form:
(x + m) * (x + n)
where m + n = 9 and m * n = 20.
(I hope this looks familiar, to you.)
Now look at the quadratic polynomial in your exercise:
x^2 + ax + b
The symbols a and b represent constants, just like the 9 and 20 in my example above.
If we wanted to factor x^2 + ax + b, then we could go like this:
(x - u) * (x - v)
Just like above, we want to find two numbers u and v such that
u + v = a
u * v = b
Do you see the relationship to your exercise?
Please show as much work as you can doing the first part. Let us know if you have any questions.
We'll continue from there.