document.write( "Question 712274: when the smaller of two consecutive integers is added to three times the larger, the result is 23. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #806527 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( "2x + 3(x+1) = 23 \n" ); document.write( "2x + 3x + 3 = 23 \n" ); document.write( "5x = 20 \n" ); document.write( "x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 4, 5 \n" ); document.write( " |