You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
493 B

\begin{enumerate}
\item $p:$ \quad Alice will take the bike to get to the concert.
$q:$ \quad Alice will take the tram to get to the concert.
$$ (p \land \lnot q) \lor (\lnot p \land q) $$
\item $p:$ \quad Students will have to take an exam at the end of the semester.
$$ p $$
\item $p:$ \quad He is hungry.
$q:$ \quad The fridge is empty.
$r:$ \quad He cooks for himself.
$$ p \land \lnot q \imp r $$
\end{enumerate}