You can put this solution on YOUR website! OK. But what do you want to do with them?
(f + g)x?
(f - g)x?
(f * g)x?
(f / g)x?
(f o g)x?
.
f(x) = x^2 -4
f(x) = (x-2)(x+2)
.
g(x) = 5x + 3
.
You can graph them. f(x) is red; g(x) is green.
.
.
OR you can set them = to each other.
.
f(x) = g(x)
.
x^2-4 = 5x + 3
subtract 5x from both sides
x^2 -5x -4 = 3
subtract 3 from both sides
x^2 -5x -7 = 0
Which can only be solved using the quadratic equation.
But you can graph it.
.
.
OR you can add them.
.
f(x) + g(x) = (f+g)x
.
f(x) = x^2 -4
g(x) = 5x + 3
.
(f+g)x = x^2 +5x -7
.
So, you need to re-read the question to see what they're asking you do with f(x) and g(x).