document.write( "Question 1075898: Find the greatest integer which is such that if 3 is added to its thrice the resulting number becomes greater than four times the integer
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690579 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the greatest integer which is such that if 3 is added to its thrice; the resulting number becomes greater than four times the integer \n" ); document.write( ": \n" ); document.write( "3x + 3 > 4x \n" ); document.write( "3x - 4x > -3 \n" ); document.write( "-x > -3 \n" ); document.write( "Multiply by -1, this reverses the inequality sign \n" ); document.write( "x < 3 \n" ); document.write( "Greatest integer then is 2 \n" ); document.write( ": \n" ); document.write( "Check \n" ); document.write( "3(2) + 3 = 4(2) \n" ); document.write( "6 + 3 > 8 \n" ); document.write( " |