gonk 0 Posted May 16, 2011 Number conversions... Answer if in Senary 11130151121010101315 Binary 10100111011100110110000111101110010111101100101111 Ternary 10120120120111201120201122010102 Quaternary 2213130312013232113230233 Quinary 1233012043414213421204 Senary 11130151121010101315 Septenary 311060122552533653 Octal 24734660756275457 Nonary 3516514646648112 Decimal 736456024357679 Undecimal 1A372627842106A Duodecimal 6A72214057A83B Base 13 257C1674946422 Hexadecimal 29DCD87B97B2F Vigesimal 3BI7G57C4E3J Arabic numerals 736456024357679 Share this post Link to post Share on other sites
sothis 10 Posted May 16, 2011 Number conversions... Answer if in Senary 11130151121010101315 Binary 10100111011100110110000111101110010111101100101111 Ternary 10120120120111201120201122010102 Quaternary 2213130312013232113230233 Quinary 1233012043414213421204 Senary 11130151121010101315 Septenary 311060122552533653 Octal 24734660756275457 Nonary 3516514646648112 Decimal 736456024357679 Undecimal 1A372627842106A Duodecimal 6A72214057A83B Base 13 257C1674946422 Hexadecimal 29DCD87B97B2F Vigesimal 3BI7G57C4E3J Arabic numerals 736456024357679 If that is correct then the binary code converter comes up with "10100111011100110110000111101110010111101100101111: Error: Malformed binary. Your binary code is must be divisible by 8". Thus either the questions asked are not correctly answered or we have to look at possibilities of translating whatever is hidden in this code in another way - such as hex, for example. Share this post Link to post Share on other sites
mankyle 418 Posted May 16, 2011 What about using the answer in binary as morse code? Share this post Link to post Share on other sites
Hoot1988 0 Posted May 16, 2011 Is it Longitude and Latitude? Share this post Link to post Share on other sites
Przemek_kondor 13 Posted May 16, 2011 What about using the answer in binary as morse code? you can't do this without knowing pause sequence (morse code needs 3 different chars, not 2) Share this post Link to post Share on other sites
gonk 0 Posted May 16, 2011 If that is correct then the binary code converter comes up with "10100111011100110110000111101110010111101100101111: Error: Malformed binary. Your binary code is must be divisible by 8". that is a real/correct binary number...I can not comment on the answers... Share this post Link to post Share on other sites
birtuma 28 Posted May 16, 2011 Which adventure game did they develop? Share this post Link to post Share on other sites
maddogx 13 Posted May 16, 2011 In order for a binary number to be divisible by eight, the last three digits need to be 000. (Assuming it's big-endian.) Share this post Link to post Share on other sites
oldbear 390 Posted May 16, 2011 (edited) their 1st game ^^ and also Father Frost Edited May 16, 2011 by Old Bear Share this post Link to post Share on other sites
roberthammer 582 Posted May 16, 2011 Which adventure game did they develop? http://www.sprocketidea.com/joomla/index.php?page=shop.product_details&flypage=sprocket.tpl&product_id=6&category_id=1&option=com_virtuemart&Itemid=2 Share this post Link to post Share on other sites
Hoot1988 0 Posted May 16, 2011 Which adventure game did they develop? Fairy Tale http://www.bistudio.com/fairytale/ Share this post Link to post Share on other sites
markocro 66 Posted May 16, 2011 In order for a binary number to be divisible by eight, the last three digits need to be 000. (Assuming it's big-endian.) yep, tree numbers missing Share this post Link to post Share on other sites
Varanon 892 Posted May 16, 2011 Error: Malformed binary. Your binary code is must be divisible by 8". Ahem... Whatever application was responsible for this message is botched. It's like saying a decimal number has to have a certain amount of digits. Binary numbers are just numbers with a different base than 10. Just because computers usually use 8 bits as their smallest storage unit does not make other binary numbers invalid. ---------- Post added at 10:40 AM ---------- Previous post was at 10:40 AM ---------- yep, tree numbers missing No, just add three leading zeroes to satisfy broken applications Share this post Link to post Share on other sites
maddogx 13 Posted May 16, 2011 Ah, so it means the length of the binary number needs to be divisible by eight. Not the number itself. In that case my 000 suggestion is wrong. Btw, padding the binary number with zeros only produces gibberish. Share this post Link to post Share on other sites
sothis 10 Posted May 16, 2011 (edited) Adding three zeroes to the end of that binary code does not satisfy the broken application. Tried using another converter and got nothing but nonsense, but for the sake of the cluefinding, this is the nonsense I found: §saî^Ë without adding three zeroes. When I DID add the three zeroes, it gave me the same result. We have to consider firstly if all answers are correct - we have not done so just yet, have we? Edited May 16, 2011 by sothis Share this post Link to post Share on other sites
Hoot1988 0 Posted May 16, 2011 Anyway it can be made into a longitude and latitude coordinates? Share this post Link to post Share on other sites
Varanon 892 Posted May 16, 2011 Adding three zeroes to the end of that binary code does not satisfy the broken application. Not to the end... leading zeroes, i.e. at the beginning. Share this post Link to post Share on other sites
maddogx 13 Posted May 16, 2011 Adding three zeroes to the end of that binary code does not satisfy the broken application.Tried using another converter and got nothing but nonsense, but for the sake of the cluefinding, this is the nonsense I found: You would need to add six zeros to the left. But like I said, it only produces gibberish. Share this post Link to post Share on other sites
Alwarren 2767 Posted May 16, 2011 Adding three zeroes to the end of that binary code does not satisfy the broken application. Not at the end, at the beginning. You don't usually write "002011" but "2011" because you don't write leading zeros. Share this post Link to post Share on other sites
darkiron 1 Posted May 16, 2011 if i take binaries to dived by 7 bits we have 7 values: 164 115 97 238 94 195 192 Share this post Link to post Share on other sites
Mainstriker 0 Posted May 16, 2011 (edited) Number conversions...Answer if in Senary 1113 0151 1210 1010 1315 Uhm... the number is supposed to be 1113 0151 1200 1010 1310 right? the 1 in the third block after the 2 is wrong. That was question: Did all members of Force Recon team Razor survive Operation Harvest Red? Which is "no" but was assumed "yes" in the beginning by someone. Edited May 16, 2011 by Mainstriker Share this post Link to post Share on other sites
maddogx 13 Posted May 16, 2011 1113 0151 1200 1010 1310 ^^ That's what I got. Unable to make sense of it so far. This is a tough one. Share this post Link to post Share on other sites
klamacz 448 Posted May 16, 2011 1113 0151 1200 1010 1310^^ That's what I got. Unable to make sense of it so far. This is a tough one. same with me, I can confirm Share this post Link to post Share on other sites
Hoot1988 0 Posted May 16, 2011 (edited) Ignore, my bad. Edited May 16, 2011 by Hoot1988 Share this post Link to post Share on other sites
Przemek_kondor 13 Posted May 16, 2011 1113 0151 1200 1010 1310^^ That's what I got. Unable to make sense of it so far. This is a tough one. Important years of some country? Share this post Link to post Share on other sites