
I converted 199, 77, and 202 into bytes and got:
199 - 11000111
77 - 01001101
202 - 11001010
then I put them together into a 24 bit long string which looks like this: 110001110100110111001010 (199 then 77 then 202)
I then took that as a single binary number and converted into decimal, and got: 26043146, which is not the answer.
I've double checked all of the math, but apparently I'm missing something?