I’m not a fan of this at all and wish people would treat percentages as if they were a unit. x% is x of y per 100 total.
x% = x yi / 100 ytotal
Where yi is the species in question.
My cup is 90% full: My cup contains 90 unitswater / per 100 unitscup
This is why I don’t like Baker’s percentages. I guess it makes sense, because it’s still per cent, but they’re mixing the meaning used practically everywhere else these days.
50% water for baking isn’t 50 unitswater / per 100 unitsdough, it’s 50 unitswater / per 100 units**flour**. In my mind that means you have 33.33% hydration, not 50%…
Just feels weird to not express that as a ratio. But I guess it’s a shorthand that works for them :/
No worries. Yeah I get that it’s a bit weird if you know how to do it properly but it’s actually a fairly helpful trick for quickly calculating discounts, which I assume is the indented use. Remember, calculators were designed for lazy business folks who suck at math.
This is exactly how someone who failed HS math would think about the problem, and conveniently, it just works.
And yes I was stunned as well when I learned it, because that’s not how it’s taught in schools. I used to do exactly what the previous commenter did, and then one day I saw some illiterate mouthbreather type it in like that and I was like “nuh-uh, that’s not how that works, gimme that thing and let me show you.” And I typed it in the long and “correct” way, and whaddayaknow? Same result.
But it makes sense when you think about it, calculators were literally invented for business use (and most business people are notoriously bad at math), and one of the most common uses in business is figuring out how much something should cost after applying a discount.
It works on both. I tried the calculator apps on iOS and Windows and they both worked that way. And if you still have a regular old digital calculator, it should work on that too.
Sigh. Yes on a computer/phone/browser I can see that. On a real life calculator, (which you even referenced as a “regular old digital calculator”) I’ve not see that. That’s what I’ve been talking about from the start JFC.
Both? The cheap simple calculators I used decades ago would work if I typed 1 then 0 then 0 then - then 1 then 0 then %. Granted, I have experience with maybe 3 calculators in my life, so I might have just gotten lucky.
Readability is important. I do the same thing, because just because something is technically correct doesn’t mean there isn’t a better way to do it. I’m very pro-bracket.
Yeah if you put it:
100 - (100 x 0,1) = 90
90 + (90 x 0,1) = 99
It comes quite obvious. And I know the brackets are redundant, but my coder mind forces brackets to all math formulas for readability.
Was it on purpose, maybe.
Even
100 - 10% = 90
90 + 10% = 99
Works better than what he did, because that’s how you’d enter it on a standard calculator.
100 - 10/100 ≠ 90
I’m not a fan of this at all and wish people would treat percentages as if they were a unit. x% is x of y per 100 total.
x% = x yi / 100 ytotal
Where yi is the species in question.
My cup is 90% full: My cup contains 90 unitswater / per 100 unitscup
This is why I don’t like Baker’s percentages. I guess it makes sense, because it’s still per cent, but they’re mixing the meaning used practically everywhere else these days.
50% water for baking isn’t 50 unitswater / per 100 unitsdough, it’s 50 unitswater / per 100 units**flour**. In my mind that means you have 33.33% hydration, not 50%…
Just feels weird to not express that as a ratio. But I guess it’s a shorthand that works for them :/
Yes I understand all that but I’m telling you standard calculators literally work that way.
Just launch the calculator app on your phone or computer and give it a try, you’ll see.
I never used the percent button, lol. I am not about to start. Something about this doesn’t jive with my soul.
This is very upsetting
Thanks for the heads-up. I would have been happier never knowing haha
The implied brackets. THE IMPLIED BRACKETS!! The horror.
Thanks for the response kind soul
No worries. Yeah I get that it’s a bit weird if you know how to do it properly but it’s actually a fairly helpful trick for quickly calculating discounts, which I assume is the indented use. Remember, calculators were designed for lazy business folks who suck at math.
This is exactly how someone who failed HS math would think about the problem, and conveniently, it just works.
Um you can type like that into a calculator? Any answers please specify an actual calculator vs computer.
Sure can.
And yes I was stunned as well when I learned it, because that’s not how it’s taught in schools. I used to do exactly what the previous commenter did, and then one day I saw some illiterate mouthbreather type it in like that and I was like “nuh-uh, that’s not how that works, gimme that thing and let me show you.” And I typed it in the long and “correct” way, and whaddayaknow? Same result.
But it makes sense when you think about it, calculators were literally invented for business use (and most business people are notoriously bad at math), and one of the most common uses in business is figuring out how much something should cost after applying a discount.
Like an actual calculator or one on the computer?
It works on both. I tried the calculator apps on iOS and Windows and they both worked that way. And if you still have a regular old digital calculator, it should work on that too.
Nope just tried. 7+10% = 7.1 It converted 10% to be 0.1
Sigh. Yes on a computer/phone/browser I can see that. On a real life calculator, (which you even referenced as a “regular old digital calculator”) I’ve not see that. That’s what I’ve been talking about from the start JFC.
Most of the ones I’ve used work that way.
An actual calculator or a computer?
Both? The cheap simple calculators I used decades ago would work if I typed
1
then0
then0
then-
then1
then0
then%
. Granted, I have experience with maybe 3 calculators in my life, so I might have just gotten lucky.Decimal commas ain’t 'merican: you’d totally throw them with your weird euro math.
I think of it as
100 x 0.9 = 90
90 x 1.1 = 99
Am I the odd one out?
Percentages for show, decimals for a pro
Shameless plug for Engineering Memes community ported during the great API migration: !engineeringmemes@lemmy.world
Yes.
But also, Barqs does have bite.
100(1-0.1)=90
90(1+0.1)=99
Readability is important. I do the same thing, because just because something is technically correct doesn’t mean there isn’t a better way to do it. I’m very pro-bracket.