in Mathematical Logic
396 views
1 vote
1 vote
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
in Mathematical Logic
396 views

4 Comments

Are you sure this is the complete question?
0
0
yes, its a complete question.
0
0
I think A is asking the same question as D
And C is same as B.

So is A = D = 1
And  B = C = 7?
0
0
please explain your procedure of calculating them.
0
0

1 Answer

2 votes
2 votes
Best answer
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

2 Comments

for max term it should be ~p+ ~q+ r
0
0
thanks for correcting
0
0

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true