document.write( "Question 1005511: Given
\n" );
document.write( "f(x) = 7x − 9
\n" );
document.write( "and
\n" );
document.write( "g(x) = 8x − 1,
\n" );
document.write( "evaluate the composite function.
\n" );
document.write( "f[g(x)]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622160 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Substitute g(x) with 8x-1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(g(x)) = f(8x-1) = 7(8x-1)-9 = 56x - 16. \n" ); document.write( " |