this post was submitted on 11 Oct 2023
0 points (NaN% liked)

Memes

45546 readers
1420 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
0
submitted 1 year ago* (last edited 1 year ago) by hypertown@lemmy.world to c/memes@lemmy.ml
 
you are viewing a single comment's thread
view the rest of the comments
[–] jendrik@discuss.tchncs.de 0 points 1 year ago (1 children)

subtracting one from Exponent means halving (when the base is two):

2⁴ = 16 2³ = 8 2² = 4 2¹ = 2 2⁰ = 1

It's a simple continuation of the pattern and required for mathemarical rules to work.

[–] uberrice@feddit.de 0 points 1 year ago* (last edited 1 year ago)

This is confidently wrong.

3^0 is also 1. 2738394728^0 is also 1.

Edit: just saw that technically you're correct - sure.

IF base 2, Exponent reduction equals to halving - dividing by 2.

For x^y reducing y by one is equal to dividing by x, then we have the proof it always works.