document.write( "Question 1008364: How do I get the inverse y=f(x)
\n" );
document.write( "y= 5x-9/3x-7\r
\n" );
document.write( "\n" );
document.write( "After I multiply the reciprocal and wipe out 3x-7 on the right, I just don't know how to do the left side. \n" );
document.write( "
Algebra.Com's Answer #624093 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I get the inverse y=f(x) \n" ); document.write( "y= 5x-9/3x-7 \n" ); document.write( "-------- \n" ); document.write( "1st: Interchange x and y to get: \n" ); document.write( "x = (5y-9)/(3y-7) \n" ); document.write( "----- \n" ); document.write( "2nd:: Solve for \"y\":: \n" ); document.write( "Cross-multiply to get: \n" ); document.write( "3xy-x = 5y-9 \n" ); document.write( "--- \n" ); document.write( "3xy-5y = x-9 \n" ); document.write( "---- \n" ); document.write( "y(3x-5) = x-9 \n" ); document.write( "----- \n" ); document.write( "y = (x-9)/(3x-5) \n" ); document.write( "---- \n" ); document.write( "That is the inverse. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |