document.write( "Question 949383: Three times the difference of a number and five is greater than the number increased by six. Find all solutions. \r
\n" );
document.write( "\n" );
document.write( "Help set up the problem please. Thanks. \n" );
document.write( "
Algebra.Com's Answer #579631 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the number, then \n" ); document.write( "3*(x - 5) > x + 6 \n" ); document.write( "3x - 15 > x + 6 \n" ); document.write( "3x > x + 21 \n" ); document.write( "2x > 21 \n" ); document.write( "x > 10.5 \n" ); document.write( "the solution interval is (10.5, +infinity) \n" ); document.write( " \n" ); document.write( " |