144k views
0 votes
find three consecutive integers such that the sum of the first and twice the second is equal to the third plus four​

User Andy Zhang
by
5.7k points

1 Answer

2 votes

Answer:

The three consecutive integers are 2,3,4

Explanation:

Let the three consecutive integers be represented as x,x+1,x+2

As per the given condition, the sum of the first and twice the second integer is equal to the third integer plus 4.

Representing it in the form of an equation:

x + 2*(x+1) = (x+2) + 4

=> x + 2x + 2 = x+6

=> 3x + 2 = x + 6

=> (3x -x) = 6 - 2

=> 2x = 4

=> x = 4/2 = 2

So the three integers are 2,3,4

Verification: 2 + 2*3 = 8

4 + 4 = 8

So the requirement is satisfied by these integers.

User Apnorton
by
6.3k points