Let's take a look at this problem... okay so it tells us we have six consecutive even numbers... *** this means that there are six even numbers that come after each other in order *** ( for example: 2, 4, 6, 8...)
since we don't know these numbers let's start off by giving them variable values....
x = 1st number x + 2 = 2nd number ----> I added 2 to x cuz the next even number comes x + 4 = 3rd number two spots after x + 6 = 4th number x + 8 = 5th number x + 10 = 6th number