Respuesta :

Answer:  see below

Step-by-step explanation:

~p (not p) is the opposite of p.

if ~p is False then ~p → q is TRUE

if ~p is True then ~p → q is TRUE only if q is also true

  p     q     ~p   ~p → q

   T     T      F        T

   T     F      F        T

   F     T      T        T

   F     F     T        F