20 points!!!! Which formulas return TRUE, if the value in call B4 is 12 and the value in C4 is 29?

1._____ and 2._____ return TRUE, if the value in cell B$ is 12 and the value in C4 is 29

1.a.=XOR(B4>12;C4=9). 2.a.=AND(B4=12;C4<9)
B.=AND(B4=12;C4<9). B.=AND(B4=12;C4>9)
C.=XOR(B4=12;C4<9). C.=XOR(B4>12;C4<9)