document.write( "Question 1037044: Let f(x)= -5x-1 and g(x)= x^2+4
\n" );
document.write( "Find (fog)(-1) \n" );
document.write( "
Algebra.Com's Answer #651738 by Aldorozos(172)![]() ![]() ![]() You can put this solution on YOUR website! (fog)(-1) = -5(x^2 + 4) -1 here all we have done is we have replace x in f(x) with x^2 +4\r \n" ); document.write( "\n" ); document.write( " (fog)(-1) = -5(x^2 + 4) -1 now we have to replace x with -1 \n" ); document.write( "= -5[(-1)^2 +4] -1= -5(1+4)-1 \n" ); document.write( " |