document.write( "Question 1005516: Given
\n" );
document.write( "h(x) = 2x + 4
\n" );
document.write( "and
\n" );
document.write( "f(x) =
\n" );
document.write( "1/2
\n" );
document.write( "x + 9,
\n" );
document.write( "evaluate the composite function.
\n" );
document.write( "f[h(x)]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622079 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! To find f(h(x)) we plug h(x) in for x in the f(x) function and get \n" ); document.write( "f(h(x)) = f(2x + 4) = (1/2)(2x+4) + 9 = x + 2 + 9 = x + 11 \n" ); document.write( " |