Answer:
Option d: (z+u+v)
is the correct answer.
Step-by-step explanation:
Given Boolean expression:
B=w.x.y.z+u+v
By applying brackets:
B=w.x.y.z+(u+v) ......... eq(1)
Now we will apply the AND Distributive law that says:
( A + (B.C) = (A + B).(A + C)
So the equation 1 will become:
B=(w+u+v).(x+u+v).(z+u+v)
Hence this is the 3-CNF form
So the answer is (z+u+v), as it as a literal in 3-CNF
i hope it will help you!