.
The real numbers a and b satisfy a - b = 2 and a^3 - b^3 = 8.
(a) Find all possible values of ab.
(b) Find all possible values of a + b.
(c) Find all possible values of a and b.
~~~~~~~~~~~~~~~~~
Factor a^3 - b^3
a^3 - b^3 = (a-b)*(a^2 + ab + b^2).
Then from the second equation
(a-b)*(a^2 + ab + b^2) = 8.
Replace here a-b by 2, based on the first equation. You will get
a^2 + ab + b^2 = 4.
Substitute here b = a-2. You will get
a^2 + a*(a-2) + (a-2)^2 = 4,
a^2 + a^2 - 2a + a^2 - 4a + 4 = 4,
3a^2 - 6a = 0,
3a(a-2) = 0.
It gives two roots for "a" : a = 0 and a = 2.
If a= 0, then b = a-2 = -2.
If a= 2, then b = a-2 = 0.
So, the solutions for the given system of equations are these pairs (a,b) = (0,-2) and (a,b) = (2,0).
Having this, you can compute everything what you want / (you need) and answer all the questions.
Solved.