396 views
1 votes
1 votes
If p=1, q=1, r=0 then for given assignment:

a) number of min terms evaluate to 1

b)number of min terms evaluate to 0

c)number of max terms evaluate to 1

d)number of max terms evaluate to 0

1 Answer

Best answer
2 votes
2 votes
Minterm = product expression involving all the variable
Maxterm = Sum expression involving all the variable

Number of Minterm/Maxterms possible with n variables = $2^n$

In our case n = 3 which means number of minterms/maxterms = 8

For the given assignment, only way to get a minterm ie a product expression to evaluate as 1 is pq~r       (where ~r denotes r complement)
And the remaining minterms ie 8-1=7 are all evaluated to be 0.

Similarly only maxterm to evaluate as 0 is ~p+~q+r and all remaining 7 are 1.
 

So,

A = D = 1
And  B = C = 7
edited by

Related questions

0 votes
0 votes
1 answer
3
bts1jimin asked Sep 13, 2018
924 views
Is chomsky normal form and greibach normal f in syllabus?