Simple math formulas, please!

What is the formula for

X is 28.9% of Y? (where X is a KNOWN number and the number I need is Y)

The way I learned it, ‘of’ can be thought of as ‘times’.

So X = 0.289 * Y

Edit: Sorry, you’re looking for Y.

Y = X / 0.289

never mind

What I wanted to write:

When I need to figure out what formula to use, I plug in simple numbers and see what would work.

Lets make it: X is 50% of Y

Lets plug in simple numbers for X and Y that we know make a correct equation: 5 is 50% of 10

What simple equation can we make with 5 and 50 to get an answer of 10?

‘percent’ means ‘out of 100’. Any percentage is found by dividing by 100. 50 percent = 50 out of 100 or 50/100.

What you have written in words is X = 28.9% of Y (of = multiplied by)

which is X = 28.9 / 100 x Y

which means X x 100 = 28.9 x Y

which means X x 100 / 28.9 = Y

So Y = X x 100 / 28.9 (the same result as Johnny said)

I don’t know if this will help you, but the way I always remember it is with the formula “is over of equals percent over a hundred”, which would look like is/of = %/100

So if X is 28.9% of Y, the problem would read: X/Y = 28.9/100
Solve for Y by cross-multiplying: 100X = 28.9Y

Not really different from what everyone else has said, just that the mnemonic is easier for me to remember (is that considered a mnemonic? am I spelling mnemonic right?) HTH.

Is this a trick question?

Unfortunate example. Anyone facing that will say “Well, 50/5 = 10”. Which is entirely misleading. (It’s not as though “4 is 20% of Y” implies that Y = 20/4 = 5.)

The original equation you really want is 5*(100/50) = 10. But who’s gonna come up with that when posed with “What simple equation can we make…?”?

Not that your method for figuring problems out is devoid of merit. But ideally, it steers one towards (and enables one in) doing some conceptual analysis of the problem at hand, rather than, as is a danger, leading to blind casting about for something that “works”.

The actual best way to think of it is to remember that the symbol “%” is simply shorthand for the fraction “1/100”, or the number “0.01”. So 28.9% is equal to (28.9)(1/100) or (28.9)(0.01).

So if X = 28.9% of Y,
X = (28.9)(0.01)(Y)
X = (0.289)(Y)
Y = X / 0.289