Exercises $40-44$ deal with the translation between system specification and logical expressions involving quantifiers.
Translate these specifications into English, where $F(p)$ is "printer $p$ is out of service," $B(p)$ is "Printer $p$ is busy," $L(j)$ is "Print job $j$ is lost, " and $Q(j)$ is "Print job $j$ is queued."
$$
\begin{array}{l}{\text { a) } \exists p(F(p) \wedge B(p)) \rightarrow \exists j L(j)} \\ {\text { b) } \forall p B(p) \rightarrow \exists j Q(j)} \\ {\text { c) } \exists j(Q(j) \wedge L(j)) \rightarrow \exists p F(p)} \\ {\text { d) }(\forall p B(p) \wedge \forall j Q(j)) \rightarrow \exists j L(j)}\end{array}
$$