There is three consecutive even integers such that three times the second is six more than the sum of the first and third. Find the three integers.

Respuesta :

Let x be the first even integer. So the other two numbers can be obtained as

x+2 and x+4, where x+2 is the second even integer and x+4 is the third even integer.

Now, we want to translate the given property into an equation. We are told "three times the second", so this translates to the expression

[tex]3\cdot(x+2)[/tex]

now, we are told that this is six more than the sum of the first and the third. That is, we sum the first and the third and then add 6. This would give us this quantity. So we have

[tex]x+(x+4)+6=3\cdot(x+2)[/tex]

if we expand the factors on the right, we get

[tex]x+(x+4)+6=3x+6[/tex]

now, we can subtract 6 on both sides, so we get

[tex]x+(x+4)=3x[/tex]

If we operate on the left, we get

[tex]2x+4=3x[/tex]

if we subtract 2x on both sides, we get

[tex]4=3x\text{ -2x = x}[/tex]

so we have that the first integer is 4. THis means that the other two integers are 6 and 8.