SOLUTION: if f(x)=x^2-x and g(x)=x-1, what is f(g(x))?

Algebra ->  Rational-functions -> SOLUTION: if f(x)=x^2-x and g(x)=x-1, what is f(g(x))?       Log On


   



Question 253353: if f(x)=x^2-x and g(x)=x-1, what is f(g(x))?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
if f(x)=x^2-x and g(x)=x-1, what is f(g(x))?
-----------------
f[g(x)] = f[x-1]
= (x-1)^2-(x-1)
---
= x^2-2x+1 -x+1
---
= x^2 - 3x + 2
================================
Cheers,
Stan H.