document.write( "Question 1010711: I am stuck on this problem. If I can see this worked out it would help a lot!\r
\n" );
document.write( "\n" );
document.write( "If f(x) = (1/x - 9x) / (1+3x), what is f(1/x).\r
\n" );
document.write( "\n" );
document.write( "My book says the answer is x-3 but I cannot get this same answer. \n" );
document.write( "
Algebra.Com's Answer #626189 by rothauserc(4718) You can put this solution on YOUR website! If f(x) = (1/x - 9x) / (1+3x), what is f(1/x). \n" ); document.write( "f(1/x) = ((1/(1/x))-9(1/x)) / (1+3(1/x)) = \n" ); document.write( "(x - (9/x)) / (1 + 3(1/x)) = \n" ); document.write( "((x^2-9) / x) / ((x+3) / x)) = \n" ); document.write( "(((x+3)(x-3)) / x) * (x / (x+3)) = \n" ); document.write( "(x-3) \n" ); document.write( " \n" ); document.write( " |