How many positive integers less than 30 are either a multiple of 2, an odd prime number, or the sum of a positive multiple of 2 and an odd prime?
The positive integers less than 30 that are Multiples of 2 = {2,4,6,8,....28}
The positive integers less than 30 that are odd prime numbers = {3,5,7,11,13,17,19,23,29}
The positive integers less than 30 are either a multiple of 2, an odd prime number, or the sum of a positive multiple of 2 and an odd prime = {2,3,4,5,6,7,8,6+3=9,10,11,12,13,14,8+7=15,16,17,18,19,20,14+7=21,22,23,24,18+7=25,26,20+7=27,28,29} : 28 numbers.
IMO B