The sum of two consecutive odd integers is -148, what are the two numbers?

1 Answer
Feb 16, 2016

-73 and -75

Explanation:

We are looking for two consecutive odd numbers which add up to -148. Two consecutive odd numbers are on either side of an even number, one being one less and one being one more. Therefore, the numbers we are looking for add up to the same amount as twice the even number they bracket. In mathematical terms:

x_(even) + x_(even) = -148

or
x_(even) = -148/2 = -74

adding and subtracting one from the left-hand side of the first equation doesn't change the total and if we gather the terms together we get:

(x_(even)-1) +(x_(even)+1)=-148

which is the same as

x_(odd-low)+x_(odd-high) = -148

where

x_(odd-low) = x_(even) -1 = -75

and

x_(odd-high) = x_(even)+1 = -73