English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Simplify the Boolean function using 5 variable Kmap:
F(A,B,C,D,E) = E (0,2,4,6,9,13,21,23,25,29,31)
(Note : E refers to Sigma)

Please help!

2007-11-09 14:18:36 · 2 answers · asked by Anonymous in Science & Mathematics Mathematics

2 answers

First, break down each of your numbers into their binary representation:
0 = 00000 --> A'B'C'D'E'
2 = 00010 --> A'B'C'DE'
4 = 00100 --> A'B'CD'E'
6 = 00110 --> A'B'CDE'
9 = 01001 --> A'BC'D'E
13 = 01101 --> A'BCD'E
21 = 10101 --> AB'CD'E
23 = 10111 --> AB'CDE
25 = 11001 --> ABC'D'E
29 = 11101 --> ABCD'E
31 = 11111 --> ABCDE

Then graph them into a 5-variable karnaugh map. I've attached an image.

Then group the variables. For example the four values (0,2,4,6) shown in red become a single group = A'D'E'

The values in green (21,23,29,31) are grouped as ACE

Finally the values in blue (9, 13, 25, 29) are grouped as AB'D

The simplified solutions is therefore:
A'D'E' + ACE + AB'D

2007-11-09 17:39:33 · answer #1 · answered by Puzzling 7 · 0 0

there is an previous application talked about as common sense help that solves Karnaugh maps and has some tutorials in it. receive it below. I used to have a shoppers guide yet lost it. if you're attempting to comprehend the do not care situations, they are insignificant. after we do common sense layout and our options thinks, we oftentimes do not imagine in minterms and upload more suitable variables. it really is the position common sense simplification is equipped in. Petrick's technique is the great answer for minimizing common sense equations. Karnaugh maps are for education you'll not in any respect see them in marketplace they are too cumbersome and awkward. notwithstanding they're a pedagogical device. Your do not care isn't something more suitable than a superfluous common sense time period. you do not' favor it. So how does it arise? As I said after we layout common sense as human beings we do not imagine in minterms we assume of functionally. after we do our sensible common sense then we reduce. you should reduce. to keep area and gates and capacity. digital mail me in case you nonetheless war i will check out a e book on the living house.

2016-10-23 23:04:54 · answer #2 · answered by ? 4 · 0 0

fedest.com, questions and answers