How to convert an exponent to binary number?

  • Context: High School 
  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Binary Convert Exponent
Click For Summary

Discussion Overview

The discussion centers around the process of converting a number, specifically the exponent 23, into its binary representation. Participants explore various methods of conversion, addressing potential confusion regarding terminology and the nature of exponents versus numbers.

Discussion Character

  • Technical explanation, Conceptual clarification, Debate/contested

Main Points Raised

  • One participant inquires about converting an exponent to a binary number, prompting clarification on the terminology used.
  • Another participant asserts that any number can be converted into any base and requests an example to better assist the inquiry.
  • A reference is made to a webpage stating that the binary representation of the exponent 23 is 10111, which is challenged as being a number rather than an exponent.
  • One participant provides a detailed method for converting the decimal number 23 to binary using a positional approach, illustrating the binary digits corresponding to powers of 2.
  • Another participant describes an alternative method involving repeated division by 2 to derive the binary representation, emphasizing the importance of the remainders.
  • A participant notes that the method described works for converting from base 10 to any base, highlighting the general applicability of the division method.

Areas of Agreement / Disagreement

Participants generally agree on the methods for converting numbers to binary, but there is disagreement regarding the interpretation of the term "exponent" in the original question. The discussion remains somewhat unresolved as participants clarify the distinction between exponents and numbers.

Contextual Notes

There is ambiguity in the initial question regarding the term "exponent," which may lead to confusion in the discussion. The methods presented rely on standard procedures for base conversion, but the context of the original inquiry could affect their applicability.

MathematicalPhysicist
Science Advisor
Gold Member
Messages
4,662
Reaction score
372
how to convert an exponent to binary number?
 
Last edited by a moderator:
Mathematics news on Phys.org
What you say does not make much sense -- you can convert any number into any base you want.

Please provide an example of what you're trying to do so that we can help you better.

- Warren
 
That's not an exponent, just a number in binary form. To convert we do the following

16 8 4 2 1
1 0 1 1 1

So, we have one 16, no 8, one 4, one 2, and one 1. We sum them to get 16+4+2+1=23. The division algorithm can be used to convert from decimal to binary.

23-16=7, so we put a 1 in the 16 column.
7-8<0, so we put a 0 in the 8 column.
7-4=3. so we put a 1 in the 4 column.
3-2=1, so we put a 1 in the 2 column.
2-1=1, so we put a 1 in the 1 column.

Thus, 23 in binary form is 10111.
 
The thing that was confusing was that you were asking about
"converting an exponent". You are really just asking about converting a number. The fact that the number happens to be an exponent in the formula is not important.

Another way to do the same thing is:

2 divides into 23 11 times with remainder 1
2 divides into 11 5 times with remainder 1
2 divides into 5 2 times with remainder 1
2 divides into 2 1 time with remainder 0
2 divides into 1 0 times with remainder 1

Now that we have reached "0 times" write the remainders in reverse order : 10111 base 2 is 23 base 10.
 
HallsofIvys methods works for conversion from base 10 to any base, simply divide by the base, the remainder gives the digits in the new base, starting with the least significant.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 28 ·
Replies
28
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K