Ask Question
Today, 06:57

I'm thinking of a ten-digit integer whose digits are all distinct. It happens that the number formed by the first n of them is divisible by n for each n from 1 to 10. What is my number?

+5
Answers (1)
  1. Today, 09:54
    0
    The problem here takes a brilliant mind to answer this. This problem can easily be answered using programming because we can not then and there push all the possibilities using paper and pen.

    The answer is 3816547290.

    Trying all the possibilities starting form 1000000080 (we are sure that the last number should be 0). Then traversing that number until 9999999990. Each traverse, check the number if its divisible to n, so on and so forth.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “I'm thinking of a ten-digit integer whose digits are all distinct. It happens that the number formed by the first n of them is divisible by ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers