Concept:Sets described by a rule are expanded by substituting the given values, then their common elements are found.Explanation:For P, substitute n=0,2,3 into n2+1.n=0: 02+1=1n=2: 22+1=5n=3: 32+1=10So, P={1,5,10}.For Q, substitute n=2,3,5 into n+1.n=2: 2+1=3n=3: 3+1=4n=5: 5+1=6So, Q={3,4,6}.Now find the intersection P∩Q.There is no element common to both sets.Therefore, P∩Q={}.Answer:D. {}