114k views
5 votes
How do you write out the sum of 2 consecutive even intergers

How do you write out the sum of 2 consecutive even intergers-example-1
User Nio
by
3.7k points

1 Answer

0 votes

Let's call x to an unknown even integer. The next (consecutive) even integer will be x + 2. For instance, if x = 6, then the next even integer will be 6 + 2 = 8.

In consequence, the sum of two consecutive even integers is:

x + (x + 2)

User Ann Joseph
by
3.3k points