i found the other methods to be a bit hard to understand (for me), so i wanna share my methods here as well
there are two methods:
(1) plugging in numbers (almost always works!)
note: this method is quite "dangerous" as the plug-in method will likely have more than one answer to work [i](albeit it does usually limit the choices to be 2 or 3 max), so
make sure to go through all choices and
try picking more obscure numbers [/i]
a good example here is if m = 10, x = 100, y = 1000
x (100) is m (10%) of y (1000)
y (1000) is ?% of x (100)
? = 100m or 10000/m
answer would be A OR E
if we pick more obscure combos like say m = 50, y = 20, x = 10
x (10) is m (50%) of y (20)
y (20) is ?% of x (10)
? = 200, so 4m (which doesnt work for A)
only E (10000/m = 10000/50 = 200) would work here
(2) use variables
the key is "m percent of" can be rewritten as m% or m/100 because 3 percent of sth. = 3% or 3/100 of sth.after reading the prompt, i note down:
m > 0
x = m% * y
x = (m/100) * y (key step)then i rewrite the equation in the form of y since that's the question:
y = x / (m/100)
y = x * (100/m) OR y = (100/m) * x
the question is asking, y = __% * x
btw, the symbol % can really be seen as "/100"
plugging things in, y = (100/m) * x would be y = (100/m) * 100% * x since 100% = 1
thus, y = (100/m) * 100% * x = y = (10000/m)% * x
here we have (10000/m) as the final answer