document.write( "Question 1012960: 3.16\r
\n" );
document.write( "\n" );
document.write( "The function f(x)=3x+2 is one-to-one\r
\n" );
document.write( "\n" );
document.write( "Find an equation for f^-1(x), the inverse function\r
\n" );
document.write( "\n" );
document.write( "f^-1(x)= \n" );
document.write( "
Algebra.Com's Answer #629103 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let y = 3x + 2 \n" ); document.write( "now solve for x \n" ); document.write( "x = (y - 2) / 3 \n" ); document.write( "next interchange the x's and y's \n" ); document.write( "y = (x - 2) / 3 \n" ); document.write( "therefore, \n" ); document.write( "f^-1(x) = (x - 2) / 3 \n" ); document.write( " \n" ); document.write( " |