document.write( "Question 1179073: Find the inverse of the one-to-one function.
\n" );
document.write( "f(x)=3x+1/4 \n" );
document.write( "
Algebra.Com's Answer #808572 by josgarithmetic(39620)![]() ![]() ![]() You can put this solution on YOUR website! quick way \n" ); document.write( "x=3y+1/4 \n" ); document.write( "3y=x-1/4 \n" ); document.write( "y=(x-1/4)/3 \n" ); document.write( "y=x/3-1/12 \n" ); document.write( " |