document.write( "Question 877920: IF FIVE TIMES THE SMALLER OF TWO CONSECUTIVE INTEGERS IS ADDED TO THREE TIMES THE LARGER, THE RESULT IS 59. WHAT IS THE VALUE OF THE SMALLER INTEGER? \n" ); document.write( "
Algebra.Com's Answer #805848 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( "5x + 3(x+1) = 59 \n" ); document.write( "8x + 3 = 59 \n" ); document.write( "8x = 56 \n" ); document.write( "x = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "smaller integer = x = 7 \n" ); document.write( " |