SlideShare a Scribd company logo
Answers Homework 2
Task1
Prove the equality of the following Boolean expressions:
1) AB + BC’
D’
+ A’
BC + C’
D = B + C’
D
2) WY + W’
YZ’
+ WXZ + W’
XY’
= WY + W’
XZ’
+ X’
YZ’
+ XY’
Z
3) AC’
+ A’
B + B’
C +D’ = (A’
+ B’
+ C’
+ D’
)(A + B + C + D’
)
Answer:
1) If you had trouble figuring out how to do this cleverly, don’t worry because it’s a hard
problem to solve with reductions. Instead you can do it using the conversion of SOP
from standard to canonical form. You transform both sides of the equation into
canonical SOP and because every function has a unique canonical SOP you can prove
the functions equal if both sides have the same canonical SOP.
Left side:
- AB + BC’
D’
+ A’
BC + C’D
- AB(C’+C)(D’+D) + (A’+A)BC’D’ + A’BC(D’+D) + (A’+A)(B’+B)C’D
- ABC’D’ + ABC’D + ABCD’ + ABCD + A’BC’D’ + ABC’D’ + A’BCD’ + A’BCD +
A’B’C’D + A’BC’D + AB’C’D + ABC’D
- Now remove the duplicates
- ABC’D’ + ABC’D + ABCD’ + ABCD + A’BC’D’ + A’BCD’ + A’BCD + A’B’C’D
+ A’BC’D + AB’C’D
Right side:
- B + C’
D
- (A + A’)B(C + C’)(D + D’) + (A + A’)(B + B’)C’D
- A’BC’D’ + A’BC’D + A’BCD’ + A’BCD + ABC’D’ + ABC’D + ABCD’ + ABCD +
A’B’C’D + A’BC’D + AB’C’D + ABC’D
- Now remove the duplicates
- ABC’D’+ ABC’D + ABCD’+ ABCD + A’BC’D’+ A’BCD’ + A’BCD + A’B’C’D
A’BC’D + AB’C’D
Now the proof is complete, note that both sides are the same so the equation is true.
2) see 1
3) see 1
Task2
Find the complement of the following expressions
1) F1 = AB’
+ A’
B
2) F2 = (V’
W + X)Y + Z’
3) F3 = WX(Y’
Z + YZ’
) + W’
X’
(Y’
+Z)(Y + Z’
)
4) F4 = (A + B’
+ C)(A’
B’
+ C)(A + B’
C’)
Answer:
1) we apply the Demorgen’s theorem or we can find the dual form and then complement
the literals. For the examples below we apply the DeMorgans theorem, although the
other approach is simpler.
-
(AB’
+ A’
B)’
- (AB’
)’
(A’
B)’
- (A’
+ B)(A + B’
)
2)
-
((V’
W + X)Y + Z’
) ‘
- ((V’W + X)Y)’Z
- ((V’W + X)’ + Y’)Z
- ((V’W)’ X’ + Y’)Z
- ((V + W’) X’ + Y’)Z
3)
- (WX(Y’Z+YZ’)+W’X’(Y’+Z)(Y+Z’))’
- (WX(Y’Z+YZ’))’(W’X’(Y’+Z)(Y+Z’))’
- (W’+X’+(Y’Z+YZ’)’)(W+X+(Y’+Z)’+(Y+Z’)’)
- (W’+X’+(Y’Z)’(YZ’)’)(W+X+YZ’+Y’Z)
- (W’+X’+(Y+Z’)(Y’+Z))(W+X+YZ’+Y’Z)
4)
- ((A+B’+C)(A’B’+C)(A+B’C’))’
- (A+B’+C)’+(A’B’+C)’+(A+B’C’)’
- A’BC’+(A’B’)’C’+A’(B’C’)’
- A’BC’+(A+B)C’+A’(B+C)
Task3
Convert the following expressions into canonical SOP and Canonical POS
1) F1 = (AB + C)(B +C’
D)
2) F2 = X’
+ X(X + Y’
)(Y + Z’
)
3) F3 = (A + BC’
+ CD)(B’
+ EF)
1) First we simplify the function so That we can get it in the standard SOP form.
- (AB+C)(B+C’D)
- ABB+ABC’D+CB+CC’D distribution
- AB+ABC’D+CB using idepotence and complement we get
- AB+CB absorption
Now we are ready to convert to canonical SOP
- AB(C’+C)(D’+D)+(A’+A)BC(D’+D)
- ABC’D’+ABC’D+ABCD’+ABCD+A’BCD’+A’BCD+ABCD’+ABCD
- ABC’D’+ABC’D+ABCD’+ABCD+A’BCD’+A’BCD
∑M(6,7,12,13,14,15)
from SOP we can convert to POS
∏M(0,1,2,3,4,5,8,9,10,11)
2) I will only show the needed reduction
- X’
+ X(X + Y’
)(Y + Z’
)
- X’ + XX(Y + Z’
) + XY’(Y + Z’
) distribution
- X’ + X(Y + Z’
) + XY’(Y + Z’
) idepotence
- X’ + XY + XZ’ + XY’Y + XY’Z’ distribution
- X’ + XY + XZ’ + XY’Z’ complement
This should be enough for you to convert to SOP and POS
3) I will only show the needed reduction
- (A + BC’
+ CD)(B’
+ EF)
- AB’+AEF+BC’B’+BC’EF+CDB’+CDEF distribution
- AB’+AEF+BC’EF+CDB’+CDEF complement
This should be enough for you to convert to SOP and POS

