Problema Solution

Find three consecutive odd integers that have a sum of 9. Order them from least to greatest.

Answer provided by our tutors

The three consecutive odd integers can be written as:

2x - 1, 2x + 1, 2x + 3, where x is integer

(2x - 1) + (2x + 1) + (2x + 3) = 9

........

click here to see the equation solved for x

........

x = 1

2*1 - 1 = 1

2*1 + 1 = 3

2*1 + 3 = 5

The three consecutive odd integers ordered from least to greatest are: 1, 3 and 5.