Boolean Simplifier
This tool simplifies Boolean expressions and provides details about its logic. Enter your expression in the textbox below and click submit to get its most optimized form.
Input
iUse A-Z for variables, '+' for OR, '*' for AND, and '!' for negation.
Ex: !(A + !B) * C
Ex: !(A + !B) * C
Simplify
iA simplified version of the expression. Uses the Quine–McCluskey algorithm to simplify the expression.
Truth Table
iShows results for all possible input combinations.
Standard Forms
iRepresents Boolean expressions using standardized SOP and POS forms.
Sum of Products:
Product of Sums: