Question 562554: How do i solve f(x)=3x+1 when i have to replace "x" with f(f(2)) Found 2 solutions by issacodegard, solver91311:Answer by issacodegard(60) (Show Source):
You can put this solution on YOUR website! Hi, so I assume that the problem is f(x)=3x+1, find f(f(f(2))).
f(2)=3(2)+1=7
f(f(2))=f(7)=3(7)+1=22
f(f(f(2)))=f(22)=3(22)+1=67