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\).

19. Verify the associative laws.

Short Answer

Expert verified

The given associative law \(x + (y + z) = (x + y) + z,x(yz) = (xy)z\) is proved.

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.

Associative laws

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

02

Using the associative 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&z&{y + z}&{x + y}&{x + (y + z)}&{(x + y) + z}\\0&0&0&0&0&0&0\\0&0&1&1&0&1&1\\0&1&0&1&1&1&1\\0&1&1&1&1&1&1\\1&0&0&0&1&1&1\\1&0&1&1&1&1&1\\1&1&0&1&1&1&1\\1&1&1&1&1&1&1\end{array}\)

The last two columns of the table are identical.

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

03

Using the associative law

The Boolean product is 1 if both elements are 1.

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

The last two columns of the table are identical.

Therefore, you get \(x(yz) = (xy)z\).

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