mudkip@lemdro.id to memes@lemmy.worldEnglish · 1 day ago123 + 456 = 123456files.catbox.moeimagemessage-square44fedilinkarrow-up1250
arrow-up1250image123 + 456 = 123456files.catbox.moemudkip@lemdro.id to memes@lemmy.worldEnglish · 1 day agomessage-square44fedilink
minus-squareDeestan@lemmy.worldlinkfedilinkarrow-up36·1 day agoPopmath youtubers: “123+456=123456 😱” actual explanation depends on an obscure redefinition of numbers, + and =.
minus-squareViatorOmnium@piefed.sociallinkfedilinkEnglisharrow-up16·1 day agoIn this case it depends on having base 1 with all digits being equivalent (i.e. 123 = 456 = 000).
minus-squareSerinus@lemmy.worldlinkfedilinkarrow-up3·1 day agoSo effectively 3 + 3 = 6, just counting digits.
minus-squareViatorOmnium@piefed.sociallinkfedilinkEnglisharrow-up1·edit-21 day agoNo, in this system 3 + 3 = 33 or 66 or 12 or 11, etc. Basically any digit is equivalent 1 in normal base 1. EDIT: I blame lack of coffee for misreading Serinus@lemmy.world comment
minus-squareKairuByte@lemmy.dbzer0.comlinkfedilinkarrow-up3·1 day agoYes they were correct. 123 + 456 = 123456 in base 1 (assuming all symbols are considered the same digit) would be equivalent to 3 + 3 = 6 in base 10.
minus-squareVenat0r@lemmy.worldlinkfedilinkarrow-up4·1 day agothat, or you’ve accidentally used string instead of int 😅
Popmath youtubers: “123+456=123456 😱” actual explanation depends on an obscure redefinition of numbers, + and =.
In this case it depends on having base 1 with all digits being equivalent (i.e. 123 = 456 = 000).
So effectively 3 + 3 = 6, just counting digits.
No, in this system 3 + 3 = 33 or 66 or 12 or 11, etc. Basically any digit is equivalent 1 in normal base 1.EDIT: I blame lack of coffee for misreading Serinus@lemmy.world comment
Yes they were correct.
123 + 456 = 123456 in base 1 (assuming all symbols are considered the same digit) would be equivalent to 3 + 3 = 6 in base 10.
that, or you’ve accidentally used
stringinstead ofint😅