I've tried my best to google this, but I cannot seem to google it correctly or it's just not something people use that often.
I'm trying to essentially solve for X if the equation is:
80=80% of x
I'm just using 80 as an example as we indefinitely know that the answer is 100 in this scenario. How would one use just 80 and a percentage to get to the solution? Today was the first time I had to use this and would really like to know for future reference. Thank you!
Recall: if we have the statement $p\%$ of $x$, for whatever $p$ and $x$ are, the "of" means to multiply $p/100 \cdot x$.
Thus, $p=80$ in your scenario, and $80\%$ of $x$ becomes
$$\frac{80}{100} \cdot x =\frac 4 5 x$$
Thus we have
$$80 = \text{80% of x} \implies 80 = \frac 4 5 x$$
From here, just solve for $x$. (Hint: multiply both sides by $5/4$, the reciprocal of the coefficient of $x$.)