Math, asked by KhyathiSri, 8 months ago

covert the 2^5 into octal system​

Answers

Answered by salonimishra90
0

Step-by-step explanation:

In decimal to binary, we divide the number by 2, in decimal to hexadecimal we divide the number by 16. In case of decimal to octal, we divide the number by 8 and write the remainders in the reverse order to get the equivalent octal number. Decimal Number: All the numbers to the base ten are called as decimal numbers.

You have to do this question like this ....

hope it helps you ^_^

MARK ME AS BRAINLEIST (≡^∇^≡)

Answered by stalwartajk
0

The octal representation of 2^5 is 40 in the base 8 system.

What is octal system?

The octal system is a positional numeral system that uses a base of 8, which means it has 8 distinct symbols (0, 1, 2, 3, 4, 5, 6, and 7) to represent any number. In this system, each position represents a power of 8, starting with the rightmost position representing 8^0 (which equals 1), the next position to the left representing 8^1 (which equals 8), and so on. The value of a number in the octal system is obtained by multiplying each digit by its corresponding power of 8 and then adding the resulting values.

To convert 2^5 (which is equal to 32 in base 10) into the octal system (base 8), we can use the repeated division method as follows:

Divide 32 by 8. The quotient is 4 and the remainder is 0.

Divide 4 by 8. The quotient is 0 and the remainder is 4.

Therefore, the octal representation of 2^5 is 40 in the base 8 system.

To know more about octal system and given link below -

https://brainly.in/question/45129720

https://brainly.in/question/48043069

#SPJ3

Similar questions