document.write( "Question 486660: Twelve consecutive integers are arranged in order from least to greatest. If the sum of the first six integers is 381, what is the sum of the last six integers? \n" ); document.write( "
Algebra.Com's Answer #332647 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! The integers are consecutive. Therefore, each integer is obtained by adding 1 to the immediately preceding integer. \n" ); document.write( ". \n" ); document.write( "So if n+0 is the first integer, then n+1 is the second integer and the third integer is n+1+1 or n+2, and so on. The first six of the integers are: \n" ); document.write( ". \n" ); document.write( "n + 0 \n" ); document.write( "n + 1 \n" ); document.write( "n + 2 \n" ); document.write( "n + 3 \n" ); document.write( "n + 4 \n" ); document.write( "n + 5 \n" ); document.write( ". \n" ); document.write( "The sum of these 6 numbers is 6n + (0+1+2+3+4+5) which simplifies to 6n + 15. \n" ); document.write( ". \n" ); document.write( "The problem states that the sum of the first 6 numbers is 381. So we can set up the equation: \n" ); document.write( ". \n" ); document.write( "6n + 15 = 381 \n" ); document.write( ". \n" ); document.write( "Get rid of the 15 on the left side by subtracting 15 from both sides as follows: \n" ); document.write( ". \n" ); document.write( "6n + 15 - 15 = 381 - 15 \n" ); document.write( ". \n" ); document.write( "On the left side the + 15 and the -15 cancel each other out and on the right side 381 - 15 = 366. So the equation simplifies to: \n" ); document.write( ". \n" ); document.write( "6n = 366 \n" ); document.write( ". \n" ); document.write( "solve for n by dividing both sides by 6 to get: \n" ); document.write( ". \n" ); document.write( "n = 366/6 = 61 \n" ); document.write( ". \n" ); document.write( "We now know that the first number is 61. Therefore, because they are consecutive, the first 6 numbers are 61, 62, 63, 64, 65, and 66. That means that the seventh through twelfth numbers are 67, 68, 69, 70, 71, and 72. Adding these 6 numbers: \n" ); document.write( ". \n" ); document.write( "67 + 68 + 69 + 70 + 71 + 72 \n" ); document.write( ". \n" ); document.write( "results in the total of 417 and that's the answer to this problem. \n" ); document.write( ". \n" ); document.write( "Hope that this helps you to understand the problem. \n" ); document.write( " \n" ); document.write( " |