answersLogoWhite

0


Best Answer

If we are using base 8 then 127 = (7 * 80) + (2 * 81) + (1 * 82) = 7 + 16 + 64 = 87 [i.e. (7 * 100) + (8 * 101)] in the decimal (base 10) system. In binary (base 2) we would write this as:

1010111.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is decimal and binary equivalent of an octal number 127?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Convert the decimal numbers 1987 to binary then to octal?

In binary this number is equivalent to 11111000011 while in octal it is 3703


Convert the hexadecimal number 221122 into binary octal and decimal?

221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610


The number FF in Hexadecimal system is equivalent to?

255 in decimal. 377 in octal. 11111111 in binary.


Is 75 an octal number?

Yes. The hex equivalent is 3D and the binary is 111101. The decimal is 61.


What is the binary equivalent of the octal number 76?

Octal 76 = 111110


How do you convert octal to binary with 2 decimal nos?

The conversion of octal number to binary can be obtained by using two methods. First, it can be converted into decimal and then obtained decimal is converted into binary. In the second method


What is the octal equivalent for the binary number 100?

4


What is the octal equivalent of the binary number 101001?

51


What is the binary equivalent hexa number of AB5D base 16?

The binary equivalent would be... 1010101101011101 - There is a multi-functional calculator built-in to Windows which can covert numbers between Hex, Decimal, Octal and Binary.


What is binary equivalent of the octal number 13.54?

Invalid octal number.* * * * *No, it is not an invalid octal.13.54, in decimal form is 1*81+ 3*80+ 5*8-1+ 4*8-2 = 8+35/8+4/64= 14.687510.In binary, that is 1110.1011


Can mechanical calculator used for octal number or binary number?

In theory, yes.In practice, you would have to change the mechanism from its decimal design to the octal or binary design.


What are four common number formats?

Decimal, binary, octal and hexadecimal.