Use Boolean algebra to verify the following expressions:
a. P AND Q = Q AND P
b. P OR (Q AND R) = (P OR Q) AND (P OR R)
c. NOT (P AND Q) = (NOT P) OR (NOT Q)
d. P AND (NOT P) = 0