document.write( "Question 715044: how to graph this:
\n" );
document.write( "f(x)=x-1, g(x)=2x+5 and (f-g)(x) \n" );
document.write( "
Algebra.Com's Answer #439193 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! how to graph this: \n" ); document.write( "f(x)=x-1, g(x) = 2x+5 \n" ); document.write( "Graph the 1s two equation as \n" ); document.write( "y = x - 1, red \n" ); document.write( "and \n" ); document.write( "y = 2x + 5, green \n" ); document.write( ": \n" ); document.write( "(f-g)(x) \n" ); document.write( "y = (x-1) - (2x+5) \n" ); document.write( "y = x - 2x - 1 - 5 \n" ); document.write( "y = -x - 6; blue \n" ); document.write( ": \n" ); document.write( " |