Learn Before
Example

Solving a Three-Consecutive-Integer Sum Problem with Negative Sum

Apply the seven-step problem-solving strategy to find three consecutive integers when their sum is a negative number.

Problem: Find three consecutive integers whose sum is 42-42.

  1. Read the problem.
  2. Identify what to find: three consecutive integers.
  3. Name the unknowns using the consecutive-integer pattern: Let nn = the first integer, n+1n + 1 = the second, and n+2n + 2 = the third.
  4. Translate into an equation: The sum of the three integers equals 42-42:

n+(n+1)+(n+2)=42n + (n + 1) + (n + 2) = -42

  1. Solve the equation. Combine the three like terms n+n+n=3nn + n + n = 3n and the constants 1+2=31 + 2 = 3:

3n+3=423n + 3 = -42

Subtract 33 from both sides:

3n=453n = -45

Divide both sides by 33:

n=15n = -15

Find the remaining integers: n+1=15+1=14n + 1 = -15 + 1 = -14 and n+2=15+2=13n + 2 = -15 + 2 = -13.

  1. Check: 15+(14)+(13)=?42-15 + (-14) + (-13) \stackrel{?}{=} -4242=42-42 = -42 \checkmark
  2. Answer: The three consecutive integers are 15-15, 14-14, and 13-13.

This example extends the consecutive-integer technique in two ways. First, it involves three unknowns (nn, n+1n + 1, n+2n + 2) rather than two, so combining like terms produces the coefficient 33 instead of 22. Second, the target sum is negative, which means the solution yields negative integers — reinforcing that the same algebraic approach works regardless of the sign of the answer.

0

1

Updated 2026-04-21

Contributors are:

Who are from:

Tags

OpenStax

Elementary Algebra @ OpenStax

Ch.3 Math Models - Elementary Algebra @ OpenStax

Algebra

Math

Prealgebra

Related
Learn After