document.write( "Question 97720: 2 times a number, increased by 28 is less than or eaqual to 6 times that number. \n" ); document.write( "
Algebra.Com's Answer #71091 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! Let x= a number \n" ); document.write( "2x+28<=6x \n" ); document.write( "2x-2x+28<=6x-2x \n" ); document.write( "28<=4x \n" ); document.write( "28/4<=4x/4 \n" ); document.write( "7<=x \n" ); document.write( "or x=>7 \n" ); document.write( " |