More Related Content

What's hot

Productos notables
Productos notablesProductos notables
Productos notables
PROFTEBA
 
Intro To Gradient Descent in Javascript
Intro To Gradient Descent in JavascriptIntro To Gradient Descent in Javascript
Intro To Gradient Descent in Javascript
K. Matthew Dupree
 
Complex Integral
Complex IntegralComplex Integral
Complex Integral
Mikołaj Hajduk
 
Mate tarea - 5º
Mate   tarea - 5ºMate   tarea - 5º
Mate tarea - 5º
brisagaela29
 
Kelompok 5
Kelompok 5Kelompok 5
Kelompok 5
teddy
 
Matlab Area Calculation program
Matlab Area Calculation programMatlab Area Calculation program
Matlab Area Calculation program
Tevfik AKKUŞ
 
Interpolation graph c++
Interpolation graph c++Interpolation graph c++
Interpolation graph c++
rpiitcbme
 
Appendix 3 Linear Functions PowerPoint
Appendix 3 Linear Functions PowerPointAppendix 3 Linear Functions PowerPoint
Appendix 3 Linear Functions PowerPoint
apaglione
 
Hw #2
Hw #2Hw #2
Spm last minute revision mt
Spm last minute revision mtSpm last minute revision mt
Spm last minute revision mt
A'dilah Hanum
 
Derivadas con Derive
Derivadas con DeriveDerivadas con Derive
Derivadas con Derive
fgrino2
 
Função quadrática resumo teórico e exercícios - celso brasil
Função quadrática   resumo teórico e exercícios - celso brasilFunção quadrática   resumo teórico e exercícios - celso brasil
Função quadrática resumo teórico e exercícios - celso brasil
Celso do Rozário Brasil Gonçalves
 
Math 3-H6
Math 3-H6Math 3-H6
Math 3-H6
jjlendaya
 
Math06reviewsheet (3)
Math06reviewsheet (3)Math06reviewsheet (3)
Math06reviewsheet (3)
Angel Baez
 
Aula materiais
Aula materiaisAula materiais
Aula materiais
Rubens Costa
 
March 9 Quadratic Formula
March 9 Quadratic FormulaMarch 9 Quadratic Formula
March 9 Quadratic Formula
ste ve
 
CST 504 Distance in the Cartesian Plane
CST 504 Distance in the Cartesian PlaneCST 504 Distance in the Cartesian Plane
CST 504 Distance in the Cartesian Plane
Neil MacIntosh
 
Mate ejercicios de factorización por binomio - 2º
Mate   ejercicios de factorización por binomio - 2ºMate   ejercicios de factorización por binomio - 2º
Mate ejercicios de factorización por binomio - 2º
brisagaela29
 

