document.write( "Question 87829: I have a question that states: are the foloowing functions inverse? If not, rewrite the 2nd function so that it is an inverse of the 1st.
\n" );
document.write( " f(x)=3x+1
\n" );
document.write( " g(x)=3x-1/3 \n" );
document.write( "
Algebra.Com's Answer #63931 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! are the following functions inverse? \n" ); document.write( "If not, rewrite the 2nd function so that it is an inverse of the 1st. \n" ); document.write( "f(x)=3x+1 \n" ); document.write( "Find the inverse, y = f(x) \n" ); document.write( "y = 3x + 1 \n" ); document.write( "or \n" ); document.write( "3x + 1 = y \n" ); document.write( "Swap y for x and solve for y: \n" ); document.write( "3y + 1 = x \n" ); document.write( "3y = x - 1; subtract 1 from both sides \n" ); document.write( "y = \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g(x)=3x-1/3; obviously this is not the inverse of, \n" ); document.write( " |