How Can Boolean Algebra Simplification Be Achieved?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
14 replies · 5K views
Rossy
Messages
8
Reaction score
1

Homework Statement


[/B]
How to simplife it? I would like to see a process of simplification.

Y = A'B'C'D + A'B'CD + A'BC'D + A'BCD' + A'BCD + AB'C'D + AB'CD + ABC'D'

The ' denotes a bar over the previous letter.My second question is:

Y = BC + AB'D = (uploaded picture)

Y = A'D + B'D + A'BC + ABC'D' = ??

Homework Equations



Simplification Rules

The Attempt at a Solution



I tried it but can't get to the correct result.

The correct result should be (made through Karnaugh map):

Y = A'D + B'D + A'BC + ABC'D'Thank you for any advices and I'm sorry for my english.
 
on Phys.org
uploaded pic
 

Attachments

  • asd.PNG
    asd.PNG
    2.6 KB · Views: 537
Rossy said:
How to simplife it? I would like to see a process of simplification.

Y = A'B'C'D + A'B'CD + A'BC'D + A'BCD' + A'BCD + AB'C'D + AB'CD + ABC'D'
Hi Rossy. :welcome:

Break it down into manageable parts, e.g., look at "taking out a common factor"

A'B'C'D + A'B'CD = A'B'D(C' + C) = ?[/color]

Can you complete this simplification?
 
Hi NascantOxygen,

it's A'B'D

Could you look at the image I uploaded, it's my attempt.. as you can see I can't get to the right solution.
 

Attachments

  • 17821204_1861158663910241_608032167_n.jpg
    17821204_1861158663910241_608032167_n.jpg
    41.8 KB · Views: 640
In Boolean algebra you may encounter an expression such as (C + C' D) and wish to simplify it. One way is to AND the C term with something having the value TRUE, and I'll choose (1 + D) which has the value 1 because anything ORed with TRUE is TRUE.

C(1 + D) + C' D

= C.1 + CD + C'D

= C + D(C + C')

= C + D
 
So if I take this expression A'BC'D + ABC'D' I can simplyfy it like this BC'(A + D)(A' + D') but how do I continue?
 
So you can't get from this expression

Y = A'B'C'D + A'B'CD + A'BC'D + A'BCD' + A'BCD + AB'C'D + AB'CD + ABC'D'

to this expression by Boolean Algebra

Y = A'D + B'D + A'BC + ABC'D'
 
Can't get further...
 

Attachments

  • 17909202_1864590843567023_391484843_n.jpg
    17909202_1864590843567023_391484843_n.jpg
    11.7 KB · Views: 667
Is it right?
 

Attachments

  • 17918817_1865639636795477_1111429185_n.jpg
    17918817_1865639636795477_1111429185_n.jpg
    36.2 KB · Views: 1,184
Thank you for your time and patience with me! :) The problem is solved.
 
  • Like
Likes   Reactions: NascentOxygen