A problem with a septimal system.

  • Thread starter Thread starter usermath
  • Start date Start date
  • Tags Tags
    System
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
usermath
Messages
5
Reaction score
0
I'm reading a textbook of mathematics 'What is mathematics?' and I've got a problem with septimal system.

Symbol 10416 in the septimal system denote 2610 (decimal system).

[itex]1*7^4+0*7^3+4*7^2+1*7+6 = 2610[/itex]

But I can't understand why 7416 in the septimal system denote 2610 too.

[itex]7*7^3+4*7^2+1*7+6 = 2610[/itex]

Where is my mistake?
 
Physics news on Phys.org
In base N you only use numbers 0 to N-1.

Examples:
Binary (base 2): 0 and 1
Decimal (base 10): 0 to 9
etc
 
The digit "7" does not exist in the septimal system.

ehild
 
Ok. I see. In the septimal system a base is 7 i.e. 0 to 6. I thought 1 to 7. It was my mistake.

Thanks for your answers.
 
Also, 7*7^3 = 7^4, whatever system you are using.
 
7*7^3 = 7^4

Thank you.