Answer: C
$$\text{Follow(Q) = First(RS) = First(R) = } \{w,\epsilon\}$$
$$\text{But, since R directly generates Null } (\epsilon), \text{ substituting } \epsilon \text{ back in the production of P gives: } $$
$$\text{Follow(Q) = First(RS) = First(R)} \cup \text{First(S) - } \{\epsilon\} =\{w,y\}$$
$$\text{Note: Back substitution of epsilon vanishes the non-terminal generating NULL and omits epsilon.}$$
$$\text{Note: Epsilon NEVER comes in the FOLLOW of a non-terminal and \$ NEVER comes in the FIRST of the same.}$$