What is Decimal 8 Math and Why is it Considered the Hardest?

  • Thread starter Thread starter The_Z_Factor
  • Start date Start date
AI Thread Summary
Decimal 8 math likely refers to the octal number system, which is a base-8 system rather than a decimal (base-10) system. Octal is not considered particularly difficult compared to other mathematical concepts, such as calculus. It is used in specific applications, like UNIX file permissions, where it simplifies binary representation by grouping bits in threes. The confusion may stem from the terminology, as "decimal" typically implies base-10, while "base-8" accurately describes the octal system. Overall, the discussion highlights a misunderstanding regarding the complexity of octal math.
The_Z_Factor
Messages
70
Reaction score
0
Hi everybody, I want to ask about this, and I am not exactly sure what 'type' of math this is, so I put it under general math..sorry if its not the correct place for it.

Anyways, about a year ago my cousin who went to Georgia Tech, was talking to me about math. I asked him what he thought the most complicated math was, and he says, "Well I think decimal 8 math is the hardest". I asked him what it was and he told me that its a number system or a way of doing math using decimals of 8 instead of 10 like our normal number system. He never took the class, he just said its harder than calculus.

So, what is this math? And what is it used for?
 
Mathematics news on Phys.org
Did he mean base-8? Decimal itself implies base-10 you can't have decimal 8 I don't think.
 
Feldoh said:
Did he mean base-8? Decimal itself implies base-10 you can't have decimal 8 I don't think.

That must have been what he said then. It was at least a year ago so I don't exactly remember, but I do remember him mentioning that all the problems are based on decimals of 8 instead of 10. He might have said decimal to make it easier for me to understand, being that I most likely had no clue what he would have meant had he said "base". Thanks for correcting me though.
 
It sounds like he's talking about the octal number system, but there's nothing remotely hard about that. Octal represents numbers in powers of 8.

You may have heard about hexadecimal, which represents numbers in powers of 16. Hexadecimal is useful because it provides a concise way to talk about binary numbers, as it's easy to write down a hexadecimal number by just taking the binary number 4 bits at a time:

101101101111 binary is

B6F hexadecimal.

Octal is also useful, because you can take the bits three at a time:

101101101111 binary is

5557 octal

Octal numbers are used in UNIX to set permissions with chmod, since each group might have read, write, or execute permissions (i.e., 3 bits).
 
He was at Georgia Tech and said he thought "base 8" was the hardest math? He was putting you on!
 
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Back
Top