Let's convert the word descriptions into mathematical equations first for illustration.
f(x) = x^2 - x - 12
g(x) = -2.5x - 2
Then, we equate g(x) and f(x). The final equation becomes
x^2 - x - 12 = -2.5x - 2
Then, we simplify by transposing and combining like terms.
x^2 - x + 2.5x -12 + 2 = 0
x^2 + 1.5x - 10 = 0
Since this is a quadratic equation, we find the roots by using the quadratic formula
![x=[-b \ +/- \sqrt{ b^(2) -4ac}]/2a](https://img.qammunity.org/2018/formulas/mathematics/high-school/8gxus4kegq15tvz2wka6r0tqf7okq7czci.png)
where a = 1, b = 1.5 and c=-10
![x=[-1.5 \ + \sqrt{ 1.5^(2) -4(1)(-10)} ]/2(1)=2.5](https://img.qammunity.org/2018/formulas/mathematics/high-school/c31ocoqcyfo5hxtrmtiqizvhvy0v9efi8f.png)
![x=[-1.5 \ - \sqrt{ 1.5^(2) -4(1)(-10)} ]/2(1)=-4](https://img.qammunity.org/2018/formulas/mathematics/high-school/7sfzldn7xva3z4yqol4nnksvmzbnkhn5wo.png)
Thus, the answer is
x = 2.5, -4.