What's hot (18)

Productos notables
Productos notablesProductos notables
Productos notables
 
Intro To Gradient Descent in Javascript
Intro To Gradient Descent in JavascriptIntro To Gradient Descent in Javascript
Intro To Gradient Descent in Javascript
 
Complex Integral
Complex IntegralComplex Integral
Complex Integral
 
Mate tarea - 5º
Mate   tarea - 5ºMate   tarea - 5º
Mate tarea - 5º
 
Kelompok 5
Kelompok 5Kelompok 5
Kelompok 5
 
Matlab Area Calculation program
Matlab Area Calculation programMatlab Area Calculation program
Matlab Area Calculation program
 
Interpolation graph c++
Interpolation graph c++Interpolation graph c++
Interpolation graph c++
 
Appendix 3 Linear Functions PowerPoint
Appendix 3 Linear Functions PowerPointAppendix 3 Linear Functions PowerPoint
Appendix 3 Linear Functions PowerPoint
 
Hw #2
Hw #2Hw #2
Hw #2
 
Spm last minute revision mt
Spm last minute revision mtSpm last minute revision mt
Spm last minute revision mt
 
Derivadas con Derive
Derivadas con DeriveDerivadas con Derive
Derivadas con Derive
 
Função quadrática resumo teórico e exercícios - celso brasil
Função quadrática   resumo teórico e exercícios - celso brasilFunção quadrática   resumo teórico e exercícios - celso brasil
Função quadrática resumo teórico e exercícios - celso brasil
 
Math 3-H6
Math 3-H6Math 3-H6
Math 3-H6
 
Math06reviewsheet (3)
Math06reviewsheet (3)Math06reviewsheet (3)
Math06reviewsheet (3)
 
Aula materiais
Aula materiaisAula materiais
Aula materiais
 
March 9 Quadratic Formula
March 9 Quadratic FormulaMarch 9 Quadratic Formula
March 9 Quadratic Formula
 
CST 504 Distance in the Cartesian Plane
CST 504 Distance in the Cartesian PlaneCST 504 Distance in the Cartesian Plane
CST 504 Distance in the Cartesian Plane
 
Mate ejercicios de factorización por binomio - 2º
Mate   ejercicios de factorización por binomio - 2ºMate   ejercicios de factorización por binomio - 2º
Mate ejercicios de factorización por binomio - 2º
 

Similar to Answers homework2

Ass logic
Ass logicAss logic
Digital logic circuits important question and answers for 5 units
Digital logic circuits important question and answers for 5 unitsDigital logic circuits important question and answers for 5 units
Digital logic circuits important question and answers for 5 units
Lekashri Subramanian
 
Adbequipo6
Adbequipo6Adbequipo6
Adbequipo6
Leoner Parra
 
Solutions manual for logic and computer design fundamentals 5th edition by ma...
Solutions manual for logic and computer design fundamentals 5th edition by ma...Solutions manual for logic and computer design fundamentals 5th edition by ma...
Solutions manual for logic and computer design fundamentals 5th edition by ma...
Beckham000
 
Kuliah 3 Sistem Digital.pptx
Kuliah 3 Sistem Digital.pptxKuliah 3 Sistem Digital.pptx
Kuliah 3 Sistem Digital.pptx
TakaQiYazuru1
 
Digital Electronics
Digital ElectronicsDigital Electronics
Digital Electronics
Benesh Selvanesan
 
329978676-Perkalian-Skalar-Dua-Vektor.pptx
329978676-Perkalian-Skalar-Dua-Vektor.pptx329978676-Perkalian-Skalar-Dua-Vektor.pptx
329978676-Perkalian-Skalar-Dua-Vektor.pptx
DeniFARHAN2
 
SOAL RANGKAIAN LOGIKA
SOAL RANGKAIAN LOGIKASOAL RANGKAIAN LOGIKA
SOAL RANGKAIAN LOGIKA
Afrilio Franseda
 
Simplificar funciones.ppt
Simplificar funciones.pptSimplificar funciones.ppt
Simplificar funciones.ppt
Marcos Rdguez
 
SIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANASSIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANAS
PEDROASTURES21
 
9. simplificar funciones
9. simplificar funciones9. simplificar funciones
9. simplificar funciones
Justino Cat
 
567 nice and_hard_inequality
567 nice and_hard_inequality567 nice and_hard_inequality
567 nice and_hard_inequality
Tran Duc Bang
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
MiguelBG11
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
sonsolesbar
 
Simplificar funciones
Simplificar funcionesSimplificar funciones
Simplificar funciones
candebobes
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
estefaniagomezdelcueto
 
Simplificación de funciones lógicas
Simplificación de funciones lógicasSimplificación de funciones lógicas
Simplificación de funciones lógicas
lauracruzpal
 
simplificar funciones
 simplificar funciones simplificar funciones
simplificar funciones
joeltecno9
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
ClauFdzSrz
 
Number systems and Boolean Reduction
Number systems and Boolean ReductionNumber systems and Boolean Reduction
Number systems and Boolean Reduction
Dhaval Shukla
 

Similar to Answers homework2 (20)

Ass logic
Ass logicAss logic
Ass logic
 
Digital logic circuits important question and answers for 5 units
Digital logic circuits important question and answers for 5 unitsDigital logic circuits important question and answers for 5 units
Digital logic circuits important question and answers for 5 units
 
Adbequipo6
Adbequipo6Adbequipo6
Adbequipo6
 
Solutions manual for logic and computer design fundamentals 5th edition by ma...
Solutions manual for logic and computer design fundamentals 5th edition by ma...Solutions manual for logic and computer design fundamentals 5th edition by ma...
Solutions manual for logic and computer design fundamentals 5th edition by ma...
 
Kuliah 3 Sistem Digital.pptx
Kuliah 3 Sistem Digital.pptxKuliah 3 Sistem Digital.pptx
Kuliah 3 Sistem Digital.pptx
 
Digital Electronics
Digital ElectronicsDigital Electronics
Digital Electronics
 
329978676-Perkalian-Skalar-Dua-Vektor.pptx
329978676-Perkalian-Skalar-Dua-Vektor.pptx329978676-Perkalian-Skalar-Dua-Vektor.pptx
329978676-Perkalian-Skalar-Dua-Vektor.pptx
 
SOAL RANGKAIAN LOGIKA
SOAL RANGKAIAN LOGIKASOAL RANGKAIAN LOGIKA
SOAL RANGKAIAN LOGIKA
 
Simplificar funciones.ppt
Simplificar funciones.pptSimplificar funciones.ppt
Simplificar funciones.ppt
 
SIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANASSIMPLIFICACION DE FUNCIONES BOOLEANAS
SIMPLIFICACION DE FUNCIONES BOOLEANAS
 
9. simplificar funciones
9. simplificar funciones9. simplificar funciones
9. simplificar funciones
 
567 nice and_hard_inequality
567 nice and_hard_inequality567 nice and_hard_inequality
567 nice and_hard_inequality
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 
Simplificar funciones
Simplificar funcionesSimplificar funciones
Simplificar funciones
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 
Simplificación de funciones lógicas
Simplificación de funciones lógicasSimplificación de funciones lógicas
Simplificación de funciones lógicas
 
simplificar funciones
 simplificar funciones simplificar funciones
simplificar funciones
 
16. simplificar funciones
16. simplificar funciones16. simplificar funciones
16. simplificar funciones
 
Number systems and Boolean Reduction
Number systems and Boolean ReductionNumber systems and Boolean Reduction
Number systems and Boolean Reduction
 

Recently uploaded

CHEMOTHERAPY_RDP_CHAPTER 6_Anti Malarial Drugs.pdf
CHEMOTHERAPY_RDP_CHAPTER 6_Anti Malarial Drugs.pdfCHEMOTHERAPY_RDP_CHAPTER 6_Anti Malarial Drugs.pdf
CHEMOTHERAPY_RDP_CHAPTER 6_Anti Malarial Drugs.pdf
rishi2789
 
Best Ayurvedic medicine for Gas and Indigestion
Best Ayurvedic medicine for Gas and IndigestionBest Ayurvedic medicine for Gas and Indigestion
Best Ayurvedic medicine for Gas and Indigestion
Swastik Ayurveda
 
