Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Exercises 14-23 deal with the Boolean algebra \(\left\{ {{\bf{0,1}}} \right\}\) with addition, multiplication, and complement defined at the beginning of this section. In each case, use a table as in Example \(8\).

18. Verify the commutative laws.

Short Answer

Expert verified

The given commutative law \({\bf{x + y = y + x }},{\bf{x y = y x}}\) is verified.

Step by step solution

Achieve better grades quicker with Premium

  • Unlimited AI interaction
  • Study offline
  • Say goodbye to ads
  • Export flashcards

Over 22 million students worldwide already upgrade their learning with Vaia!

01

Definition

The complement of an element: \({\bf{\bar 0 = 1}}\) and \({\bf{\bar 1 = }}0\)

The Boolean sum + or\(OR\)is 1 if either term is 1.

The Boolean product\( \cdot \)or\(AND\)is 1 if both terms are 1.

Commutative laws

\(\begin{array}{c}{\bf{x + y = y + x}}\\{\bf{xy = yx}}\end{array}\)

02

Using the commutative law

x and y can both take on the value of 0 or 1.

The Boolean sum is 1 if one of the two elements (or both) are 1.

\(\begin{array}{*{20}{r}}x&{ y}&{ x + y}&{ y + x}\\0&0&0&0\\0&1&1&1\\1&0&1&1\\1&1&1&1\end{array}\)

The last two columns of the table are identical.

Therefore, you get \(x + y = y + x\).

03

Using the commutative law

The Boolean product is 1 if both elements are 1.

\(\begin{array}{*{20}{r}}x&{ y}&{ xy}&{ yx}\\0&0&0&0\\0&1&0&0\\1&0&0&0\\1&1&1&1\end{array}\)

The last two columns of the table are identical.

Therefore, you get \(x y = y x\).

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Study anywhere. Anytime. Across all devices.

Sign-up for free