document.write( "Question 997404: what is the inverse of the function y - 2 = 7x \n" ); document.write( "
Algebra.Com's Answer #615503 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Function is y=7x+2 \n" ); document.write( "for inverse, just change x and y. \n" ); document.write( "x=7y-2 \n" ); document.write( "now solve for y \n" ); document.write( "7y=x+2 \n" ); document.write( "y = (1/7)(x+2) \n" ); document.write( " |