Fixed typo "because" under Truth Tables section (#21279)

This commit is contained in:
Tammy Lee
2018-11-02 17:17:12 -07:00
committed by Manish Giri
parent 5269b1f47f
commit 91e30e0c4d

View File

@ -3,7 +3,7 @@ title: Truth Tables
---
## Truth Tables
A truth table is a mathematical tool used in Boolean Algebra. It consists of a column each for the function variables. A final column holds the functional value evaluated for the corresponding values of the variables. For a boolean function of n variables, its truth table expansion will have 2^n rows. This is beacuse each variable has two possible states true & false.
A truth table is a mathematical tool used in Boolean Algebra. It consists of a column each for the function variables. A final column holds the functional value evaluated for the corresponding values of the variables. For a boolean function of n variables, its truth table expansion will have 2^n rows. This is because each variable has two possible states true & false.
### AND
Let us explore the truth table for the AND operator: