How to solve Boolean Expression

79 Views Asked by At

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.

https://i.stack.imgur.com/DjLwy.jpg

1

There are 1 best solutions below

5
On

$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