document.write( "Question 941424: Given the function f(x) = (2x-4)/x
\n" );
document.write( "and x belongs to the real numbers and x does not equal zero, find\r
\n" );
document.write( "\n" );
document.write( "f^2(x) \r
\n" );
document.write( "\n" );
document.write( "The answer given in the textbook is 4 / (2-x).\r
\n" );
document.write( "\n" );
document.write( "I can not understand how to get this answer.
\n" );
document.write( "I think f^2(x) = ff(x) but I don't know how to do this function.
\n" );
document.write( "Any help at all would be appreciated very much. I've spent over an hour trying to work this out.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #573855 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given the function f(x) = (2x-4)/x \n" ); document.write( " and x belongs to the real numbers and x does not equal zero, find \n" ); document.write( "f^2(x) \n" ); document.write( "The answer given in the textbook is 4 / (2-x). \n" ); document.write( "I can not understand how to get this answer. \n" ); document.write( " I think f^2(x) = ff(x) but I don't know how to do this function. \n" ); document.write( "-------------------------- \n" ); document.write( "fof(x) = f[(2x-4)/x] \n" ); document.write( "So, replace \"x\" in f(x) with (2x-4)/x to get \n" ); document.write( "= [2[(2x-4)/x)-4]/[(2x-4)/x] \n" ); document.write( "------ \n" ); document.write( "= [(4x-8)/x - 8]/[(2x-4)/x] \n" ); document.write( "----- \n" ); document.write( "= [(4x-8-8x]/x] / [(2x-4)/x] \n" ); document.write( "------ \n" ); document.write( "= [(-4x-8)/x] / [(2x-4)/x] \n" ); document.write( "------ \n" ); document.write( "Invert the denominator and multiply to get:: \n" ); document.write( "= [-4(x+2)/x] * x/[2(x-2)] \n" ); document.write( "------ \n" ); document.write( "Cancel \"x\" and \"2\" to get:: \n" ); document.write( "= -2(x+2)/(x-2) \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |