Saturday, January 17, 2015
Logic Circuits: 3-bit K-map (Karnaugh Map) problem #1
Simplify the following function using K-map: F(x,y,z) = Σ(0,1,4,5)Solution:
Now, we need to list the variables. x has two 0's and two 1's. y has four 0's. And, z has two 0's and two 1's.
F = (x'+x'+x+x) (y'+y'+y'+y') (z'+z'+z+z)
We need to simplify. Boolean Algebra Theorems state that x'+x'=x', and x'+x=1
= (x'+x) (y'+y') (z'+z)
= 1 ∙ y' ∙ 1
It, also, states that x∙1=x. Thus, we get the answer
-------------------------------------------------------------
Ask a question or comment on this solution below.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment