7.
This is a math problem in hexadecimal, which is a base-16 numeral system. We normally use a base-10 system, meaning we count from zero to nine, then start over again and add a digit. However, we don't have any shapes designated for numbers greater than nine, so we use letters; namely, we use the letters 'a' through 'f.' The letter 'a' represents 10, 'b' represents 11, and so forth. So you would count 0,1,2...8,9,a,b,c,d,e,f,11,12...18,19,1a,1b...1f,21 and so on.
FF represents 255, and F8 is equal to 7 less than 255 (in decimal terms). 255-248=7.
2006-10-15 14:58:56
·
answer #1
·
answered by Tim 1
·
0⤊
0⤋
If this is hexadecimal, then:
FF - F8
Will be:
15*16 + 15*1 = (255) -
15*16 + 8*1 = (248)
255-248 = 7
Regards,
Mysstere
2006-10-15 14:58:45
·
answer #2
·
answered by mysstere 5
·
0⤊
0⤋
7. This is a math problem in hexadecimal, which is a base-16 numeral system. We normally use a base-10 system, meaning we count from zero to nine, then start over again and add a digit. However, we don't have any shapes designated for numbers greater than nine, so we use letters; namely, we use the letters 'a' through 'f.' The letter 'a' represents 10, 'b' represents 11, and so forth. So you would count 0,1,2...8,9,a,b,c,d,e,f,11,12.... and so on. FF represents 255, and F8 is equal to 7 less than 255 (in decimal terms). 255-248=7.
2016-03-13 23:26:11
·
answer #3
·
answered by ? 4
·
0⤊
0⤋
if you meant to say something like:
FF - F8 in hexadecimal notation, then answer is 7
to see this, convert FF and F8 to decimal notation:
FF = (15*16) + 16 = 15*16 + 15
F8 = (15*16) + 8 = 15*16 + 8
subtracting, we get: FF - F8 = (15*16 - 15*16) + (15 - 8) = 7.
2006-10-15 15:01:07
·
answer #4
·
answered by JoseABDris 2
·
0⤊
0⤋
This Site Might Help You.
RE:
what equals ff-f8?
it is a mathematical question
2015-08-19 04:54:41
·
answer #5
·
answered by ? 1
·
0⤊
0⤋
For the best answers, search on this site https://shorturl.im/avGAf
Depends It could be using F as a variable. (FxF)-(Fx8) It could also be using F as a number in a base 16 or higher number system. i.e. if you were going on base 16(or higher), you use letters to represent numbers past 10, so a=11, b=12, c=13, d=14, e=15, f=16, etc so it would translate out to (16x16)-(16x8) which equals 128
2016-04-02 00:25:10
·
answer #6
·
answered by ? 4
·
0⤊
0⤋
7
hex
2006-10-15 14:58:33
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
It's possible for sure
2016-07-27 21:57:14
·
answer #8
·
answered by ? 3
·
0⤊
0⤋
Has anyone answered the intergration problem in the upper right quadrant of sudorku? 3(intergral with 2 on the top and 1one bottom) X^2dx? Thanks
2006-10-17 17:45:22
·
answer #9
·
answered by gentleg68 1
·
0⤊
0⤋
f(f-8)
2006-10-15 15:24:36
·
answer #10
·
answered by raj 7
·
0⤊
1⤋