document.write( "Question 947333: find the inverse, of the function f(x)=3x+1
\n" );
document.write( "Can you please show me the steps to finding how to do this? \n" );
document.write( "
Algebra.Com's Answer #577999 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! y=3x+1 \n" ); document.write( "Replace every x with a y and replace every y with an x. \n" ); document.write( "x=3y+1 \n" ); document.write( "x-1=3y \n" ); document.write( "y=(x-1)/3 \n" ); document.write( "The inverse function is F(x)=(x-1)/3. \n" ); document.write( " |