What is 00100110 + 01010111?

So basically I am doing this thing and it says what is 00100110 + 01010111.

00100110 = k in binary 01010111 = X in binary

I naturally went to wikipedia and searched Alphabet. This gave me a grid where it showed me what letter corresponded to what number.

k is 11

X is 24

I added these together to get 35. I put in 35,1124,2411,13 and all of those in binary. These were ALL incorrect somehow.

I do not know what else it could be!

5

1 Answer

Characters of the alphabet are often used as a way of tagging a number so it can be easily referred to, so if the problem is not specifically asking you to guess a character out of it, the answer would be 125 in binary.

100110 = 38 1010111 = 87

100110 + 1010111 = 1111101 = 125

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like