Solve Boolean Algebra Problem: Output 1 for Numbers > 9 | IC Design Tips

Click For Summary

Discussion Overview

The discussion revolves around a Boolean algebra problem related to designing an integrated circuit (IC) that outputs a 1 for numbers greater than 9. Participants are seeking assistance in reducing a Boolean expression and exploring various approaches to simplify it.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents a Boolean expression and requests help with its reduction.
  • Another participant suggests a simplified expression derived from a Karnaugh map, proposing "AB + AC".
  • A third participant provides a detailed breakdown of the original expression, indicating steps taken to simplify it and suggesting the use of grouping terms with (X + X') for elimination.
  • A later reply emphasizes the importance of rewriting terms in different forms to facilitate simplification, without providing a direct solution.

Areas of Agreement / Disagreement

Participants have differing views on the simplification process, with multiple proposed expressions and methods presented. No consensus on a single correct answer has been reached.

Contextual Notes

Some assumptions about the initial expression and the application of Boolean algebra rules may not be explicitly stated, leading to potential gaps in the reasoning presented.

mr_coffee
Messages
1,613
Reaction score
1
Boolean algebra problem!

Hello everyone 'im designing a IC that will tell output a 1 if the number is > 9. so I wrote this boolean expression but I'm stuck on reducing it.
B' = B compelemnted
AB'CD' + AB'CD + ABC'D' + ABC'D + ABCD' + ABCD
AB'(CD' + CD) + AB(C'D' + C'D + CD' + CD)
any hints? thanks!
 
Physics news on Phys.org
re

If my karnaugh map is not rusty, i got

AB + AC
 
*ab'cd' + Ab'cd + Abc'd' + Abc'd + Abcd' + Abcd
*ab'c(d'+d) +abc'(d'+d) + Abc(d'+d)-----> (d+d') =>1
*ab'c + Abc' + Abc
*a(b'c+bc') +abc
*a[b Xor C + Bc]
 
The answer that 'what' got is the correct one (a mapping easily shows that). I don't think though that I should do the actual Boolean equation for you, but I'll give you a couple of hints. Group as many of the "AND" terms together with (X + X') terms, to eliminate as much as you can to start. Then remember that you can take something like: "XYZ +..." and make it "XYZ + XYZ + ...". In other words, writing a term twice in an equation doesn't change anything. It can make it easier to work out. If you try these, you should get the answer to your original equation. Then let us see it and we'll check it for you.

KM
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
10K
Replies
6
Views
3K
Replies
2
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
2
Views
3K