Ask Question
22 March, 11:04

What must you add to an even integer to get the next greater even integer?

+3
Answers (1)
  1. 22 March, 14:16
    0
    Odds and even numbers alternate, meaning that if you start from an odd number, the next will be even, then odd, then even, then odd ...

    So, if you count skipping twos, you will always meet odd numbers if you start from an odd number, or even numbers if you start from an even number.

    For example, if we start from 4 (even), and count skipping twos, we'll count

    4, 6, 8, 10, 12, 14, 16, ...

    which are all even.

    Similarly, if we start from 15 (odd) and count skipping twos, we'll count

    15, 17, 19, 21, 23, 25, ...

    which are all odd.

    So, the answer is 2. If you add 2 to an even number, you'll skip the odd number immediately after it, and land on the next even number.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What must you add to an even integer to get the next greater even integer? ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers