I I am trying to decide when I should cut my lawn. Your job is to design a logic circuit whose output Y is equal to I when I should cut it, and 0 when I should not. The circuit will receive three input variables (A,B,C) that answer three different yes/no questions ( 1=yes,0= no).
A<= Does the lawn looks "too high"?
B<= Does it have many weeds?
C<= Does my lawn looks "kind of OK"?
I think I should cut my lawn if it looks too high AND has many weeds. I should also cut it if it DOES NOT look "Kind of cool" AND has many weeds.
Write the logic equation for Y in terms of A,B,C that solves this problem, and draw the logic diagram using a 4 to I Multiplexer.