eli5 The percentage rule

377 views

Can someone explain how/why X% of Y is equal to Y% of X? I know it’s true but I can’t figure out why. Thanks!

In: 10

13 Answers

Anonymous 0 Comments

% just means “divided by 100”

so “x% of Y” is equivalent to `X / 100 * Y` Because multiplication and division are transitive, we can rearrange to `X * Y / 100` and since % means “divided by 100”, then we can say “Y% of X”.

You are viewing 1 out of 13 answers, click here to view all answers.
0 views

Can someone explain how/why X% of Y is equal to Y% of X? I know it’s true but I can’t figure out why. Thanks!

In: 10

13 Answers

Anonymous 0 Comments

% just means “divided by 100”

so “x% of Y” is equivalent to `X / 100 * Y` Because multiplication and division are transitive, we can rearrange to `X * Y / 100` and since % means “divided by 100”, then we can say “Y% of X”.

You are viewing 1 out of 13 answers, click here to view all answers.