arrange the following numbers in descending order

(101)16 (110)10 (111000)2 (251)8

To compare them, first we have to convert them in same base that is decimal number system.So first converting 10116 a hexadecimal number system to decimal number system, So 10116=1×162+0×161+1×16010=25710Now second number, 11010=11010 Already in decimal number systemNow taking third number that is in binary number system, 1110002=1×25+1×24+1×23+0×22+0×21+0×2010=5610And last one, 2518=2×82+5×81+1×8010=16910Now we can compare them, 25710>16910>11010>5610or 10116>2518>11010>1110002

  • 2
What are you looking for?