Question

In: Computer Science

How do you simplify the following boolean expressions: Y3= X3' X2 X1 X0' + X3' X2...

How do you simplify the following boolean expressions:

Y3= X3' X2 X1 X0' + X3' X2 X1 X0 + X3 X2 X1 X0' +X3X2X1X0

Y2 = X3' X2 X1' X0' + X3' X2 X1' X0 + X3 X2 X1' X0' + X3 X2 X1' X0 +  X3 X2' X1' X0' + X3 X2' X1' X0 + X3 X2' X1 X0' + X3 X2' X1 X0

Y1 = X3' X2' X1 X0' + X3' X2' X1 X0 + X3' X2 X1 X0' + X3' X2 X1 X0 +  X3 X2' X1' X0' + X3 X2' X1' X0 + X3 X2 X1' X0' + X3 X2 X1' X0

Y0 = X3' X2' X1' X0 + X3' X2' X1 X0 + X3' X2 X1' X0 + X3' X2 X1 X0 +  X3 X2' X1' X0 + X3 X2' X1 X0 + X3 X2 X1' X0 + X3 X2 X1 X0

Solutions

Expert Solution

Boolean expressions can be simplified by using boolean laws

Y3=X3'X2X1X0'+X3'X2X1X0+X3X2X1X0' +X3X2X1X0

   =X3'X2X1(X0'+X0)+X3X2X1(X0'+X0)

   =X3'X2X1(1)+X3X2X1(1) (A+A'=1)

   =X2X1(X3'+X3)

   =X2X1(1)

=X2X1

Y2 = X3'X2X1'X0' +X3'X2X1'X0 + X3X2X1'X0' + X3X2X1'X0 +  X3X2'X1'X0' + X3X2'X1'X0 + X3X2'X1X0' + X3X2'X1X0

   =X3'X2X1'(X0'+X0)+X3X2X1'(X0'+X0)+X3X2'X1'(X0'+X0)+X3X2'X1(X0'+X0) (A+A'=1)

=X3'X2X1'+X3X2X1'+X3X2'X1'+X3X2'X1

   =X2X1'(X3'+X3)+X3X2'(X1'+X1)

   =X2X1'(1)+X3X2'(1)

   =X2X1'+X3X2'

Y1= X3' X2' X1 X0' + X3' X2' X1 X0 + X3' X2 X1 X0' + X3' X2 X1 X0 +  X3 X2' X1' X0' + X3 X2' X1' X0 + X3 X2 X1' X0' + X3 X2 X1' X0

=X3'X2'X1(X0'+X0)+X3'X2X1(X0'+X0)+X3X2'X1'(X0'+X0)+X3X2X1'(X0'+X0)

   =X3'X2'X1+X3'X2X1+X3X2'X1'+X3X2X1'

   =X3'X1(X2'+X2)+X3X1'(X2'+X2)

   =X3'X1+X3X1' (EXCLUSIVE-OR OF X1 AND X3)

Y0=X3' X2' X1' X0 + X3' X2' X1 X0 + X3' X2 X1' X0 + X3' X2 X1 X0 +  X3 X2' X1' X0 + X3 X2' X1 X0 + X3 X2 X1' X0 + X3 X2 X1 X0

   =X3'X2'X0(X1'+X1)+X3'X2X0(X1'+X1)+X3X2'X0(X1'+X1)+X3X2X0(X1'+X1)

   =X3'X0(X2'+X2)+X3X0(X2'+X2)

   =X3'X0+X3X0

   =X0(X3+X3')

=X0


Related Solutions

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...
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’)
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.
Consider a sequence of random variables X0, X1, X2, X3, . . . which form a...
Consider a sequence of random variables X0, X1, X2, X3, . . . which form a Markov chain. (a) Define the Markov property for this Markov chain both in words and using a mathematical formula. (b) When is a Markov chain irreducible? (c) Give the definition for an ergodic state.
Use Newton’s method to find x1, x2 and x3 with the given x0 2/x− x^2 +...
Use Newton’s method to find x1, x2 and x3 with the given x0 2/x− x^2 + 1 = 0 x0 = 2
4.Maximize: Z = 2X1+ X2-3X3 Subject to: 2X1+ X2= 14 X1+ X2+ X3≥6 X1, X2, X3≥0...
4.Maximize: Z = 2X1+ X2-3X3 Subject to: 2X1+ X2= 14 X1+ X2+ X3≥6 X1, X2, X3≥0 Solve the problem by using the M-technique.
(a) Consider three positive integers, x1, x2, x3, which satisfy the inequality below: x1 +x2 +x3...
(a) Consider three positive integers, x1, x2, x3, which satisfy the inequality below: x1 +x2 +x3 =17. (1) Let’s assume each element in the sample space (consisting of solution vectors (x1, x2, x3) satisfying the above conditions) is equally likely to occur. For example, we have equal chances to have (x1, x2, x3) = (1, 1, 15) or (x1, x2, x3) = (1, 2, 14). What is the probability the events x1 +x2 ≤8occurs,i.e.,P(x1 +x2 ≤8|x1 +x2 +x3 =17andx1,x2,x3 ∈Z+)(Z+...
Let X1, X2, X3 be continuous random variables with joint pdf f(X1, X2, X3)= 2 if...
Let X1, X2, X3 be continuous random variables with joint pdf f(X1, X2, X3)= 2 if 1<X1<2 -1<X2<0 -X2-1<X3<0                         0 otherwise Find Cov(X2, X3)
Let x,y ∈ R3 such that x = (x1,x2,x3) and y = (y1,y2,y3) determine if <x,y>=...
Let x,y ∈ R3 such that x = (x1,x2,x3) and y = (y1,y2,y3) determine if <x,y>= x1y1+2x2y2+3x3y3    is an inner product
Let X1,X2,X3 be i.i.d. N(0,1) random variables. Suppose Y1 = X1 + X2 + X3, Y2...
Let X1,X2,X3 be i.i.d. N(0,1) random variables. Suppose Y1 = X1 + X2 + X3, Y2 = X1 −X2, Y3 =X1 −X3. Find the joint pdf of Y = (Y1,Y2,Y3)′ using : Multivariate normal distribution properties.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT