it is a mathematical question
the answer should be between 1 and 9
12 Answers
-
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.
-
If this is hexadecimal, then:
FF – F8
Will be:
15*16 + 15*1 = (255) –
15*16 + 8*1 = (248)
255-248 = 7
Regards,
Mysstere
-
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.
-
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.
-
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 (16×16)-(16×8) which equals 128
-
7
hex
-
It’s possible for sure
-
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
-
f(f-8)