SOLUTION: The sum of two consecutive odd integers is at most 123. Find the pair with the greatest sum.

Algebra.Com
Question 30965: The sum of two consecutive odd integers is at most 123. Find the pair with the greatest sum.
Answer by josmiceli(19441)   (Show Source): You can put this solution on YOUR website!
The sum of any two odd integers is even. That's because odd = even + 1
odd[1] = even[1] + 1
odd[2] = even[2] + 1
--------------------
odd[1] + odd[2] = even[1] + even[2] + 2
The right side is definitely even
so the sum of the two consecutive odd integers can't be 123. I'll try 122
An odd integer can be expressed as 2n+1. Whatever n is, 2n+1 is guaranteed to be odd
The next odd integer is 2n + 3
(2n+1) + (2n+3) = 122
4n + 4 = 122
2n + 2 = 61
2n = 59
2n + 1 = 60
this needs to be odd for n to be an integer, so I'll call it 59
The next odd integer is 61
59 + 61 = 120
I'll see if the next consectutive pair is greater than 123
61 + 63 = 124
It is greater, so the answer is 59 and 61

RELATED QUESTIONS

the sum of two consecutive odd integers is at most 123. find the pair with the greatest... (answered by Alan3354)
The sum of two consecutive even integers is at most 180. Find the pair of integers with... (answered by richard1234)
The sum of two consecutive integers is at most 81. Find the pair of integers with the... (answered by MathLover1)
Solving Problems involving Inequalities The sum of two consecutive even integers is at (answered by pv=nrt15rcks,MathTherapy)
how to write the sum of two consecutive odd integers is at most 30. what are the greatest (answered by mananth)
The sum of two consecutive integers is less than 83. find the pair of integers with the... (answered by tommyt3rd)
The sum of two consecutive integers is less than 83 find the pair of integers with the... (answered by josgarithmetic)
the sum of two consecutive even integers is 94 the sum of three consecutive odd... (answered by richwmiller,Alan3354)
the sum of two consecutive integers is less than 75.find the pair ofintegers with the... (answered by solver91311)