document.write( "Question 733891: If three times the smaller of two consecutive integers is added to four times the larger, the result is 123. Find the smaller integer. \n" ); document.write( "
Algebra.Com's Answer #448703 by vidhyak(98) ![]() You can put this solution on YOUR website! Let the two consecutive integers be n, n+1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "three times the smaller integer = 3n \n" ); document.write( "four times the larger integer = 4(n+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3n + 4(n+1) = 123 \n" ); document.write( "3n + 4n + 4 = 123 \n" ); document.write( "7n + 4 = 123 \n" ); document.write( "7n = 123 - 4 = 119 \n" ); document.write( "n = 119/7 =17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "smaller integer is 17 \n" ); document.write( " |