Ketone bodies and metabolism-biochemistry
Ketone bodies and metabolism-biochemistryKetone bodies and metabolism-biochemistry
Ketone bodies and metabolism-biochemistry
Dhayanithi C
 
OCT Training Course for clinical practice Part 1
OCT Training Course for clinical practice Part 1OCT Training Course for clinical practice Part 1
OCT Training Course for clinical practice Part 1
KafrELShiekh University
 
K CỔ TỬ CUNG.pdf tự ghi chép, chữ hơi xấu
K CỔ TỬ CUNG.pdf tự ghi chép, chữ hơi xấuK CỔ TỬ CUNG.pdf tự ghi chép, chữ hơi xấu
K CỔ TỬ CUNG.pdf tự ghi chép, chữ hơi xấu
HongBiThi1
 
Chapter 11 Nutrition and Chronic Diseases.pptx
Chapter 11 Nutrition and Chronic Diseases.pptxChapter 11 Nutrition and Chronic Diseases.pptx
Chapter 11 Nutrition and Chronic Diseases.pptx
Earlene McNair
 
Osteoporosis - Definition , Evaluation and Management .pdf
Osteoporosis - Definition , Evaluation and Management .pdfOsteoporosis - Definition , Evaluation and Management .pdf
Osteoporosis - Definition , Evaluation and Management .pdf
Jim Jacob Roy
 
Top 10 Best Ayurvedic Kidney Stone Syrups in India
Top 10 Best Ayurvedic Kidney Stone Syrups in IndiaTop 10 Best Ayurvedic Kidney Stone Syrups in India
Top 10 Best Ayurvedic Kidney Stone Syrups in India
Swastik Ayurveda
 
CHEMOTHERAPY_RDP_CHAPTER 2 _LEPROSY.pdf1
CHEMOTHERAPY_RDP_CHAPTER 2 _LEPROSY.pdf1CHEMOTHERAPY_RDP_CHAPTER 2 _LEPROSY.pdf1
CHEMOTHERAPY_RDP_CHAPTER 2 _LEPROSY.pdf1
rishi2789
 
Top-Vitamin-Supplement-Brands-in-India List
Top-Vitamin-Supplement-Brands-in-India ListTop-Vitamin-Supplement-Brands-in-India List
Top-Vitamin-Supplement-Brands-in-India List
SwisschemDerma
 
Vestibulocochlear Nerve by Dr. Rabia Inam Gandapore.pptx
Vestibulocochlear Nerve by Dr. Rabia Inam Gandapore.pptxVestibulocochlear Nerve by Dr. Rabia Inam Gandapore.pptx
Vestibulocochlear Nerve by Dr. Rabia Inam Gandapore.pptx
Dr. Rabia Inam Gandapore
 
The Electrocardiogram - Physiologic Principles
The Electrocardiogram - Physiologic PrinciplesThe Electrocardiogram - Physiologic Principles
The Electrocardiogram - Physiologic Principles
MedicoseAcademics
 
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.GawadHemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
NephroTube - Dr.Gawad
 
The Best Ayurvedic Antacid Tablets in India
The Best Ayurvedic Antacid Tablets in IndiaThe Best Ayurvedic Antacid Tablets in India
The Best Ayurvedic Antacid Tablets in India
Swastik Ayurveda
 
Role of Mukta Pishti in the Management of Hyperthyroidism
Role of Mukta Pishti in the Management of HyperthyroidismRole of Mukta Pishti in the Management of Hyperthyroidism
Role of Mukta Pishti in the Management of Hyperthyroidism
Dr. Jyothirmai Paindla
 
Integrating Ayurveda into Parkinson’s Management: A Holistic Approach
Integrating Ayurveda into Parkinson’s Management: A Holistic ApproachIntegrating Ayurveda into Parkinson’s Management: A Holistic Approach
Integrating Ayurveda into Parkinson’s Management: A Holistic Approach
Ayurveda ForAll
 
