Thread Closed

Simplifying equations using boolean algebra

 
Share Thread Thread Tools
Nov19-07, 03:18 AM   #1
 

Simplifying equations using boolean algebra


[b]1. Simplify the following equations using boolean algebra

[b]2. a) abc + ab'c'+ ab'c

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


[b]3. Please help me to solve the above equations
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Nov19-07, 04:30 AM   #2
 
Recognitions:
Homework Helper Homework Help
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?
 
Nov19-07, 10:06 PM   #3
 
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.
 
Nov21-07, 03:26 AM   #4
 
Recognitions:
Homework Helper Homework Help

Simplifying equations using boolean algebra


Quote by kirti.1127 View Post
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.
 
Nov21-07, 10:19 PM   #5
 
sop-sum of product rule
and pos means product of sum rule.

Ya i tried.
 
Nov22-07, 05:32 AM   #6
 
Recognitions:
Homework Helper Homework Help
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 expression


of course, sometimes it may be difficult to tell whether you have reduced your expression as simple as possible.
 
Nov22-07, 05:37 AM   #7
 
Recognitions:
Homework Helper Homework Help
another hint:
x.y + y = y
since
x.y+y = (x+1).y = (1).y = y
 
Nov22-07, 10:17 PM   #8
 
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
 
Nov23-07, 12:13 AM   #9
 
Recognitions:
Homework Helper Homework Help
Quote by kirti.1127 View Post
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.
 
Nov23-07, 12:51 AM   #10
 
Oh ya u r correct.
that's y i told u to check.
 
Thread Closed
Thread Tools


Similar Threads for: Simplifying equations using boolean algebra
Thread Forum Replies
Simplifying (Boolean Algebra) Calculus & Beyond Homework 2
Boolean Algebra Engineering, Comp Sci, & Technology Homework 1
Boolean algebra Engineering, Comp Sci, & Technology Homework 3
Boolean Algebra Introductory Physics Homework 5
boolean algebra Introductory Physics Homework 6