im struggling with this Boolean expression.
If anyone could help me solve it that would be great, I've been struggling with this for over a week now and would really like someones help.
im struggling with this Boolean expression.
If anyone could help me solve it that would be great, I've been struggling with this for over a week now and would really like someones help.
$X=A\wedge (B\vee \neg C) \wedge (C \vee D)$
$X=A\wedge (C \implies B) \wedge (C \vee D)$
$X=A\wedge (D \vee B)$
$\wedge$ is and
$\vee$ is or
$\neg$ is not