document.write( "Question 999761: Find two consecutive intergers such that the sum of the larger and twice the smaller is -29. \n" ); document.write( "
Algebra.Com's Answer #617310 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find two consecutive integers such that the sum of the larger and twice the smaller is -29. \n" ); document.write( "---- \n" ); document.write( "1st:: x \n" ); document.write( "2nd:: x+1 \n" ); document.write( "-------- \n" ); document.write( "Equation: \n" ); document.write( "x+1 + 2x = -29 \n" ); document.write( "----- \n" ); document.write( "3x = -30 \n" ); document.write( "x = -10 \n" ); document.write( "x+1 = -9 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |