Seven digit base eight positive integer puzzle

Click For Summary
SUMMARY

The discussion focuses on finding a seven-digit base-8 integer, N, represented as ABCDEFG, which uses each nonzero base-8 digit (1 to 7) exactly once and meets specific divisibility conditions. The integer must be divisible by 7, 6, 5, 4, 3, and 2 for progressively smaller segments of its digits. A participant successfully narrowed down the possible combinations from 5040 permutations to 48 viable candidates using logical reasoning and Excel for calculations, demonstrating an effective manual approach to solving the puzzle.

PREREQUISITES
  • Understanding of base-8 numeral system
  • Knowledge of divisibility rules for integers
  • Familiarity with permutations and combinations
  • Basic proficiency in using Excel for calculations
NEXT STEPS
  • Explore advanced techniques in combinatorial logic
  • Learn about divisibility rules in different numeral systems
  • Investigate the use of Mathematica for solving combinatorial problems
  • Study algorithms for generating permutations efficiently
USEFUL FOR

This discussion is beneficial for mathematicians, puzzle enthusiasts, and educators interested in combinatorial logic and number theory, particularly those looking to enhance their problem-solving skills in base systems.

K Sengupta
Messages
113
Reaction score
0
N is a seven digit base-8 positive integer having the form ABCDEFG that uses each of the nonzero base-8 digits 1 to 7 exactly once, and satisfies these conditions:

(i) ABCDEFG is divisible by 7.
(ii) ABCDEF is divisible by 6.
(iii) ABCDE divisible by 5.
(iv) ABCD is divisible by 4.
(v) ABC is divisible by 3.
(vi) AB is divisible by 2.

Determine all possible value(s) that N can take.
 
Mathematics news on Phys.org
I'm sure I could write a mathematica script to solve this, but does anyone have any good tricks to solve it by hand?
 
NeoDevin said:
does anyone have any good tricks to solve it by hand?

I effectively solved by hand (I used Excel to calculate the octal values of stuff), it wasn't too bad. There's only 5040 permutations of 1-7, and the possibilities seemed to cull themselves out pretty quickly. I was able to knock it down to 48 possibilities just using some logic-- from then on it was basically slogging through-- I effectively slogged through 36, but Excel helped.

3254167
5234761
5674321

DaveE
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
8K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 125 ·
5
Replies
125
Views
20K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 51 ·
2
Replies
51
Views
11K
  • · Replies 100 ·
4
Replies
100
Views
13K