I have been thinking about this for a while, and I want to know what the proper way to convert a decimal into a percentage is. Say you have a word problem that needs you to convert a decimal, say for instance 0.7, into a percentage. There would be 2 ways to do it:
0.7*100%=70%
or
0.7*100=70%
which is more correct? The first way has the flaw in which 100%=1. So the equation should rightfully be 0.7*100%=0.7. However in the second equation, the percentage is removed but the percentage sign at the very end of the equation pops up without warning. Which would be the proper way to calculate percentage in a word problem.
It follows $\color{blue}{0.7\cdot100\%}=0.7\cdot100\cdot\frac{1}{100}=\frac{70}{100}\color{blue}{=70\%}$ is correct, while the second statement is false.