document.write( "Question 792109: Find two consecutive integers such that the sum of twice the smaller and three times the larger is -47 \n" ); document.write( "
Algebra.Com's Answer #806149 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + 3(x+1) = -47 \n" ); document.write( "2x + 3x+3 = -47 \n" ); document.write( "5x + 3 = -47 \n" ); document.write( "5x = -50 \n" ); document.write( "x = -10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -10 and -9. \n" ); document.write( " |