134k views
3 votes
There are 3 consecutive even integers.if twice the first integer added to the third is 268,216,find all three integers

2 Answers

2 votes

Final answer:

The three consecutive even integers satisfying the condition that twice the first added to the third equals 268 are 88, 90, and 92.

Step-by-step explanation:

Let's denote the first even integer as x. The next consecutive even integers would then be x + 2 and x + 4. According to the problem, twice the first integer added to the third equals 268:

2x + (x + 4) = 268

This can be simplified to:

3x + 4 = 268

Subtract 4 from both sides to get:

3x = 264

Now, divide both sides by 3:

x = 88

So, the first even integer is 88. The next two consecutive even integers are:

  • x + 2 = 88 + 2 = 90
  • x + 4 = 88 + 4 = 92

The three consecutive even integers are 88, 90, and 92.

User VBNight
by
7.9k points
3 votes
We can use a system of equations to solve this.

Notice that we are required to find 3 consecutive even integers.

This can be represented as x, y, and z, where x is the smallest integer, y is the next largest, and z is the largest of the three.
x = x
y = x + 2
z = y + 2

Take a moment to make sense of the above system of equations.
I can simplify the system a bit more by plugging in the second equation into the third one.

z = (x + 2) + 2
z = x + 4

Now the new system of equations is
x = x
y = x + 2
z = x + 2

Now for the second part of this problem. We are given this equation
2x + z = 268216

You may notice that we no longer need the second equation, y = x + 2. Also, the first equation is redundant, so we can ignore it.

That leaves us with this system:
z = x + 4
2x + z = 268216

What do you think we should do? We can plug in z to solve for x.

2x + (x + 4) = 268216
3x + 4 = 268216
3x = 268212
x = 89404

Now we know the first number in the sequence! Then we can find the other two numbers, because we know that the next numbers must be the next largest even numbers in sequence!
89404, 89406, and 89408 are your answers.
User Janzoner
by
8.3k points