I was wondering how one would rewrite f= x(y+z),using only AND and XOR gates, into f=x(yz XOR y XOR z)? xy+xz xy(z+NOTz)+x(y+NOTy)z x(yz+(y XOR z)) Thank you.