Sets and Logics, problem to solve a question

  • Thread starter NightFire
  • Start date
  • Tags
    Sets
F is. F in base 10 is 15. So FF b16 = 15(16) + 15 = 240+15 = 255 b10.In summary, to convert a hexadecimal number to base 10, we use the base 16 digits 0-9 and A-F, where A=10, B=11, C=12, D=13, E=14, and F=15. We multiply each digit by the corresponding power of 16 and sum the results to get the decimal equivalent. For example, (AC3)16 = 10(16^2) + 12(16) + 3 = 2755 base 10.
  • #1
NightFire
11
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
  • #2
Hi Roy! :smile:

Hint: what is (A00)16 to base 10 ? :wink:
 
  • #3
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:
  • #4
so basically its: (10123)16 ?? did i convert it correctly?
 
  • #6
tiny-tim said:
hi roy! :smile:

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

(1010100)10 ?
 
  • #7


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?
 
  • #8


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
 
  • #9


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:

Related to Sets and Logics, problem to solve a question

1. What is a set in mathematics?

A set in mathematics is a collection of distinct objects, called elements, that are grouped together based on a common characteristic or property. It is denoted by curly braces { } and the elements are separated by commas.

2. What are the different types of sets?

The different types of sets are finite sets, infinite sets, empty sets, and singleton sets. Finite sets have a limited number of elements, whereas infinite sets have an uncountable number of elements. Empty sets have no elements, and singleton sets have only one element.

3. How are sets and logic related?

Sets and logic are closely related because logic is used to define and manipulate sets. Sets are defined using logical statements, and operations on sets such as union, intersection, and complement are based on logical operations.

4. What is the difference between a set and a subset?

A set is a collection of elements, whereas a subset is a set that contains only some of the elements of another set. In other words, all the elements of a subset are also present in the original set, but the original set may have additional elements.

5. How can sets and logic be used to solve problems?

Sets and logic can be used to solve problems by identifying the relationships between different sets and using logical operations to manipulate them. This can help in organizing and analyzing information, making deductions, and finding solutions to complex problems.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
4
Views
472
  • Precalculus Mathematics Homework Help
Replies
24
Views
5K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
973
  • Precalculus Mathematics Homework Help
Replies
17
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
Back
Top