jimbocoin on Nostr: Your original formula was: ( final - starting ) / starting * 100 Algebraically, we ...
Your original formula was:
( final - starting ) / starting * 100
Algebraically, we can refactor by distributing the denominator:
( final / starting - starting / starting) * 100
Then simplifying by observing that that any non-zero value divided by itself yields 1:
(final / starting - 1) * 100
This is the form I proposed, which yields the same answers as your original formula, but is easier to enter into the calculator because it has fewer variable terms. The 1 and the 100 are always the same, easy to remember, and optional per my original bonus shortcut explanation.
Published at
2024-09-19 14:52:03Event JSON
{
"id": "a4c442141984cbc12875bd67cf0ac1773337e7c62c7e7cfc517f9c406d346ea3",
"pubkey": "6140478c9ae12f1d0b540e7c57806649327a91b040b07f7ba3dedc357cab0da5",
"created_at": 1726757523,
"kind": 1,
"tags": [
[
"e",
"16e3f326d7e4016e88cfe9b258dde74bd3e4d4cab74241564db83ff2c955670f",
"",
"root"
],
[
"e",
"4c4743167ede086e92c5c7c5390018371f113003d235f3ab0d0376a125ca310b",
"",
"reply"
],
[
"p",
"1c9dcd8fd2d2fb879d6f02d6cc56aeefd74a9678ae48434b0f0de7a21852f704"
]
],
"content": "Your original formula was:\n\n( final - starting ) / starting * 100\n\nAlgebraically, we can refactor by distributing the denominator:\n\n( final / starting - starting / starting) * 100\n\nThen simplifying by observing that that any non-zero value divided by itself yields 1:\n\n(final / starting - 1) * 100\n\nThis is the form I proposed, which yields the same answers as your original formula, but is easier to enter into the calculator because it has fewer variable terms. The 1 and the 100 are always the same, easy to remember, and optional per my original bonus shortcut explanation.",
"sig": "c6b6241c6ac07198946a3b65252623d5ea12a22182dcc9736cfe8983e7e0336781c7ae477ce691ba0303cd7a0f27149bcd8512eaba62c3e3184113106ba26bee"
}