The right quotient of two languages is defined as
$$L_1/L_2=\{ x \mid xy \in L_1 \text{ and } y \in L_2 \}.$$
Example:
$L_1=\{ab,aab,baa\}$ and
$L_2=\{b\}.$
I read somewhere that $L_1/L_2=\{a,aa,\varepsilon\}$ but I cannot understand why $\varepsilon$ is contained in the quotient.