document.write( "Question 1127621: Suppose f(x)=3x+6 and g(x)=-x+4
\n" );
document.write( "(D) solve f(x) less than or equal to g(x) \n" );
document.write( "
Algebra.Com's Answer #744040 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Suppose f(x)=3x+6 and g(x)=-x+4 \n" ); document.write( "(D) solve f(x) less than or equal to g(x) \n" ); document.write( ": \n" ); document.write( "3x + 6 <= x + 4 \n" ); document.write( "3x - x <= 4 - 6 \n" ); document.write( "2x <= -2 \n" ); document.write( "x <= -2/2 \n" ); document.write( "x <= -1 \n" ); document.write( " |