answersLogoWhite

0


Verified answer

the highest digit used in octal is 7 so 29 ain't octal.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

shaurya pandey Class...

Lvl 2
2y ago

Play codm and reach pro 1

This answer is:
User Avatar
User Avatar

Bennie Schultz

Lvl 1
2y ago
great answer, thankss
User Avatar

Wilber Greenholt

Lvl 1
2y ago
good answer, thx!
User Avatar

Sibyl Quitzon

Lvl 1
2y ago
thanks

User Avatar

shaurya pandey Class...

Lvl 2
2y ago
plant, sky, land lot, natural landscape
This answer is:
User Avatar
User Avatar

Leann Raynor

Lvl 1
2y ago
I don't know if this is correct.

User Avatar

Anonymous

Lvl 1
4y ago

102

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
4y ago

77

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

29

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

19

This answer is:
User Avatar
Still have questions?
magnify glass
imp
Related questions

How can convert binary to octal?

To convert a binary number to an octal number, you need to know how an octal number is represented in binary. It is like this: 0 = 000 4 = 100 1 = 001 5 = 101 2 = 010 6 = 110 3 = 011 7 = 111 As you can see, an octal number consists of 3 'bits' (either a 0 of a 1). Now, to convert a binary number to an octal number, you first have to group the binary digits into groups of 3 bits (starting from the right). Then, you convert every group of bits into octal numbers. This way you get your binary number into an octal one. For example: (1010100111010010)2 We group them into groups of 3 bits, starting from the right. 1 010 100 111 010 010 As you see, we have a single digit left. We must add 0's to make it a group of 3 bits. 001 010 100 111 010 010 Then we convert every group into an octal number, according to the table above. 001 = 1 010 = 2 100 = 4 111 = 7 010 = 2 010 = 2 And in this way, you converted a binary number into an octal one. (1010100111010010)2 = (124722)8


How do you convert a decimal number to octal number?

One method: Take the decimal number, divide by 8. The remainder of the division will be the least significant (rightmost) digit of the octal number. Take the quotient from the previous step, divide it by 8. The remainder will be the next digit of the octal number (going right to left). Repeat until the quotient is 0. Example: Convert 300 to octal. 300/8 = 37 Remainder 4. 37/8 = 4 remainder 5. 4/8 = 0 remainder 4. So the octal number is 454. You can test this by calculating: 4 * 8^2 + 5 * 8^1 + 4 * 8^0 = 4*64 + 5*8 + 4 = 256 + 40 + 4 = 300.


Why should one study octal and Hexadecimal systems when the digital machine understands only binary system?

Octal and hexadecimal numbers are useful for humans as they compactly represent binary numbers:each octal digit represents exactly 3 binary digitseach hexadecimal number represents exactly 4 binary digitsFor example, instead of trying to read (and remember) the binary number 100111001001 it can be represented as hexadecimal 0x09c9 or octal 04711 which are easier to read (and remember) for humans.


How do you write in words the number 102?

One hundred two.


How do you convert octal numbers to decimal numbers?

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', we will discuss these two systems first before we proceed to the octal number system conversion to decimal.Decimal and Octal Number SystemEveryone knows the decimal number system. It is the main number system we use today, and has 10 discrete digits from 0 to 9. The octal system on the other hand has only 8 digits (hence the name octal). The numbers in an octal system are only from 0-7. That means, there is no 8 and 9 in a normal octal system.Now, while the decimal system is the most commonly used number system for most of the counting that we have to do, where is the octal system used? The octal system is used mainly in computer programming languages. There is a relationship between the octal and the binary system, which makes it very useful while programming computers. It is also often used in place of the hexadecimal system (16 digits), as it has fewer digits.Octal to Decimal: How to ConvertOctal to decimal conversion is one of the most commonly taught problem solving exercises in computer basics. So is there an octal to decimal formula? Yes, an octal number can be converted to a decimal number using the following formula:Decimal Form = Ʃ(ai x 8i)In this formula, 'a' is the individual digit being converted, while 'i' is the number of the digit counting from the right-most digit in the number, the right-most digit starting with 0.For example:Convert (765)8 into decimal:(765)8 = (7 x 82) + (6 x 81) + (5 x 80)= (7 x 64) + (6 x 8) + (5 x 1)= 448 + 48 + 5= 501Hence (765)8 = (501)10We'll take one more example with a four digit number:Convert (1336)8 to decimal:(1336)8 = (1 x 83) + (3 x 82) + (3 x 81) + (6 x 80)= (1 x 512) + (3 x 64) + (3 x 8) + (6 x 1)= 512 + 192 + 24 + 6= 734Thus (1336)8 = (734)10To convert an octal number to decimal, write out the number to be converted, placing each digitunder the proper positionExample:Next, multiply the decimal equivalent by the corresponding digit of the octal number; then, add thiscolumn of figures for the final solution:Solution: 7438 is equal to 4831Now follow the conversion of 265258 to decimal:Solution: 11,60510 is the decimal equivalent of 26,5258To convert a fraction or a mixed number, simply use the same procedure


What is one hundred written as the square of a number?

One hundred is ten squared = 102


What will be answer of3754 in octal multiply?

Multiplication is a binary operation. That means you need to have two (or more) numbers that you multiply together to get an answer. There is only one number in your question.


Who is number one right now for baseball?

Derek Jeter with 102 home run


What is the other number if the product of two numbers is 54672 and one of the numbers is 536 what is the answer?

102


What is 205 divided by 102?

2.0098


How many neutrons does nobelium have?

157; you figure that out by taking the atomic mass (259) and subtract it by the # of protons (102) and the answer is the # of neutrons. ( the atomic #, # of protons, and # of electrons are always the same # 102 ). But each isotope of nobelium has a different number of neutrons, depending on the atomic mass.


What is the least three-digit square number?

One hundred is the least three-digit square number. It is formed by 102.