answersLogoWhite

0


Best Answer

The number system based on thirty is trigesimal, 32 is probably called duotrigesimal.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a number system with base 32 called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the base 2 logarithm of 32 a rational number or an irrational number?

Rational.


Definition of Base as math term?

The base number is the the number that is being repeatedlymultiplied in exponent problems. Example: 32 _ three is the base and two is the exponent


Can you represent an eight digit number with a five digit number?

Not in a way that would be generally understood. However, it is possible. An 8-digit number in base 10 can be represented by a 5-digit number in base 32. For example, extending the scheme for labeling digits for base 32, VVVVV32 = 3355443110 Similarly, the 8-digit number 33333333 in base 4 is the 5-digit number 65535 in base 10


What are numbers with a fractional part called?

A number such as 32/7 is called a mixed number.


WHICH number system is used by 32-bit number system?

BIT means binary digit. So it is binary.


What number has 3 tens 2 ones?

The number that has 3 tens and 2 ones is 32. In the base-10 number system, each place value represents a power of 10, so the digit in the tens place is multiplied by 10 and the digit in the ones place remains as it is. Therefore, 3 tens is equal to 30 and 2 ones is equal to 2, making the number 32.


How do you convert binary number 110010 to decimal?

110010 base 2 has one 2, one 16 and one 32 32 + 16 + 2 = 50 base 10


What factor of 32 is a perfect square?

Squaring is the function used when we multiply a number by itself. The number you are multiplying is called the baseand the exponent 2 indicates you are multiplying the base by itself. base2 = base x base = square Squaring is the function used when we multiply a number by itself. The number you are multiplying is called the base and the exponent 2indicates you are multiplying the base by itself. base2 = base x base = square


How is a binary number converted to a decimal number?

This is done in the same manner of converting a number in any non-decimal base (not base 10) to a decimal (base 10) number: In each base system, the place value columns are the base times bigger than the column to its right. The column before the base-point is the units or ones column. The next column left is the 1 × base = base column, the next column left is the base × base = base² column and so on. To convert the number, sum each each digit of the base multiplied by its place value column. For base 2, the place value columns (left from just left of the binary-point) are 1, 2, 2² = 4, 2³ = 8, 16, 32, ... As a binary number only has 1s and 0s, converting a binary number to decimal is simply adding together the value of the place value columns that have a 1. eg 101101₂ = 32 × 1 + 16 × 0 + 8 × 1 + 4 × 1 + 2 × 0 + 1 × 1 = 32 + 8 + 4 + 1 = 45


What is the decimal equivalent of the binary number 110100?

110100 (base 2) = 32+16+4 = 52 (base 10)


Number system in 32-bit computer?

Type your answer here... 2


Why 32 IN BASE 3 cannot be represented?

3210 in base 3 is 10123 However, if you mean 323 then this is NOT a number. The maximum value each digit of a number can be is one less than the base. In base 3, the maximum value for any digit is 3 - 1 = 2. No digit can be anything other than 0, 1 or 2. Thus 32 (containing the digit 3) cannot be a base 3 number.