SOLUTION: find four consecutive odd integers so that the sum of the smallest integer and the largest integer is the same as the sum of all four integers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find four consecutive odd integers so that the sum of the smallest integer and the largest integer is the same as the sum of all four integers      Log On


   



Question 338605: find four consecutive odd integers so that the sum of the smallest integer and the largest integer is the same as the sum of all four integers
Found 3 solutions by Alan3354, Stitch, CharlesG2:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
The integers are n, n+2, n+4 and n+6
n + n+6 = n + n+2 + n+4 + n+6
2n+6 = 4n + 12
-2n = 6
n = -3
--> -3, -1, 1, 3

Answer by Stitch(470) About Me  (Show Source):
You can put this solution on YOUR website!
Set Up:
----------
Equation 1: A+%2B+B+%2B+C+%2B+D+=+A+%2B+D
Let A = X
Let B = X + 2
Let C = X + 4
Let D = X + 6
Solution:
------------
Rewrite the equation
Equation 1: X+%2B+%28X+%2B+2%29+%2B+%28X+%2B+4%29+%2B+%28X+%2B+6%29+=+X+%2B+%28X+%2B+6%29
Combine like terms
4X+%2B+12+=+2X+%2B+6
Subtract 2X from both sides
2X+%2B+12+=+6 Subtract 12 from both sides
2X+=+-6 Divide both sides by 2
highlight%28X+=+-3%29
Now substitute -3 into the Lettter variable equations for X
A = X
B = X + 2
C = X + 4
D = X + 6
----------
A = -3
B = -3 + 2
C = -3 + 4
D = -3 + 6
Simplify
------------
A = -3
B = -1
C = 1
D = 3
--------------
Now check the answers into equation 1
Equation 1: A+%2B+B+%2B+C+%2B+D+=+A+%2B+D
-3+%2B+-1+%2B+1+%2B+3+=+-3+%2B+3
highlight%280+=+0%29

Answer by CharlesG2(834) About Me  (Show Source):
You can put this solution on YOUR website!
find four consecutive odd integers so that the sum of the smallest integer and the largest integer is the same as the sum of all four integers


4 consecutive odd integers: n, n + 2, n + 4, n + 6
sum of smallest integer and largest integer: n + n + 6 = 2n + 6
sum all 4 integers = n + n + 2 + n + 4 + n + 6 = 4n + 2 + 4 + 6 = 4n + 12

2n + 6 = 4n + 12
-2n = 6
n = -3

-3, -1, 1, 3

check:
sum of smallest and largest = -3 + 3 = 0
sum of all 4: -3 + -1 + 1 + 3 = -4 + 4 = 0
the sums are the same