a) draw the logic circuit corresponding to the following logic expression. use only 2- input and gates, 2- input or gates, 2-input xor gate and 1- input not gate. b) c) determine output y when inputs a=’1’, b=’0’ and c=’1’. y= (((not(not(a) and b)) or not(c))xor a) and (a or not (c))