document.write( "Question 562554: How do i solve f(x)=3x+1 when i have to replace \"x\" with f(f(2)) \n" ); document.write( "
Algebra.Com's Answer #364617 by issacodegard(60)\"\" \"About 
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))).
\n" ); document.write( "f(2)=3(2)+1=7
\n" ); document.write( "f(f(2))=f(7)=3(7)+1=22
\n" ); document.write( "f(f(f(2)))=f(22)=3(22)+1=67
\n" ); document.write( "
\n" );