document.write( "Question 1004308: If the following defines a one-to-one function, find the inverse.\r
\n" );
document.write( "\n" );
document.write( "{(6, 6), (12, 7), (10, 8), (8, 9)}
\n" );
document.write( " a. {(7, 6), (9, 10), (6, 10), (7, 8)}
\n" );
document.write( " b. {(7, 6), (6, 10), (6, 12), (7, 8)}
\n" );
document.write( " c. Not a one-to-one function
\n" );
document.write( " d. {(6, 6), (7, 12), (8, 10), (9, 8)} \n" );
document.write( "
Algebra.Com's Answer #620856 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Interchange the x and y positions, \n" ); document.write( "(x,y)--> (y,x) \n" ); document.write( "(6,6)-->(6,6) \n" ); document.write( "(12,7)-->(7,12) \n" ); document.write( "(10,8)-->(8,10) \n" ); document.write( "(8,9)-->(9,8) \n" ); document.write( " |