\begin{tabular}{|c|c|c||c|c|c||c|} \hline $p$&$q$&$r$&$\lnot p$&$r \lor \lnot p$&$q \imp p$&$\phi$\\ \hline \hline \textbf{F} &\textbf{F} &\textbf{F} & \textbf{T} & \textbf{T} & \textbf{T} & \textbf{T} \\ \hline \textbf{F} &\textbf{F} &\textbf{T} & \textbf{T} & \textbf{T} & \textbf{T} & \textbf{T} \\ \hline \textbf{F} &\textbf{T} &\textbf{F} & \textbf{T} & \textbf{T} & \textbf{F} & \textbf{F} \\ \hline \textbf{F} &\textbf{T} &\textbf{T} & \textbf{T} & \textbf{T} & \textbf{F} & \textbf{F} \\ \hline \textbf{T} &\textbf{F} &\textbf{F} & \textbf{F} & \textbf{F} & \textbf{T} & \textbf{F} \\ \hline \textbf{T} &\textbf{F} &\textbf{T} & \textbf{F} & \textbf{T} & \textbf{T} & \textbf{T} \\ \hline \textbf{T} &\textbf{T} &\textbf{F} & \textbf{F} & \textbf{F} & \textbf{T} & \textbf{F} \\ \hline \textbf{T} &\textbf{T} &\textbf{T} & \textbf{F} & \textbf{T} & \textbf{T} & \textbf{T} \\ \hline \end{tabular} \begin{equation*} \begin{split} \textit{CNF}(\phi) = & (p \lor \lnot q \lor r) \\ \land & (p \lor \lnot q \lor \lnot r) \\ \land & (\lnot p \lor q \lor r) \\ \land & (\lnot p \lor \lnot q \lor r) \\ \end{split} \end{equation*}