Simplifying equations using boolean algebra

Click For Summary

Homework Help Overview

The discussion revolves around simplifying equations using Boolean algebra, specifically focusing on two given expressions. Participants are exploring the application of Boolean identities and rules to achieve simplification.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants are clarifying notation and terminology related to Boolean algebra, such as the meanings of AND, OR, and NOT. They discuss standard identities and rules, including Sum of Products (SOP) and Product of Sums (POS). There is an exploration of various axioms and their application to the problems presented.

Discussion Status

Some participants have provided hints and suggestions for approaching the simplification, such as using standard axioms and checking work with truth tables. There is an ongoing exchange of ideas, with no explicit consensus reached on the correctness of the attempted solutions.

Contextual Notes

Participants are working within the constraints of standard Boolean notation and rules, with some expressing difficulty in applying these concepts effectively. There is mention of potential confusion regarding the notation used in the original problem statement.

kirti.1127
Messages
10
Reaction score
0
1. Simplify the following equations using boolean algebra

2. a) abc + ab'c'+ ab'c

b) (abc)'+(a+c)'+b'c'


3. Please help me to solve the above equations
 
Physics news on Phys.org
pls first clarify your notations.
I suspect abc means a AND b AND c?
a+b means a OR b?
a' means NOT a?
right?

now: what standard identities do u know?
 
reply

ya. I could not use the complement notation while posting the query. I know all the standard notations. In second problem first i used sop and pos rules but got stuck up on next step. So please if u can help me in that.
 
kirti.1127 said:
ya. In second problem first i used sop and pos rules but got stuck up on next step.

sop? pos?
what's that? anyway,

have u tried playing around using the standard axioms:
eg. associativity, commutativity, distributivity, De Morgan's Law, idempotence...etc.

for example:
a.a = a, a+a=a, (a.b).c = a.(b.c), a+b =b+a, a.(b+c)=a.b+a.c, a+(b.c)=(a+b).(a+c)
a+a'=1, a.a'=0
etc.
 
reply

sop-sum of product rule
and pos means product of sum rule.

Ya i tried.
 
try reversing the distributive law to gather "common factor"
repeat use of axioms etc. it is a bit of a trial and error process, unless you can see something in advance (which comes with experience only). But you can always check, at each step, that you have not make an error by checking the truth table for both the original and derived expression.
another hint, sometimes it may even be useful to "add terms" into your expressionof course, sometimes it may be difficult to tell whether you have reduced your expression as simple as possible.
 
another hint:
x.y + y = y
since
x.y+y = (x+1).y = (1).y = y
 
reply

I tried solving the first pb:
solution:

abc+ab'c'+ab'c
=abc+a(b'+c')+ab'c (Product of Sum rule)
=abc+ab'+ac'+ab'c
=abc+ac'+ab'(1+c)
=abc+ac'+ab' (1+c=1)
=abc+a(c'+b')
=abc+ab'c' (Sum of Product rule)

Just check if the solution is correct
 
kirti.1127 said:
abc+ab'c'+ab'c
=abc+a(b'+c')+ab'c (Product of Sum rule)

?? b'c' => b'+c' ?

is it b'c' or (b.c)' ?

you can always check answer by simply writing out the truth table for the original expression and then compare with the one for the new expression.
 
  • #10
Oh you u r correct.
that's y i told u to check.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
8K
Replies
7
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K