document.write( "Question 629730: What is the inverse of ((1,7) (3,4) (5,6) (-1,4)) \n" ); document.write( "
Algebra.Com's Answer #396526 by jsmallt9(3759)\"\" \"About 
You can put this solution on YOUR website!
The inverse of a relation has the x's and y's swapped. So the inverse of
\n" ); document.write( "{(1,7) (3,4) (5,6) (-1,4)}
\n" ); document.write( "is simply:
\n" ); document.write( "{(7,1) (4,3) (6,5) (4,-1)}
\n" ); document.write( "
\n" );