Adhd Medication Shortage Uk - trinexpharmacy.com
Adhd Medication Shortage Uk - trinexpharmacy.comAdhd Medication Shortage Uk - trinexpharmacy.com
Adhd Medication Shortage Uk - trinexpharmacy.com
reignlana06
 
Local Advanced Lung Cancer: Artificial Intelligence, Synergetics, Complex Sys...
Local Advanced Lung Cancer: Artificial Intelligence, Synergetics, Complex Sys...Local Advanced Lung Cancer: Artificial Intelligence, Synergetics, Complex Sys...
Local Advanced Lung Cancer: Artificial Intelligence, Synergetics, Complex Sys...
Oleg Kshivets
 
CHEMOTHERAPY_RDP_CHAPTER 3_ANTIFUNGAL AGENT.pdf
CHEMOTHERAPY_RDP_CHAPTER 3_ANTIFUNGAL AGENT.pdfCHEMOTHERAPY_RDP_CHAPTER 3_ANTIFUNGAL AGENT.pdf
CHEMOTHERAPY_RDP_CHAPTER 3_ANTIFUNGAL AGENT.pdf
rishi2789
 
Aortic Association CBL Pilot April 19 – 20 Bern
Aortic Association CBL Pilot April 19 – 20 BernAortic Association CBL Pilot April 19 – 20 Bern
Aortic Association CBL Pilot April 19 – 20 Bern
suvadeepdas911
 

Recently uploaded (20)

CHEMOTHERAPY_RDP_CHAPTER 6_Anti Malarial Drugs.pdf
CHEMOTHERAPY_RDP_CHAPTER 6_Anti Malarial Drugs.pdfCHEMOTHERAPY_RDP_CHAPTER 6_Anti Malarial Drugs.pdf
CHEMOTHERAPY_RDP_CHAPTER 6_Anti Malarial Drugs.pdf
 
Best Ayurvedic medicine for Gas and Indigestion
Best Ayurvedic medicine for Gas and IndigestionBest Ayurvedic medicine for Gas and Indigestion
Best Ayurvedic medicine for Gas and Indigestion
 
Ketone bodies and metabolism-biochemistry
Ketone bodies and metabolism-biochemistryKetone bodies and metabolism-biochemistry
Ketone bodies and metabolism-biochemistry
 
OCT Training Course for clinical practice Part 1
OCT Training Course for clinical practice Part 1OCT Training Course for clinical practice Part 1
OCT Training Course for clinical practice Part 1
 
K CỔ TỬ CUNG.pdf tự ghi chép, chữ hơi xấu
K CỔ TỬ CUNG.pdf tự ghi chép, chữ hơi xấuK CỔ TỬ CUNG.pdf tự ghi chép, chữ hơi xấu
K CỔ TỬ CUNG.pdf tự ghi chép, chữ hơi xấu
 
Chapter 11 Nutrition and Chronic Diseases.pptx
Chapter 11 Nutrition and Chronic Diseases.pptxChapter 11 Nutrition and Chronic Diseases.pptx
Chapter 11 Nutrition and Chronic Diseases.pptx
 
Osteoporosis - Definition , Evaluation and Management .pdf
Osteoporosis - Definition , Evaluation and Management .pdfOsteoporosis - Definition , Evaluation and Management .pdf
Osteoporosis - Definition , Evaluation and Management .pdf
 
Top 10 Best Ayurvedic Kidney Stone Syrups in India
Top 10 Best Ayurvedic Kidney Stone Syrups in IndiaTop 10 Best Ayurvedic Kidney Stone Syrups in India
Top 10 Best Ayurvedic Kidney Stone Syrups in India
 
CHEMOTHERAPY_RDP_CHAPTER 2 _LEPROSY.pdf1
CHEMOTHERAPY_RDP_CHAPTER 2 _LEPROSY.pdf1CHEMOTHERAPY_RDP_CHAPTER 2 _LEPROSY.pdf1
CHEMOTHERAPY_RDP_CHAPTER 2 _LEPROSY.pdf1
 
Top-Vitamin-Supplement-Brands-in-India List
Top-Vitamin-Supplement-Brands-in-India ListTop-Vitamin-Supplement-Brands-in-India List
Top-Vitamin-Supplement-Brands-in-India List
 
