please provide good answer.
1). Let S = { 1,2,3, …., n} for some positive integer n. Define
the operations + and . on S as x + y = max{ x, y
}, and x.y = min{ x, y }. Is it possible to make S into a Boolean
algebra with these two operations? Explain your reasoning.
[ Note: max{ x, y } returns the maximum of the values x
and y, and min{ x, y } returns the...