Try the fastest way to create flashcards
Question

True/False: a and (b or c) == (a and b) or (a and c)

Solution

Verified
Step 1
1 of 2

True. This identity shows that and\texttt{and} distributes over or\texttt{or}. Interestingly, it's also true that or\texttt{or} distributes over and\texttt{and}.

Create a free account to view solutions

Create a free account to view solutions

Recommended textbook solutions

Fundamentals of Database Systems 7th Edition by Ramez Elmasri, Shamkant B. Navathe

Fundamentals of Database Systems

7th EditionISBN: 9780133970777Ramez Elmasri, Shamkant B. Navathe
948 solutions
Introduction to Algorithms 3rd Edition by Charles E. Leiserson, Clifford Stein, Ronald L. Rivest, Thomas H. Cormen

Introduction to Algorithms

3rd EditionISBN: 9780262033848Charles E. Leiserson, Clifford Stein, Ronald L. Rivest, Thomas H. Cormen
872 solutions
Introduction to Algorithms 4th Edition by Charles E. Leiserson, Clifford Stein, Ronald L. Rivest, Thomas H. Cormen

Introduction to Algorithms

4th EditionISBN: 9780262046305Charles E. Leiserson, Clifford Stein, Ronald L. Rivest, Thomas H. Cormen
945 solutions
Python Programming: An Introduction to Computer Science 3rd Edition by John M Zelle

Python Programming: An Introduction to Computer Science

3rd EditionISBN: 9781590282755John M Zelle
491 solutions

More related questions

1/4

1/7