document.write( "Question 217944: Find the inverse of y = (3x) / (x-2) and state the domain of the inverse.\r
\n" );
document.write( "\n" );
document.write( "I have tried switching the x's for y. I get stuck at this step of the problem:\r
\n" );
document.write( "\n" );
document.write( "{(xy)-(2x)} / 3 \r
\n" );
document.write( "\n" );
document.write( "I've looked online for inverse help, but nothing makes sense! Everyone just says switch the x for y. \r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #164234 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! switching x and y ___ x = (3y) / (y - 2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dividing by x and multiplying by (y - 2) ___ y - 2 = 3y / x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dividing by y ___ 1 - (2 / y) = 3 / x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding 1 (or x/x) ___ -2 / y = (3 + x) / x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "take inverse and multiply by -2 ___ y = -2x / (3 + x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the domain is all real numbers EXCEPT -3 \n" ); document.write( " |