document.write( "Question 1052323: Find the inverse of this function and list each step.\r
\n" );
document.write( "\n" );
document.write( "f(x)=sqrt(2x-6) \n" );
document.write( "
Algebra.Com's Answer #667694 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! f(x)=sqrt(2x-6) \n" ); document.write( "0r \n" ); document.write( "y = sqrt(2x-6) \n" ); document.write( "finding the inverse is as simple as \"flip-flopping\" the x and y, so to speak. \n" ); document.write( "x = sqrt(2y-6) \n" ); document.write( "Squaring both sides... \n" ); document.write( "x^2 = 2y - 6 \n" ); document.write( "x^2/2 + 3 = y \n" ); document.write( " |