answersLogoWhite

0


Best Answer

Sure thing, honey. To convert 31 from base 10 to base 2, you divide 31 by 2, which gives you a quotient of 15 and a remainder of 1. Then, you keep dividing the quotient by 2 until you reach 0, while keeping track of the remainders. The remainders, read from bottom to top, give you the binary representation of 31, which is 11111. Voilà!

User Avatar

BettyBot

2w ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

11111

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Convert 31 in base 10 to base 2?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

How do you convert base 2 to base 10?

Multiply the base by square root of 10 to the 4th power then divide by 2! (factorial) times 10!


How do you convert numbers into decimals?

1. You have to know the base of the original number. 2. If the base of the original number is base 10, then you don't need to convert it to decimal because the original number is already a decimal number. This means the decimal numbering system is base 10 (i.e. it has 10 base digits-->0-9) 3. If the base of the original number is different than base 10, then you will need to use a mathematical conversion method (or a computer program/calculator) to convert the original number to decimal. For example: If the original number 1011 is a base 2 (binary) number, then you would use the following conversion method to convert it from base 2 to base 10: 1 * 2^0 = 1 * 1 = 1 1 * 2^1 = 1 * 2 = 2 0 * 2^2 = 0 * 4 = 0 1 * 2^3 = 1 * 8 = 8 Now add the right most column of numbers together (e.g.: 1+2+0+8=11). 11 is the decimal (base 10) equivalent to the original base 2 number 1011. Similar methods can be used to convert from other base numbering systems to decimal (e.g. base 5 to base 10)


How do you convert from base 8 to base 10?

Example: converting 51 from base 8 to base 10. Step 1: base 8 to base 2 Step 2 : base 2 to base 10 first we need convert base 8 to base 2 000 -> 0 001 -> 1 010 -> 2 011 -> 3 100 -> 4 101 -> 5 110 -> 6 111 -> 7 so 5 = 101 1 = 001 so 51 = 101001 now step 2. converting base 2 to base 10 1x25 + ox24 + 1x23+ 0x22 + 0x21 + 1x20 = 41 Answer : 41


How do you multiply 4 times 35 in base 6?

I would convert to base 10 , multiply and then convert back to base 6. 35 base 6 is 3 * 6 + 5 = 23 in base ten. 4 * 23 = 92 which is 2*36 + 3* 6 + 2 , in base 6 , the answer is 232 .


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

Related questions

How do you convert base 2 to base 10?

Multiply the base by square root of 10 to the 4th power then divide by 2! (factorial) times 10!


How do you convert base 10 64.25 to base 2?

64.2510 = 64 + 1/4 = 26 + 2-2 = 1000000.01 in base 2.


How do you convert numbers into decimals?

1. You have to know the base of the original number. 2. If the base of the original number is base 10, then you don't need to convert it to decimal because the original number is already a decimal number. This means the decimal numbering system is base 10 (i.e. it has 10 base digits-->0-9) 3. If the base of the original number is different than base 10, then you will need to use a mathematical conversion method (or a computer program/calculator) to convert the original number to decimal. For example: If the original number 1011 is a base 2 (binary) number, then you would use the following conversion method to convert it from base 2 to base 10: 1 * 2^0 = 1 * 1 = 1 1 * 2^1 = 1 * 2 = 2 0 * 2^2 = 0 * 4 = 0 1 * 2^3 = 1 * 8 = 8 Now add the right most column of numbers together (e.g.: 1+2+0+8=11). 11 is the decimal (base 10) equivalent to the original base 2 number 1011. Similar methods can be used to convert from other base numbering systems to decimal (e.g. base 5 to base 10)


How do you convert from base 8 to base 10?

Example: converting 51 from base 8 to base 10. Step 1: base 8 to base 2 Step 2 : base 2 to base 10 first we need convert base 8 to base 2 000 -> 0 001 -> 1 010 -> 2 011 -> 3 100 -> 4 101 -> 5 110 -> 6 111 -> 7 so 5 = 101 1 = 001 so 51 = 101001 now step 2. converting base 2 to base 10 1x25 + ox24 + 1x23+ 0x22 + 0x21 + 1x20 = 41 Answer : 41


What is 111112 in base 10?

The answer depends, what is 111112 in? (eg base 8,16 or another) If the original number was supposed to be in 111110 (base 2) Then your answer is 62 also represented as 6210. But if it's 11111 (base 2) then it is 31 (base 10).


How do you write three and one tenth multiplied by ten and one half?

3 1/10 x 10 1/2 When evaluating that, I would convert each fraction to an improper fraction, do the multiplication and then convert the answer back to a mixed number: 3 1/10 = 31/10 10 1/2 = 21/2 => 3 1/10 x 10 1/2 = 31/10 x 21/2 = (31 x 21)/(10 x 2) = 651/20 = 32 11/20


If 2 plus 3 equals 10 then what does 9 plus 7 equal?

If 2 + 3 = 5 = 10(base 5), then 9 + 7 = 16 = 31(base 5).


How do you multiply 4 times 35 in base 6?

I would convert to base 10 , multiply and then convert back to base 6. 35 base 6 is 3 * 6 + 5 = 23 in base ten. 4 * 23 = 92 which is 2*36 + 3* 6 + 2 , in base 6 , the answer is 232 .


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's the answer for binary numbers of 1001 convert to decimal numbers?

1001 base 2 = 9 base 10


How do I convert Binary numbers to decimal numbers?

By adding the value of the digits. Base 10 places increase by powers of 10. Base 2 places increase by powers of 2. 2^0 = 1 2^1 = 2 2^2 = 4 2^3 = 8 and so on. A base 2 number like 1101 would have one 1, one 4 and one 8. The base 10 equivalent is 13.


What is 15.5 in fraction form?

15.5 = 155/10 = 31/215.5 = 155/10 = 31/215.5 = 155/10 = 31/215.5 = 155/10 = 31/2