The request is to find the intersection of the two sets. By definition, the intersection of two sets is another set, composed by all the elements appearing in both sets.
In other words,
is the set of all elements that P and Q have in common.
P contains all the numbers from 0 to 9, V contains all the odd numbers between 1 and 19. So, their intersection will be the odd numbers between 0 and 9, i.e.
![P\cap Q=\{1, 3, 5, 7, 9\}](https://tex.z-dn.net/?f=P%5Ccap%20Q%3D%5C%7B1%2C%203%2C%205%2C%207%2C%209%5C%7D)