Thanks for coming to us with your question. I know this answer is quite late, but hopefully it'll be helpful to others.
Answer:
False --> 1011 > 1100
True --> 110 + 111 == 1101
50 --> 1010 x 101
13 --> 110 + 111
17 --> 1010101 / 101
Explanation:
This solution is achieved by calculating the binary operations, then finding either their values or the validity of their statements.
1011 > 1100 is the same as 11 > 12, which is false.
110 + 111 == 1101 is the same as 6 + 7 = 13, which is true.
1010 x 101 is the same as 10 x 5, which is 50.
110 + 111 is the same as 6 + 7, which is 13.
1010101 / 101 is the same as 85 / 5, which is 17.