Find BPM percentage difference using math - something not adding up right?
$begingroup$
I asked this question about 2 and a half years ago on how to find the percentage difference between 2 bpms ( I apologize if this seems extremely simple... my math / algebra skills are not that good, I fell asleep in all of my algebra classes in highschool and was put in the dumb math class):
How to find percentage change between original and final BPM
At the time all my original files were 100bpm... but now I want to be able to have different source bpms... so I changed the source bpm to 120 and desired bpm to 85 and I get -.35 but when I subtract 35% from 120bpm I get 42 not 85... what am I doing wrong?
If your initial number is a and your final number is b, then the percentage change x from a to b is given by
x=b−a100
For example, if a=100 and b=134, then
x=134−100100=0.34=34%
If a=100 and b=78, then
x=78−100100=−0.22=−22%
algebra-precalculus
$endgroup$
add a comment |
$begingroup$
I asked this question about 2 and a half years ago on how to find the percentage difference between 2 bpms ( I apologize if this seems extremely simple... my math / algebra skills are not that good, I fell asleep in all of my algebra classes in highschool and was put in the dumb math class):
How to find percentage change between original and final BPM
At the time all my original files were 100bpm... but now I want to be able to have different source bpms... so I changed the source bpm to 120 and desired bpm to 85 and I get -.35 but when I subtract 35% from 120bpm I get 42 not 85... what am I doing wrong?
If your initial number is a and your final number is b, then the percentage change x from a to b is given by
x=b−a100
For example, if a=100 and b=134, then
x=134−100100=0.34=34%
If a=100 and b=78, then
x=78−100100=−0.22=−22%
algebra-precalculus
$endgroup$
add a comment |
$begingroup$
I asked this question about 2 and a half years ago on how to find the percentage difference between 2 bpms ( I apologize if this seems extremely simple... my math / algebra skills are not that good, I fell asleep in all of my algebra classes in highschool and was put in the dumb math class):
How to find percentage change between original and final BPM
At the time all my original files were 100bpm... but now I want to be able to have different source bpms... so I changed the source bpm to 120 and desired bpm to 85 and I get -.35 but when I subtract 35% from 120bpm I get 42 not 85... what am I doing wrong?
If your initial number is a and your final number is b, then the percentage change x from a to b is given by
x=b−a100
For example, if a=100 and b=134, then
x=134−100100=0.34=34%
If a=100 and b=78, then
x=78−100100=−0.22=−22%
algebra-precalculus
$endgroup$
I asked this question about 2 and a half years ago on how to find the percentage difference between 2 bpms ( I apologize if this seems extremely simple... my math / algebra skills are not that good, I fell asleep in all of my algebra classes in highschool and was put in the dumb math class):
How to find percentage change between original and final BPM
At the time all my original files were 100bpm... but now I want to be able to have different source bpms... so I changed the source bpm to 120 and desired bpm to 85 and I get -.35 but when I subtract 35% from 120bpm I get 42 not 85... what am I doing wrong?
If your initial number is a and your final number is b, then the percentage change x from a to b is given by
x=b−a100
For example, if a=100 and b=134, then
x=134−100100=0.34=34%
If a=100 and b=78, then
x=78−100100=−0.22=−22%
algebra-precalculus
algebra-precalculus
asked Jan 6 at 5:11
JeffJeff
1085
1085
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You need to do $$frac{120-85}{120}approx0.29$$
If you want in percent, multiply the answer by $100$.
Also the number $42$ is $35%$ of $120$, not $65%$.
$endgroup$
1
$begingroup$
Thanks Andrei... I think I was dividing by 100 not 120 and that is where I got confused... because I was thinking I was dividing by 100% but it should be the original number now I see.. Thank you!
$endgroup$
– Jeff
Jan 6 at 5:19
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3063518%2ffind-bpm-percentage-difference-using-math-something-not-adding-up-right%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You need to do $$frac{120-85}{120}approx0.29$$
If you want in percent, multiply the answer by $100$.
Also the number $42$ is $35%$ of $120$, not $65%$.
$endgroup$
1
$begingroup$
Thanks Andrei... I think I was dividing by 100 not 120 and that is where I got confused... because I was thinking I was dividing by 100% but it should be the original number now I see.. Thank you!
$endgroup$
– Jeff
Jan 6 at 5:19
add a comment |
$begingroup$
You need to do $$frac{120-85}{120}approx0.29$$
If you want in percent, multiply the answer by $100$.
Also the number $42$ is $35%$ of $120$, not $65%$.
$endgroup$
1
$begingroup$
Thanks Andrei... I think I was dividing by 100 not 120 and that is where I got confused... because I was thinking I was dividing by 100% but it should be the original number now I see.. Thank you!
$endgroup$
– Jeff
Jan 6 at 5:19
add a comment |
$begingroup$
You need to do $$frac{120-85}{120}approx0.29$$
If you want in percent, multiply the answer by $100$.
Also the number $42$ is $35%$ of $120$, not $65%$.
$endgroup$
You need to do $$frac{120-85}{120}approx0.29$$
If you want in percent, multiply the answer by $100$.
Also the number $42$ is $35%$ of $120$, not $65%$.
answered Jan 6 at 5:17
AndreiAndrei
13.2k21230
13.2k21230
1
$begingroup$
Thanks Andrei... I think I was dividing by 100 not 120 and that is where I got confused... because I was thinking I was dividing by 100% but it should be the original number now I see.. Thank you!
$endgroup$
– Jeff
Jan 6 at 5:19
add a comment |
1
$begingroup$
Thanks Andrei... I think I was dividing by 100 not 120 and that is where I got confused... because I was thinking I was dividing by 100% but it should be the original number now I see.. Thank you!
$endgroup$
– Jeff
Jan 6 at 5:19
1
1
$begingroup$
Thanks Andrei... I think I was dividing by 100 not 120 and that is where I got confused... because I was thinking I was dividing by 100% but it should be the original number now I see.. Thank you!
$endgroup$
– Jeff
Jan 6 at 5:19
$begingroup$
Thanks Andrei... I think I was dividing by 100 not 120 and that is where I got confused... because I was thinking I was dividing by 100% but it should be the original number now I see.. Thank you!
$endgroup$
– Jeff
Jan 6 at 5:19
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3063518%2ffind-bpm-percentage-difference-using-math-something-not-adding-up-right%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown