document.write( "Question 1170190: Find the inverse of
\n" );
document.write( "y=(1+7x^3)/2 \n" );
document.write( "
Algebra.Com's Answer #795040 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Interchange x and y and solve: \n" ); document.write( "x = (1+7y^3)/2 \n" ); document.write( "y = ((2x-1)/7)^(1/3) \n" ); document.write( " |