document.write( "Question 1033260: What is the differences between
\n" );
document.write( "f(X)=2x and f(X-1)? Like why are they different? What do they each mean? Especially f(X-1) \n" );
document.write( "
Algebra.Com's Answer #647813 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! f(x)=2x is a line that goes through the origin with slope 2. \n" ); document.write( "f(x-1) substitutes (x-1) wherever there is x \n" ); document.write( "f(x-1)=2(x-1)=2x-2 as an example. \n" ); document.write( " |