8) (1 mark) Prove that the L.H.S. & R.H.S for the following expression are similar: A . (A'+ B) = A.B

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter1: Fundamentals Of C++ Programming
Section1.1: Preliminary One: Unit Analysis
Problem 10E: (Thermodynamics) The work, W, performed by a single piston in an engine can be determined by this...
icon
Related questions
Question
8) (1 mark) Prove that the L.H.S. & R.H.S for the following expression
are similar:
A . (A'+ B) = A.B
Transcribed Image Text:8) (1 mark) Prove that the L.H.S. & R.H.S for the following expression are similar: A . (A'+ B) = A.B
Expert Solution
Step 1

  Truth table:

 

A B A' B' (A'+B) A.(A'+B) A.B
0 0 1 1 1 0 0
0 1 1 0 1 1 1
1 0 0 1 0 1 1
1 1 0 0 1 1 1

 

steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr