Consider the following propositional formula:
((A ^ B) -> C) ^ (A ^ C -> D)) -> ((A ^ B) -> D)
Perform the following task for this formula:
CNF - CONJUNCTIONAL NORMAL FORM
and it is the product of sums(AND of OR's) .
CNF = (A v B ->C)^(A v C->D) ->(A v B->D)
Here is the truth table :
Yes the given formula is valid as per the truth table. Because all are true values
Get Answers For Free
Most questions answered within 1 hours.