Sunday, January 22, 2012

Puzzle 25 - Remainders and quotients


Start with N, a six digit number.  Subtract three from it, and then the new number formed should be divisible by 7.  Take the six sevenths of this number.  Call this new number i.e, as N1, and it should be divisible by 7.  Continue this process till you form N6.  Find N and N6.  How long you can go like this?

4 comments:

Pavan Krishna said...

is there any condition that all N1 N2... N6 to be six digited neumbers??

Pavan Krishna said...

is N1 divisible by 7 or 6/7(N1-3) divisible by 7??

Vidyamanohar said...

It is not stated conditionally, but all are six digit numbers.
N1=6/7(N-3)
N2=6/7(N1-3)
As all the numbers involved are whole numbers, the numbers must be divisible by seven at each stage.

Vikram Rayabhari said...

823525 (7^7 - 18)
705876
605034
518598
444510
381006
326574
279918 (6^7 - 18)

Started with a hunch that powers of 7 must be a good place to start and then used excel :)