Solve implication using laws

47 Views Asked by At

(~p V ~q) V (~p V q)

I tried to solve above equivalence like below

(~p V ~p) V (q V ~q)

but is there any law to get this or is it law if it is what is that law.