document.write( "Question 271807: when the lesser of two consecutive integers is added to three times the greater, the result is 43. Find the integers? \n" ); document.write( "
Algebra.Com's Answer #198954 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! when the lesser of two consecutive integers is added to three times the greater, the result is 43. Find the integers?\r \n" ); document.write( "\n" ); document.write( "Let x be the smaller of the integers. Then the other is x+1 and we have:\r \n" ); document.write( "\n" ); document.write( "x + 3*(x+1) = 43\r \n" ); document.write( "\n" ); document.write( "x + 3x + 3 = 43 \n" ); document.write( "4x = 40 \n" ); document.write( "x = 10 \n" ); document.write( "x+1 = 11 \n" ); document.write( " |