document.write( "Question 867834: Determine if the function f defined by the set of ordered pairs has an inverse. If so, find the inverse.\r
\n" );
document.write( "\n" );
document.write( "{(-2, 4), (2, -4), (8, -2), (-8, 2)} \n" );
document.write( "
Algebra.Com's Answer #803753 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! This function shows a one-to-one correspondence; that is, every value of x corresponds to exactly one value of y. So yes, this function has an inverse.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Swap the x and y values.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f^(-1)(x) = {(4, -2), (-4, 2), (-2, 8), (2, -8)} \n" ); document.write( " |