answersLogoWhite

0

You change a number in any base to any other base by iteratively dividing by the second base, using the rules of arithmetic for the first base, recording the remainders in reverse order, until the quotient is zero. For instance, to change 2510 to 110012, follow the steps...

25 / 2 = 12 remainder 1

12 / 2 = 6 remainder 0

6 / 2 = 3 remainder 0

3 / 2 = 1 remainder 1

1 / 2 = 0 remainder 1

Read the remainders from bottom to top to get the result 110012.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you change 23.25 to base two?

(23.25)10=(?)2


What is the decimal in 10 binary?

10 base 2 = 2 base 10


What is 1010 base 2 in base 10?

( 1010 )2 = ( 10 )10


What is log 100 base e?

log 100 base e = log 100 base 10 / log e base 10 log 100 base 10 = 10g 10^2 base 10 = 2 log 10 base 10 = 2 log e base 10 = 0.434294 (calculator) log 100 base e = 2/0.434294 = 4.605175


How do you change 11122 to base 10 numeral?

change 11122 to base ten numeral


What is 1010 in decimal binary?

1010 base 2 = 10 base 10 1010 base 10 = 11 1111 0010 base 2


What is 101 in base 2 minus 11 in base 2?

To subtract in base 2, we need to borrow from the next higher place value if necessary. In this case, when subtracting 11 from 101 in base 2, we need to borrow from the leftmost digit. So, 101 in base 2 is 5 in decimal, and 11 in base 2 is 3 in decimal. When subtracting 3 from 5 in decimal, we get 2 in decimal, which is 10 in base 2. Therefore, 101 base 2 minus 11 base 2 is 10 base 2.


What is 2 plus 10 of the base 10?

20 to the base 10 = 1 Therefore 2 + 1 = 3


Change 147 in base 8 into a base 3 number?

First, convert 147 from base 10 to base 8. The base 8 representation of 147 is 223. Next, convert 223 from base 8 to base 10, which is 2×8² + 2×8¹ + 3×8⁰ = 128 + 16 + 3 = 147. Finally, convert 147 from base 10 to base 3, which is 22000. Thus, 147 in base 8 is represented as 22000 in base 3.


How do you express 101001 as a binary number?

101001, base 10 = 11000101010001001, base 2


How do you change 3 to base 10?

That depends what base the ' 3 ' is in now.


What is the effect on the area of a triangle if the base is doubled and the height is cut in half?

There is no change in the area. Doubling the base and halving the height gives the same area. The formula for area of a triangle is A = bh/2 1/2 (base x height) Example: base 5, height 8 A = (5 * 8)/ 2 = 20 base 10, height 4 A = (10 * 4)/2 = 20