top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Using the digits 123456789, find a number such that the left most digit is divisible by 1, two left most digits by 2...

+2 votes
305 views

Given the number 123456789. Find a permutation of the number's digits such, that the left most digit is evenly divisible by 1, the two left most digits are evenly divisible by 2, the three left most digits are divisibly by 3 and so on?

posted Jan 15, 2019 by anonymous

Share this puzzle
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer (Check Answer ▼)





Similar Puzzles
0 votes

How many 3-digit numbers can be formed from the digits 2, 3, 5, 6, 7 and 0, which are divisible by 5 and none of the digits is repeated?

+1 vote

Using the digits 1, 2, 3 and 4, find the number of 10-digit sequences that can be written so that the difference between any two consecutive digits is 1.

Examples of such 10-digit sequences are ********** and **********.

...