document.write( "Question 50551: The inverse of f(x) = 3x + 5 is f^-1(x) =\r
\n" );
document.write( "\n" );
document.write( " a. (x - 5)/3
\n" );
document.write( " b. (x - 3)/5
\n" );
document.write( " c. (x + 5)/3
\n" );
document.write( " d. (x + 3)/5
\n" );
document.write( " e. none of these \n" );
document.write( "
Algebra.Com's Answer #33683 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! y = 3x + 5 \n" ); document.write( "x = 3y + 5 \n" ); document.write( "x - 5 = 3y \n" ); document.write( "(x - 5)/3 = y \n" ); document.write( "Answer: a. \n" ); document.write( " |