document.write( "Question 101404: Find two consecutive integers such that the sum of 8 times the first integer and 7 times the second integer is 127 \n" ); document.write( "
Algebra.Com's Answer #73842 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! If you let x represent the first of the consecutive numbers, then the next consecutive \n" ); document.write( "integer is 1 more than that. So the two consecutive integers can be represented by x and x+1. \n" ); document.write( ". \n" ); document.write( "Then you are told that 8 times the first integer (that would be 8*x) and 7 times the second \n" ); document.write( "integer (that would be 7*(x + 1) which multiplies out to 7x + 7) will add together to equal 127. \n" ); document.write( ". \n" ); document.write( "So we can write the equation: \n" ); document.write( ". \n" ); document.write( "8x + 7x + 7 = 127 \n" ); document.write( ". \n" ); document.write( "Adding the two terms that contain x results in: \n" ); document.write( ". \n" ); document.write( "15x + 7 = 127 \n" ); document.write( ". \n" ); document.write( "Get rid of the 7 on the left side by subtracting 7 from both sides to get: \n" ); document.write( ". \n" ); document.write( "15x = 120 \n" ); document.write( ". \n" ); document.write( "Solve for x by dividing both sides of this equation by 15, the multiplier of x to get: \n" ); document.write( ". \n" ); document.write( "x = 120/15 = 8 \n" ); document.write( ". \n" ); document.write( "This tells you that the first integer is 8 so the next consecutive integer is 1 more than that \n" ); document.write( "which means that it is 9. The answer is that the two integers are 8 and 9. \n" ); document.write( ". \n" ); document.write( "Check this. 8 times 8 = 64 and 9 times 7 = 63. If you add 64 and 63 together you do get 127, \n" ); document.write( "just as the problem said you should. So our answer checks OK. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem. \n" ); document.write( ". \n" ); document.write( " |