SOLUTION: find three consecutive odd integers such that the sum of the least integer and the middle integer 19 more than the great integer

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive odd integers such that the sum of the least integer and the middle integer 19 more than the great integer       Log On


   



Question 1047753: find three consecutive odd integers such that the sum of the least integer and the middle integer 19 more than the great integer
Found 3 solutions by josgarithmetic, ikleyn, MathTherapy:
Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
Consecutive odd integers for some integer n,
system%282n%2B1%2C2n%2B3%2C2n%2B5%29

%282n%2B1%29%2B%282n%2B3%29=19%2B%282n%2B5%29

Answer by ikleyn(52803) About Me  (Show Source):
You can put this solution on YOUR website!
.
find three consecutive odd integers such that the sum of the least integer and the middle integer 19 more than the great integer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Let A = 2n+1 be the first (the least) of the three consecutive odd integers;
    B = 2n+3 be the second of the three consecutive odd integers; and
    C = 2n+5 be the third.

The condition requires

A + B = C + 19,  or

(2n+1) + (2n+3) = (2n+5) + 19.

Simplify:

2n + 1 + 2n + 3 = 2n + 5 + 19,

2n + 4 = 24,

2n = 24 - 4 = 20,

n = 20%2F2 = 10.

So, your numbers are A = 2n+1 = 2*10+1 = 21; B = 21+2 = 23;  and C = 23+2 = 25.

Check. A + B = 21 + 23 = 44.
        44 - 19 = 25.   Correct !

Answer. The numbers are 21, 23 and 25.


Answer by MathTherapy(10552) About Me  (Show Source):
You can put this solution on YOUR website!

find three consecutive odd integers such that the sum of the least integer and the middle integer 19 more than the great integer
Let the smallest integer be S
Then middle = S + 2, and largest = S + 4
We then get: S + S + 2 = S + 4 + 19
2S + 2 = S + 23
2S - S = 23 - 2
S, or smallest integer = highlight_green%2821%29