Vestibulocochlear Nerve by Dr. Rabia Inam Gandapore.pptx
Vestibulocochlear Nerve by Dr. Rabia Inam Gandapore.pptxVestibulocochlear Nerve by Dr. Rabia Inam Gandapore.pptx
Vestibulocochlear Nerve by Dr. Rabia Inam Gandapore.pptx
 
The Electrocardiogram - Physiologic Principles
The Electrocardiogram - Physiologic PrinciplesThe Electrocardiogram - Physiologic Principles
The Electrocardiogram - Physiologic Principles
 
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.GawadHemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
 
The Best Ayurvedic Antacid Tablets in India
The Best Ayurvedic Antacid Tablets in IndiaThe Best Ayurvedic Antacid Tablets in India
The Best Ayurvedic Antacid Tablets in India
 
Role of Mukta Pishti in the Management of Hyperthyroidism
Role of Mukta Pishti in the Management of HyperthyroidismRole of Mukta Pishti in the Management of Hyperthyroidism
Role of Mukta Pishti in the Management of Hyperthyroidism
 
Integrating Ayurveda into Parkinson’s Management: A Holistic Approach
Integrating Ayurveda into Parkinson’s Management: A Holistic ApproachIntegrating Ayurveda into Parkinson’s Management: A Holistic Approach
Integrating Ayurveda into Parkinson’s Management: A Holistic Approach
 
Adhd Medication Shortage Uk - trinexpharmacy.com
Adhd Medication Shortage Uk - trinexpharmacy.comAdhd Medication Shortage Uk - trinexpharmacy.com
Adhd Medication Shortage Uk - trinexpharmacy.com
 
Local Advanced Lung Cancer: Artificial Intelligence, Synergetics, Complex Sys...
Local Advanced Lung Cancer: Artificial Intelligence, Synergetics, Complex Sys...Local Advanced Lung Cancer: Artificial Intelligence, Synergetics, Complex Sys...
Local Advanced Lung Cancer: Artificial Intelligence, Synergetics, Complex Sys...
 
CHEMOTHERAPY_RDP_CHAPTER 3_ANTIFUNGAL AGENT.pdf
CHEMOTHERAPY_RDP_CHAPTER 3_ANTIFUNGAL AGENT.pdfCHEMOTHERAPY_RDP_CHAPTER 3_ANTIFUNGAL AGENT.pdf
CHEMOTHERAPY_RDP_CHAPTER 3_ANTIFUNGAL AGENT.pdf
 
Aortic Association CBL Pilot April 19 – 20 Bern
Aortic Association CBL Pilot April 19 – 20 BernAortic Association CBL Pilot April 19 – 20 Bern
Aortic Association CBL Pilot April 19 – 20 Bern
 

