document.write( "Question 756946: Find functions f and g such that the given function h can be expressed in the form h=fog
\n" );
document.write( "h=(x-3)^2 +x-3 \n" );
document.write( "
Algebra.Com's Answer #460513 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find functions f and g such that the given function h can be expressed in the form h=fog \n" ); document.write( "h=(x-3)^2 +x-3 \n" ); document.write( "---- \n" ); document.write( "g(x) = (x-3)^2+x \n" ); document.write( "f(x) = x-3 \n" ); document.write( "======== \n" ); document.write( "Then h(x) = f[g(x)] = f[(x-3)^2+x] = (x-3)^2+x-3 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |