Discrete Math - Counting Theory

AI Thread Summary
The discussion centers on calculating the number of hexadecimal numbers between 30 and AF. The conversion of hexadecimal 30 to decimal is 48, while AF converts to 175, resulting in 126 hexadecimal numbers between them. A comparison is made with another example involving 50 and FF, where the calculation yields 174 numbers. The confusion arises from whether to include the endpoints in the count, leading to different totals. Ultimately, the correct understanding emphasizes the importance of endpoint inclusion in counting hexadecimal numbers.
sjaguar13
Messages
49
Reaction score
0
Hexadecimal numbers are made using the sixteen digits 0 - 9, A-F. how many hexadecimal numbers are there between the hexadecimal numbers 30 and AF?

There are 8 numbers between 3 and A, so I got 3 x 16, but I don't really know.
 
Physics news on Phys.org
Try converting AF to a base 10 number.

How many numbers are between 30 and this number?
 
30 = 48
AF = 175

126 numbers between

However, the example in the book is 50 and FF and the solution is, 5 and F is 11 numbers away. There are 16 hexadecimal numbers, so there are 11 x 16 hexadecimal numbers.
50 = 80
FF = 255
That comes out to be 174 numbers. That's not 11 x 16.
 
sjaguar13 said:
30 = 48
AF = 175

126 numbers between

However, the example in the book is 50 and FF and the solution is, 5 and F is 11 numbers away. There are 16 hexadecimal numbers, so there are 11 x 16 hexadecimal numbers.
50 = 80
FF = 255
That comes out to be 174 numbers. That's not 11 x 16.

176 includes 50 and FF. 174 excludes 50 and FF.
128 inculdes 30 and AF. 126 excludes 30 and AF. (In your original post you said 3x16, I think you meant 8x16. Also, thanks for catching my mistake, I forgot that 30 was also a hexidecimal number.)
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top