Two consecutive integers have a sum of 113. How do you find the integers?

2 Answers
Nov 17, 2016

The two numbers are 5656 and 5757.

Explanation:

Let the two consecutive integers be xx and (x+1)(x+1). Therefore:

x+(x+1)=113x+(x+1)=113

Open the brackets and simplify.

x+x+1=113x+x+1=113

2x+1=1132x+1=113

Subtract 11 from both sides and then divide both sides by 22.

2x=1122x=112

x=56x=56

:. (x+1)=57

Nov 17, 2016

The consecutive integers are 56 and 57.

56+57 = 113

Explanation:

Define the two integers with variables first.

Consecutive numbers are those which follow each other in sequence. 12, 13, 14, 15 ....

They always differ by 1,

If we let the first integer be x, then the second is x+1

The sum is 113, so write an equation to show this..

x + x+1 = 113

2x = 113-1" "larr subtract 1 from both sides

2x = 112

x = 56