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

I m an informatics student. this question is from the course "Logic Design".The course unit no is 254. if there is any info student here then help me to solve it. or if anyone else can solve it then plz do it soon i will thankful to one

2006-11-05 13:06:40 · 3 answers · asked by SAM_4_U 1 in Computers & Internet Programming & Design

3 answers

ABC+A`BC+AB`C+ABC`
(ABC+A`BC)+(ABC+AB`C)+(ABC+ABC`)
BC(A+A`) + AC(B+B`) + AB(C+C`)
BC+AC+AB

This is the simplest form

2006-11-06 01:37:57 · answer #1 · answered by Innocence Redefined 5 · 0 0

The function will return 1, whenever any two variables are 1, hence can be reduced to
AB + BC + AC.

2006-11-05 19:00:09 · answer #2 · answered by manoj Ransing 3 · 0 0

Try this. "Factor" out the A from three of the terms.

(NOT A)*B*C + A*[ B*C + (NOT B)*C + B*(NOTC)]
Note that B*C+(NOT B)*C+B*(NOT C) = B + C

So we have

(NOT A)*B*C + A* (B+C)

Thats as simple as I can get it....

2006-11-05 13:41:09 · answer #3 · answered by heartsensei 4 · 0 1

fedest.com, questions and answers