document.write( "Question 228519: find two consecutive integers such that five times the first is 6 more than four times the second \n" ); document.write( "
Algebra.Com's Answer #169657 by Wolvstein(7) ![]() You can put this solution on YOUR website! Let the two consecutive numbers be x and x+1. \n" ); document.write( "Now, the questions says that five times the first is 6 more than four times the second. \n" ); document.write( "5x = 4(x+1) - 6 \n" ); document.write( "5x = 4x + 4 - 6 \n" ); document.write( "x = -2.\r \n" ); document.write( "\n" ); document.write( "First number: -2 \n" ); document.write( "Second number: x+1=-2 \n" ); document.write( " x=-1. \n" ); document.write( "The two consecutive numbers are -2 and -1. \n" ); document.write( " |