diff --git a/education/computer engineering/ECE2700/Binary Logic.md b/education/computer engineering/ECE2700/Binary Logic.md index 1ae7770..6d69d44 100644 --- a/education/computer engineering/ECE2700/Binary Logic.md +++ b/education/computer engineering/ECE2700/Binary Logic.md @@ -38,7 +38,8 @@ Given the below truth table, synthesize a boolean expression that corresponds. | 0 | 1 | 1 | | 1 | 0 | 0 | | 1 | 1 | 1 | -- +- $f(0, 0)$ evaluates to true with the term $\overline{x}_1 \cdot \overline{x}_2$ +- $f(0, 1)$ evaluates to true with the term $\overline{x}_1\cdot x_2$ # Logic Gates