292 views
2 votes
2 votes

if P=(A+B) (B+C) =B+AC

Q=(A+C) (B+C)=C+AB

then find (P+Q)' or P'.Q' ?

1 Answer

1 votes
1 votes
( P + Q )' = ( B + AC + C + AB)'

               =( B + AB + AC + C )'

               = ( B(1 + A) + C ( A + 1))'

               = ( B + C )'

               =  B' C'

Related questions

1 votes
1 votes
1 answer
1
Alex Louis asked Sep 21, 2016
355 views
exp=(A'B+AC)' ? , I tried consensus theorem and obtained (AC+A'B+CB)'
0 votes
0 votes
1 answer
2
Alex Louis asked Sep 25, 2016
620 views
How can I construct a function table and excitation table from the given realisation, Please explain
2 votes
2 votes
1 answer
3
Hrithik Vashishtha asked Jul 4, 2022
385 views
#include <stdio.h int main () { int i, j; int a [8] = {1, 2, 3, 4, 5, 6, 7, 8}; for(i = 0; i < 3; i++) { a[i] = a[i] + 1; i++; } i ; for (j = 7; j 4; j ) { int i = j/2; ...
4 votes
4 votes
2 answers
4