document.write( "Question 560338: Find functions f and g such that f(g(x))=h(x)\r
\n" );
document.write( "\n" );
document.write( "a) h(x)=3x^2+7
\n" );
document.write( "b) h(x)=|2x+9|
\n" );
document.write( "c) h(x)=21x \n" );
document.write( "
Algebra.Com's Answer #363843 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find functions f and g such that f(g(x))=h(x) \n" ); document.write( "a) h(x)=3x^2+7 \n" ); document.write( "Notice that the 1st thing that happens to \"x\" is that it gets squared. \n" ); document.write( "The result is then multiplied by 3 and 7 is then added \n" ); document.write( "-- \n" ); document.write( "So g(x) = x^2 \n" ); document.write( "and f(x) = 3x+7 \n" ); document.write( "--------------------- \n" ); document.write( "b) h(x)=|2x+9| \n" ); document.write( "g(x) = 2x+9 \n" ); document.write( "f(x) = |x| \n" ); document.write( "--------------------- \n" ); document.write( "c) h(x)=21x \n" ); document.write( "g(x) = 7x \n" ); document.write( "f(x) = 3x \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " \n" ); document.write( " |