document.write( "Question 1182951: Given that function f : x maps to 2/ax + b , such that f(0) = -2 and f(2) = 2, Find the values of a and of b, find the values of x for which f(x) = x , Show that f(p) + f(-p) = 2f(p^2) \n" ); document.write( "
Algebra.Com's Answer #813062 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Will assume that \n" ); document.write( "\n" ); document.write( "f(0) = -2 ==> f(0) = 2/b = -2 ==> b = -1 ==> \n" ); document.write( "\n" ); document.write( "f(2) = 2 ==> 2/(2a - 1) = 2 ==> a = 1 ==> \n" ); document.write( "\n" ); document.write( "f(x) = x ==> \n" ); document.write( "\n" ); document.write( "<==> (x-2)(x+1) = 0 ==> x = 2 or -1.\r \n" ); document.write( "\n" ); document.write( "Finally, |