I. $A\wedge (B\vee C) = (A\wedge B) \vee (A\wedge C)$
II. $A\vee (B\wedge C) = (A\vee B) \wedge(A\vee C)$
III. ($A\wedge B) \vee C = C \vee (B \wedge A)$
How can I do solve this? I'm not entirely sure how to go about this since I am fairly new to Discrete Math. Any help is greatly appreciated.
Make truth tables for each of them.
In the first one, note that on the LHS, $A$ must always be true, and at least one of $B$ or $C$ must be true. This is obviously the same as the RHS, hence equality holds.
In the equation, note that at least one of $A$ or ($B$ and $C$) must be true. This also works for the right-hand side.
In the last one, note that at least one of ($A$ and $B$) or $C$ must be true. Note that if we set $A$ to true, $B$ to false, and $C$ to false, then the left-hand side is false. However, the right-hand side is true. Thus, this does not hold.
So the first two are true. The third is not.