Question

In: Computer Science

Simplify the following Boolean expressions to the minimum number of terms using the properties of Boolean...

Simplify the following Boolean expressions to the minimum number of terms using the properties of Boolean algebra (show your work and write the property you are applying). State if they cannot be simplified

A. X’Y + XY

B. (X + Y)(X + Y’)

C. (A’ + B’) (A + B)’

D. ABC + A’B + A’BC’

E. XY + X(WZ + WZ’)

Solutions

Expert Solution

A.
   X'Y + XY

   =>   X'Y + XY
   =>   Y(X' + X)           [X' X = 1]
   =>   Y.1
   =>   Y


B.
   (X + Y)(X + Y’)

   =>   (X + Y)(X + Y')
   =>   X(X + Y') + Y(X + Y')       [Distributive Law]
   =>   X + XY' + XY + XY'
   =>   X + XY' + XY
   =>   X(1 + Y' + Y)           [1 + X = X]
   =>   X


C.
   (A' + B') (A + B)'

   =>   (A' + B') (A + B)'
   =>   (A' + B') (A'B')       [DeMorgan's Law]
   =>   A'A'B' + B'A'B'           [Distributive Law]
   =>   A'B' + A'B'
   =>   A'B'  


D.
   ABC + A'B + A'BC'

   =>   ABC + A'B + A'BC'
   =>   ABC + A'B(1 + C')       [Taking common]
   =>   ABC + A'B

E.
   XY + X(WZ + WZ')

   =>   XY + X(WZ + WZ')
   =>   XY + X(W(Z + Z'))
   =>   XY + X(W.1)           [Z + Z' = 1]
   =>   XY + XW
   =>   X(Y + W)


Related Solutions

Simplify the following Boolean expressions to the minimum number of terms using the properties of Boolean...
Simplify the following Boolean expressions to the minimum number of terms using the properties of Boolean algebra (show your work and write the property you are applying). State if they cannot be simplified. A. A’B + AB B. XY + X(WZ + WZ’) C. X’Y’(X’+Y)(Y’+Y) D. ABC + A’B + A’BC’ E. (A+B)(AC+AC’)+AB+B Draw the circuit logic diagrams for both the original and simplified expressions.
1. Use Boolean algebra to simplify the following Boolean expressions to expressions containing a minimum number...
1. Use Boolean algebra to simplify the following Boolean expressions to expressions containing a minimum number of literals: (a) A’C’ + A’BC + B’C (b) (A + B + C)’(ABC)’ (c) ABC’ + AC (d) A’B’D + A’C’D + BD (e) (A’ + B)’(A’ + C’)’(AB’C)’ (f) (AE + A’B’)(C’D’ + CD) + (AC)’ 2. Obtain the truth table of the function F = (AB + C)(B + AC), express the function F in sum-of-minterms and product-of-maxterms forms, and express...
3. Simplify the following expressions using the properties of boolean algebra : 3A)    S(A,B,C) = A'B'C...
3. Simplify the following expressions using the properties of boolean algebra : 3A)    S(A,B,C) = A'B'C + A'BC + AB'C + ABC 3B) F(A,B,C) = A'B'C' + A'B'C + AB'C' + AB'C + ABC' + ABC
1.) Simplify the following Boolean Expression to a minimum number of literals. (a'b' + c)(a +...
1.) Simplify the following Boolean Expression to a minimum number of literals. (a'b' + c)(a + b + c') a.)ab + a'b'c' + ac b.)ac + abc + bc c.)ac + a'b'c' + bc d.)a'c + abc + b'c e.)None of the above 2.) Reduce to two literals. wxy'z + w'xz + wxyz a.) xz b.) x'z c.) xz' d.) yz e.) None of the above
Simplify the equation using Boolean algebra properties. F = xy + xy’z + x’yz
Simplify the equation using Boolean algebra properties. F = xy + xy’z + x’yz
1. Simplify the following expressions using Boolean algebra. a.A+AB b.AB+AB' c.A'BC+AC d.A'B+ABC'+ABC
1. Simplify the following expressions using Boolean algebra. a.A+AB b.AB+AB' c.A'BC+AC d.A'B+ABC'+ABC
Simplify fully the following expressions by combining the like terms. 9(2x − t) + 23xt + x(−4 + 5t)
Simplify fully the following expressions by combining the like terms. 9(2x − t) + 23xt + x(−4 + 5t)
Lab 7. Boolean Expressions a) Write a program that evaluates the following expressions. Assign reasonable values...
Lab 7. Boolean Expressions a) Write a program that evaluates the following expressions. Assign reasonable values to the variables. Print the results. a<b≥c , √a−7 b2 ≠c , d∨e∧f , a<b∨¬d ∧means and, ∨means inclusive or, ¬ means not. b) Write a program that asks a user whether he or she wants to become a Java programmer and determines if the user typed “yes” (Print true if yes and false otherwise.) Don't use the if statement here
Determine the value, true or false, of each of the following Boolean expressions, assuming that the...
Determine the value, true or false, of each of the following Boolean expressions, assuming that the value of the variable count is 0 and the value of the variable limit is 10. Give your answer as one of the values true or false. a. (count == 0) && (limit < 20) b. count == 0 && limit < 20 c. (limit > 20) || (count < 5) d. !(count == 12) e. (count == 1) && (x < y) f....
x is 5, what is the result of the following Boolean expressions: 1. x != 0  ...
x is 5, what is the result of the following Boolean expressions: 1. x != 0   2. x > 0   3. x != 0 4. x > 0 5. (x >= 0) || (x < 0) 6. (x != 1) == !(x == 1) 7. (true) && (3 > 4) True or False? Please explain how you got your answers. I've been struggling with Boolean expressions so I'd like a little bit more of an explanation as to why each...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT