Ask Question
9 June, 19:37

How can I calculate a certain decimal given a length? Let's say n is a decimal, and I want that decimal to be a length of 3. The output needs to be. 001. If n's length was 2, it would be. 01, etc.

+5
Answers (1)
  1. 9 June, 20:05
    0
    N / (n*10^n)

    So 3 would be

    3 / (3*1000) = 1/1000=.001
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How can I calculate a certain decimal given a length? Let's say n is a decimal, and I want that decimal to be a length of 3. The output ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers