document.write( "Question 1070381: b) Given the functions f(x) is 3x^2-5 and g(x) is 4+2x, find the following
\n" );
document.write( " (i) (fog) (2) (ii) g(^-1) \n" );
document.write( "
Algebra.Com's Answer #685479 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! f o g=3(4+2x)^2-5 \n" ); document.write( "can put 2 in right here for x \n" ); document.write( "3(4+4)^2-5 \n" ); document.write( "3(64)-5=187. \n" ); document.write( "-------------- \n" ); document.write( "g^(-1): \n" ); document.write( "y=4+2x \n" ); document.write( "x=2+4y, solve for y \n" ); document.write( "4y=x-2 \n" ); document.write( "y=(1/4)(x-2)=g^(-1) \n" ); document.write( " |