Given D = {x | x is a whole number}. E = {x | x is a perfect square between 49 and 100}. F = {x | x is an even number between 10 and 20}. 1.The expression D∪F means (64 and 81) OR (all whole numbers). 2.The expression D∩F means (16,22,24,18) OR (12,14,16,18). 3.The expression D∩E means (all whole numbers) OR (64,81). 4.The expression E∩F means (all whole numbers) OR (empty set). 5.The expression D∩(E∪F) means (empty set) OR (81,64,12,14,16,18)