Edit MetaData
1Â year, 5Â months ago
1Â year, 5Â months ago
it may seem to you that there will be 3 cases , "if and only if" means that one thing will be included only if the second thing is also included. example --"B is selected if and only if A is selected " in this case make a block of A and B.. either both of them will be included or neither will be included . You will have to make three cases if the statement says something like "if A is selected then B is also selected " .here there will be 3 cases
1Â year, 5Â months ago
Consider this example,
CAT only if IIM
if CAT then IIM may or may not be possible
if no CAT then IIM definitely not possible
if IIM then CAT definitely
if no IIM then CAT may or may not be possible