Answer:
Pigeonhole Principle
Step-by-step explanation:
From series {1,2......2n} ; we need to select 'n + 1' integers.
Even integers series from above series = {2,4,6..........2(n-1), 2n}
Odd integers series from above series = {1,3,5........2(n-2), 2n-1}
So, we can choose only n odd integers from the series. Hence, if we choose n+1 integers, atleast one of them have to be even integer.