document.write( "Question 252189: If f (x) = x / 1-x find the rule for f ( f (x)) . \n" ); document.write( "
Algebra.Com's Answer #183962 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given, f(x) = x/(1-x) \n" ); document.write( " f{f(x)} = [x/(1-x)] / 1-[x/(1-x)] \n" ); document.write( " = [x/(1-x)] / [(1-x-x)/(1-x)] \n" ); document.write( " = x/1-2x \n" ); document.write( " |