400
I want to turn a FRACTION into a DECIMAL. How do I know how many decimal places there will be?
Ex: I want to turn 2/25 into a decimal.
What is getting the denominator to a power of 10, and then however many 0's there are, there are that many decimal places?