document.write( "Question 1028197: f(x)=4-2x
\n" );
document.write( "g(x)=square root of 3+4x
\n" );
document.write( "What is f o g? \n" );
document.write( "
Algebra.Com's Answer #643334 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "f(x) = 4 - 2x \n" ); document.write( "g(x) = √(3 + 4x) \n" ); document.write( "fog = f(g(x)) \n" ); document.write( "f o g = 4 - 2(√(3 + 4x)) \n" ); document.write( "f o g = 4 - 2√3 - 8x \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |