โ† Back to list

Preparing for my final examโ€ฆ ๐Ÿ“โœจ Laws in Boolean Algebra

Commutative, Associative, Distributive, and Inversion Laws ๐Ÿง ๐Ÿ’ก

Lia ยท 2025-08-20 03:06 ยท 0 claps ยท 0.7 min read
#boolean-algebra #logic-gates #computer-science-basics #digital-logic #exam-preparation
Open on Medium โ†—
Wiki topics: โ˜๏ธ ยท DevOps & Cloud ๐Ÿ”’ ยท Cybersecurity ๐Ÿ“ ยท Mathematics ๐Ÿ”ฌ ยท Science ยท General โš–๏ธ ยท Law & Justice

Preparing for my final examโ€ฆ ๐Ÿ“โœจ Laws in Boolean Algebra

Commutative, Associative, Distributive, and Inversion Laws ๐Ÿง ๐Ÿ’ก

  • Commutative Law ๐Ÿ”„ The order of the inputs doesnโ€™t matter. Example: ex. Aโˆ™B=Bโˆ™A, A+B=B+A

โœ… Applies to: AND, OR, NAND, NOR, XOR, XNOR

โ€ข Associative Law ๐Ÿค When combining more than two values, the grouping doesnโ€™t matter. Example: ex.(Aโˆ™B)โˆ™C=Aโˆ™(Bโˆ™C), (1+0)+1=1+(0+1)=1 โœ… Applies to: AND, OR, NAND, NOR ๐Ÿšซ Not applicable to: XOR, XNOR

โ€ข Distributive Law ๐Ÿ“ฆโžก๏ธ๐Ÿ“ฆ One operation can be distributed over another. ex. Aโˆ™(B+C)=(Aโˆ™B)+(Aโˆ™C), A+(Bโˆ™C)=(A+B)โˆ™(A+C) โœ… Applies to: AND, OR, NAND, NOR ๐Ÿšซ Not applicable to: XOR, XNOR

โ€ข Inversion Law ๐ŸŽญ If a value is ORed with its complement (NOT of the value), the output is always 1. If a value is ANDed with its complement, the output is always 0. ex. A+A=1, Aโˆ™A=0


๋ฉ”ํƒ€๋ฐ์ดํ„ฐ
post_id
b143de01d47d
slug
preparing-for-my-final-exam-laws-in-boolean-algebra-b143de01d47d
url
https://medium.com/@lialytics/preparing-for-my-final-exam-laws-in-boolean-algebra-b143de01d47d
canonical_url
https://medium.com/@lialytics/preparing-for-my-final-exam-laws-in-boolean-algebra-b143de01d47d
author_url
https://medium.com/@lialytics
status
ok
fetched_at
2026-07-30 02:13:22