Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: [OT] math fulguration

by salva (Canon)
on Apr 06, 2021 at 14:27 UTC ( [id://11130897]=note: print w/replies, xml ) Need Help??


in reply to [OT] math fulguration

Does some mathematician knows if the above fulguration I had is a known fact?

Yeah, fortunately! That succession of powers is the base of the positional notation used to represent numbers!

So, what do you get when you subtract 1 to a power or 10? a string of nines. What do you get when you do the same to a power of 16 in hexadecimal? a string of F's. What do you get when you subtract one to a power of 2 in binary? a string of ones.

For instance:

9000 = 9 * 1000 = (10 - 1) * 10 ** 3 900 = 9 * 100 = (10 - 1) * 10 ** 2 90 = 9 * 10 = (10 - 1) * 10 ** 1 + 9 = 9 * 1 = (10 - 1) * 10 ** 0 ----- 9999 = 9 * 1111 = (10 - 1) * 1111 9999 + 1 ----- 10000 = 10 ** 4

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11130897]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-26 06:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found