Divide the number by the new base (7 in this case) to give a quotient (result) and remainder. Note the remainder Make the number the quotient If the quotient is not zero repeat from step 1 Write the...
Simply keep dividing by 2, and make a note of the remainder each time... 249/2 = 124 r 1 124/2 = 62 r 0 62/2 = 31 r 0 31/2 = 15 r 1 15/2 = 7 r 1 7/2 = 3 r 1 3/2 = 1 r 1 1/2 = 0 r 1... Now - reading...
There are four main number systems in the world: the binary system, the octal system, the decimal system and the hexadecimal system. Since this article deals with 'octal to decimal: how to convert',...