document.write( "Question 230615: Given functions f and g, perform the indicated operations.\r
\n" );
document.write( "\n" );
document.write( "f(x)=2x-6
\n" );
document.write( "g(x)=9x-8
\n" );
document.write( "find f-g. \n" );
document.write( "
Algebra.Com's Answer #170793 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given functions f and g, perform the indicated operations. \n" ); document.write( "f(x)=2x-6 \n" ); document.write( "g(x)=9x-8 \n" ); document.write( "find f-g. \n" ); document.write( "-------------------- \n" ); document.write( "f-g = (2x-6)-(9x-8) \n" ); document.write( "= -7x+2 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |