Sets and Logics, problem to solve a question

  • Thread starter Thread starter NightFire
  • Start date Start date
  • Tags Tags
    Sets
Click For Summary

Homework Help Overview

The discussion revolves around converting the hexadecimal number (AC3)16 to its decimal equivalent. Participants are exploring the conversion process and addressing common misconceptions related to base conversions.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants are attempting to understand the conversion from hexadecimal to decimal, with some providing hints and others referencing external resources. There are questions about the correct interpretation of hexadecimal digits and their decimal equivalents.

Discussion Status

There is an ongoing exchange of hints and attempts to clarify the conversion process. Some participants are questioning the accuracy of their conversions and the understanding of base systems, while others are providing guidance on how to approach the problem.

Contextual Notes

Some participants express confusion regarding the use of similar notations for different bases, which may be affecting their understanding of the conversion process. There is a mention of homework constraints and the need for clarity in base definitions.

NightFire
Messages
11
Reaction score
0

Homework Statement



Convert (AC3)16 to base 10.

I'm new to this kind of material. I would really appreciate your help for this one.
Thanks,
Roy


Homework Equations





The Attempt at a Solution


 
Physics news on Phys.org
Hi Roy! :smile:

Hint: what is (A00)16 to base 10 ? :wink:
 
See http://www.permadi.com/tutorial/numHexToDec/index.html" and try it yourself. Remember that:
the hexadecimal digit A corresponds to the decimal number 10,
the hexadecimal digit B corresponds to the decimal number 11,
...
the hexadecimal digit F corresponds to the decimal number 15.
 
Last edited by a moderator:
so basically its: (10123)16 ?? did i convert it correctly?
 
tiny-tim said:
hi roy! :smile:

Hint: What is (a00)16 to base 10 ? :wink:

(1010100)10 ?
 


Consider the number 152 in base 10. Another way to write this number is 2*100+5*101+1*102.
If we change the base, we just change all of those tens. For example
152(base 8)=2*80+5*81+1*82=2+40+64=106(base 10)
Can you write AC3(base 16) in the form above?
 


Zach Knight said:
Consider the number 152 in base 10. Another way to write this number is 2*100+5*101+1*102.
If we change the base, we just change all of those tens. For example
152(base 8)=2*80+5*81+1*82=2+40+64=106(base 10)
Can you write AC3(base 16) in the form above?

i see.
so basically i can write it this way?? : (AC3)16 = (10123)10
3*10^0 + 2*10^1 + 1*10^2 + 0*10^3 + 1*10^4 ?

Thanks
 


Somebody?! :(
 
  • #10


NightFire said:
i see.
so basically i can write it this way?? : (AC3)16 = (10123)10
3*10^0 + 2*10^1 + 1*10^2 + 0*10^3 + 1*10^4 ?

Thanks

In base 16, A=10 C=12 so 10(16^2) + 12(16) + 3 = 2560 + 192 + 3 = 2755 b10 = AC3 b16

What would FF be in base 10?
 
Last edited:
  • #11


sw vandecarr said:
in base 16, a=10 c=12 so 10(16^2) + 12(16) + 3 = 2560 + 192 + 3 = 2755 b10 = ac3 b16

what would ff be in base 10?

10(10^2) + 12(10) + 3 = 1000+120+3= 1123

??
 
  • #12


NightFire said:
10(10^2) + 12(10) + 3 = 1000+120+3= 1123

??

You are wrongly multiplying on a base of 10. AC3 is a base 16 number so 16 is your base for conversion to base 10. 10 b16 = 16 b10; 100 b16= 16^2 = 256 b10; FF b16 = 255 b10. The base 16 "digits" are 0 1 2 3 4 5 6 7 8 9 A B C D E F. You are probably confused (as many are) because the same notation is used for the first ten digits (including zero). It would probably be better if we made up all new digits for different bases, but that's not the case. So 99 b16 = 9(16) + 9 = 144+9 = 153 b10. Nine (9) is not the highest digit in base 16.
 
Last edited:

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 24 ·
Replies
24
Views
6K
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 37 ·
2
Replies
37
Views
6K
  • · Replies 18 ·
Replies
18
Views
3K