document.write( "Question 85312: for the functions f and g and the number C, compute (f composed of g)(c)
\n" );
document.write( "f(x)=19x^2-2x
\n" );
document.write( "g(x)=18x-7
\n" );
document.write( "c=8\r
\n" );
document.write( "\n" );
document.write( "I am very lost please help. \n" );
document.write( "
Algebra.Com's Answer #61498 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! for the functions f and g and the number C, compute (f composed of g)(c) \n" ); document.write( "f(x)=19x^2-2x \n" ); document.write( "g(x)=18x-7 \n" ); document.write( "c=8 \n" ); document.write( "--------------- \n" ); document.write( "f[g(8)] = f[18*8-7] \n" ); document.write( "=f[137] \n" ); document.write( "=19(137)^2 - 2(137) \n" ); document.write( "=356,337 \n" ); document.write( "----------- \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |