document.write( "Question 1164616: given functions f and g, perform indicated operations.
\n" );
document.write( "f(x)=9x-9 g(x)=4x-2
\n" );
document.write( "find f-g \n" );
document.write( "
Algebra.Com's Answer #789025 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! given functions f and g, perform indicated operations. \n" ); document.write( "f(x)=9x-9 g(x)=4x-2 \n" ); document.write( "find f-g \n" ); document.write( "------------- \n" ); document.write( "f(x) - g(x) = 9x-9 - (4x-2) = 5x-7 \n" ); document.write( " \n" ); document.write( " |