Design a combinational logic circuit to detect prime numbers between 0 and 15. (Remark: 1 is not a prime number) The combinational circuit must have 4 binary inputs (x1,x2,x3,x4) and a single output (y). The output value will be "1" when the binary input is a prime number, otherwise the output will be "O".

Form the truth table and simplify the function using K-map.