Answer
Truth table for ~p $\lor$ q $\rightarrow$ r:
Work Step by Step
Fill in the 8 possible combinations of truth values for p, q, and r. Then fill in the column for ~p. Then fill in the column for ~p ∨ q according to the definition of OR. Lastly evaluate the if/then statement. When the if element is T and then element is F, the statement is F. In all other cases the statement is T.