document.write( "Question 1045561: Given each pair of functions, calculate f(g(0)) and g(f(0)).
\n" );
document.write( "1. f(x)= 4x + 8 , g(x)= 7 - x^2 \n" );
document.write( "
Algebra.Com's Answer #661020 by Boreal(15235) You can put this solution on YOUR website! f(x)= 4x + 8 , g(x)= 7 - x^2 \n" ); document.write( "g(0) is 7 \n" ); document.write( "f(7)=28+8=36 \n" ); document.write( "------------------ \n" ); document.write( "f(0)=8 \n" ); document.write( "g(8)=7-64=-57 \n" ); document.write( " |