Answers homework2

  • 1. Answers Homework 2 Task1 Prove the equality of the following Boolean expressions: 1) AB + BC’ D’ + A’ BC + C’ D = B + C’ D 2) WY + W’ YZ’ + WXZ + W’ XY’ = WY + W’ XZ’ + X’ YZ’ + XY’ Z 3) AC’ + A’ B + B’ C +D’ = (A’ + B’ + C’ + D’ )(A + B + C + D’ ) Answer: 1) If you had trouble figuring out how to do this cleverly, don’t worry because it’s a hard problem to solve with reductions. Instead you can do it using the conversion of SOP from standard to canonical form. You transform both sides of the equation into canonical SOP and because every function has a unique canonical SOP you can prove the functions equal if both sides have the same canonical SOP. Left side: - AB + BC’ D’ + A’ BC + C’D - AB(C’+C)(D’+D) + (A’+A)BC’D’ + A’BC(D’+D) + (A’+A)(B’+B)C’D - ABC’D’ + ABC’D + ABCD’ + ABCD + A’BC’D’ + ABC’D’ + A’BCD’ + A’BCD + A’B’C’D + A’BC’D + AB’C’D + ABC’D - Now remove the duplicates - ABC’D’ + ABC’D + ABCD’ + ABCD + A’BC’D’ + A’BCD’ + A’BCD + A’B’C’D + A’BC’D + AB’C’D Right side: - B + C’ D - (A + A’)B(C + C’)(D + D’) + (A + A’)(B + B’)C’D - A’BC’D’ + A’BC’D + A’BCD’ + A’BCD + ABC’D’ + ABC’D + ABCD’ + ABCD + A’B’C’D + A’BC’D + AB’C’D + ABC’D - Now remove the duplicates - ABC’D’+ ABC’D + ABCD’+ ABCD + A’BC’D’+ A’BCD’ + A’BCD + A’B’C’D A’BC’D + AB’C’D Now the proof is complete, note that both sides are the same so the equation is true. 2) see 1 3) see 1
  • 2. Task2 Find the complement of the following expressions 1) F1 = AB’ + A’ B 2) F2 = (V’ W + X)Y + Z’ 3) F3 = WX(Y’ Z + YZ’ ) + W’ X’ (Y’ +Z)(Y + Z’ ) 4) F4 = (A + B’ + C)(A’ B’ + C)(A + B’ C’) Answer: 1) we apply the Demorgen’s theorem or we can find the dual form and then complement the literals. For the examples below we apply the DeMorgans theorem, although the other approach is simpler. - (AB’ + A’ B)’ - (AB’ )’ (A’ B)’ - (A’ + B)(A + B’ ) 2) - ((V’ W + X)Y + Z’ ) ‘ - ((V’W + X)Y)’Z - ((V’W + X)’ + Y’)Z - ((V’W)’ X’ + Y’)Z - ((V + W’) X’ + Y’)Z 3) - (WX(Y’Z+YZ’)+W’X’(Y’+Z)(Y+Z’))’ - (WX(Y’Z+YZ’))’(W’X’(Y’+Z)(Y+Z’))’ - (W’+X’+(Y’Z+YZ’)’)(W+X+(Y’+Z)’+(Y+Z’)’) - (W’+X’+(Y’Z)’(YZ’)’)(W+X+YZ’+Y’Z) - (W’+X’+(Y+Z’)(Y’+Z))(W+X+YZ’+Y’Z)
  • 3. 4) - ((A+B’+C)(A’B’+C)(A+B’C’))’ - (A+B’+C)’+(A’B’+C)’+(A+B’C’)’ - A’BC’+(A’B’)’C’+A’(B’C’)’ - A’BC’+(A+B)C’+A’(B+C) Task3 Convert the following expressions into canonical SOP and Canonical POS 1) F1 = (AB + C)(B +C’ D) 2) F2 = X’ + X(X + Y’ )(Y + Z’ ) 3) F3 = (A + BC’ + CD)(B’ + EF) 1) First we simplify the function so That we can get it in the standard SOP form. - (AB+C)(B+C’D) - ABB+ABC’D+CB+CC’D distribution - AB+ABC’D+CB using idepotence and complement we get - AB+CB absorption Now we are ready to convert to canonical SOP - AB(C’+C)(D’+D)+(A’+A)BC(D’+D) - ABC’D’+ABC’D+ABCD’+ABCD+A’BCD’+A’BCD+ABCD’+ABCD - ABC’D’+ABC’D+ABCD’+ABCD+A’BCD’+A’BCD ∑M(6,7,12,13,14,15) from SOP we can convert to POS ∏M(0,1,2,3,4,5,8,9,10,11)
  • 4. 2) I will only show the needed reduction - X’ + X(X + Y’ )(Y + Z’ ) - X’ + XX(Y + Z’ ) + XY’(Y + Z’ ) distribution - X’ + X(Y + Z’ ) + XY’(Y + Z’ ) idepotence - X’ + XY + XZ’ + XY’Y + XY’Z’ distribution - X’ + XY + XZ’ + XY’Z’ complement This should be enough for you to convert to SOP and POS 3) I will only show the needed reduction - (A + BC’ + CD)(B’ + EF) - AB’+AEF+BC’B’+BC’EF+CDB’+CDEF distribution - AB’+AEF+BC’EF+CDB’+CDEF complement This should be enough for you to convert to SOP and POS