Computer Science, asked by anonymousoul07, 5 months ago

Draw the truth table to prove the propositional logic expression. A+ AB = A​

Answers

Answered by siddhantbhatia220
1

Answer:

This tool generates truth tables for propositional logic formulas. You can enter logical operators in several different formats. For example, the propositional formula p ∧ q → ¬r could be written as p /\ q -> ~r, as p and q => not r, or as p && q -> !r. The connectives ⊤ and ⊥ can be entered as T and F.

Explanation:

For a 2-input AND gate, the output Q is true if BOTH input A “AND” input B are both true, giving the Boolean Expression of: ( Q = A and B ).

SymbolTruth TableABQ000010100111Boolean Expression Q = A.BRead as A AND B gives Q

Similar questions