SOLUTION: The sum of two consecutive odd integers is 24. Find the integers.
Let n = first integer.
(The second let statement is not given. You will have to decide what it should be.)
Question 415210: The sum of two consecutive odd integers is 24. Find the integers.
Let n = first integer.
(The second let statement is not given. You will have to decide what it should be.) Found 3 solutions by ewatrrr, josmiceli, Alan3354:Answer by ewatrrr(24785) (Show Source): You can put this solution on YOUR website!
Hi
two consecutive odd integers
Let x and (x+2)represent the two consecutive odd integers
Question states***
x +(x+2) = 24
Solving for x
2x = 22
x = 11 The two consecutive odd integers are 11,13
CHECKING our Answer***
11 + 13 = 24