document.write( "Question 998154: Find two consecutive integers such that 10 more than twice the smaller is seven less then three times the larger \n" ); document.write( "
Algebra.Com's Answer #616014 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find two consecutive integers such that 10 more than twice the smaller is seven less then three times the larger. \n" ); document.write( "1st:: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "2x + 10 = 3(x+1)-7 \n" ); document.write( "------- \n" ); document.write( "2x + 10 = 3x -4 \n" ); document.write( "x = 14 \n" ); document.write( "x+1 = 15 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |