document.write( "Question 1010868:  Confirm that f and g are inverses by showing that f(g(x)) = x and g(f(x)) = x. \r
\n" );
document.write( "\n" );
document.write( "f of x equals two divided by x  and g of x equals two divided by x.  \n" );
document.write( "
| Algebra.Com's Answer #626345 by fractalier(6550)     You can put this solution on YOUR website! Given \n" ); document.write( "f(x) = 2/x and g(x) = 2/x \n" ); document.write( "f(g(x)) = f(2/x) = 2/(2/x) = x \n" ); document.write( "g(f(x)) = g(2/x) = 2/(2/x) = x \n" ); document.write( " |