What is the sum of two consecutive even integers that equals to 60?
Let's denote the first even integer as x. The next consecutive even integer would be x + 2. Since they sum up to 60, we can write the equation x + (x + 2) = 60. Simplifying this equation gives us 2x + 2 = 60. Solving for x, we find x = 29. Therefore, the two consecutive even integers are 29 and 31, and their sum is 60.