Simplify and implement the following logic functions as a single Static CMOS gate. Simplification of the logic expression to fewer literals can make the CMOS gate simpler (fewer transistors, fewer series connected transistors) too. (i) f=[a*(b+c)+b*d] ' (ii) f=(a+b)*(a+c)*(b+d) (iii) f=[a+b*c+a*b*c]^(') (iv) (i) Y=A (buffer) (v) (ii) Y=A*B^(')+A^(')*B (*OR) (vi) (iii) Y=A^(')*B^(')+A*B NOR