Convert Expression to Sum of Prod & Prod of Sums

Click For Summary
SUMMARY

The discussion focuses on converting the expression (AB+C)(B+C'D) into both sum of products (SOP) and product of sums (POS) forms. The expression is already in product of sums form. The sum of products is derived as AB + ABC'D + CB, which simplifies to AB + ABC'D + CB, confirming that it is in the correct SOP format. Participants clarify the evaluation of terms and confirm that ABB is not equivalent to A, emphasizing the importance of accurate simplification.

PREREQUISITES
  • Understanding of Boolean algebra
  • Familiarity with the Distributive Property
  • Knowledge of sum of products (SOP) and product of sums (POS) forms
  • Ability to simplify Boolean expressions
NEXT STEPS
  • Study Boolean algebra simplification techniques
  • Learn about Karnaugh maps for visualizing SOP and POS
  • Explore the application of the Distributive Property in Boolean expressions
  • Practice converting complex Boolean expressions using software tools like Logisim
USEFUL FOR

Students and professionals in electrical engineering, computer science, or anyone involved in digital logic design and Boolean algebra simplification.

fend
Messages
8
Reaction score
0

Homework Statement


Convert the following expression into sum of products and products of sums

(AB+C)(B+C'D)

Homework Equations



Distributive Property

The Attempt at a Solution


for product of sums it would be (AB+C)(B+C'D) since it is already in this form.

When calculating sum of products I get...
(AB+C)(B+C'D) = ABB+ABC'D+CB+CC'D = ABB+ABC'D+CB+0D = ABB+ABC'D+CB
= A*1+ABC'D+CB = A+ABC'D+CB (this is where I get confused)
=A(1+BC'D)+CB
(I know 1+X=1 but what about 1+BC'D? Can I reduce this further of would A(1+BC'D)+CB be in the correct form?)
 
Physics news on Phys.org
fend said:

Homework Statement


Convert the following expression into sum of products and products of sums

(AB+C)(B+C'D)

Homework Equations



Distributive Property

The Attempt at a Solution


for product of sums it would be (AB+C)(B+C'D) since it is already in this form.
That's not a product of sums. You can't have products like AB in the expression.
When calculating sum of products I get...
(AB+C)(B+C'D) = ABB+ABC'D+CB+CC'D = ABB+ABC'D+CB+0D = ABB+ABC'D+CB
= A*1+ABC'D+CB = A+ABC'D+CB (this is where I get confused)
=A(1+BC'D)+CB
(I know 1+X=1 but what about 1+BC'D? Can I reduce this further of would A(1+BC'D)+CB be in the correct form?)
ABB ≠ A. Evaluate both sides with A=1 and B=0, for instance.
 
sum of products
Oh yes I see!
(AB+C)(B+C'D) = ABB+ABC'D+CB+CC'D = ABB+ABC'D+CB+0D = ABB+ABC'D+CB
=AB+ABC'D+CB
Then this would be in the correct form!
 
Last edited:

Similar threads

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