Go back
Number cycles

Number cycles

Posers and Puzzles

M
sorozatgyilkos

leölés ellenfeleim

Joined
15 Jul 06
Moves
40507
Clock
02 Jan 07
Vote Up
Vote Down

PART 1:
Find a cycle of five 4-digit numbers such that the last 2 digits of each number are equal to the first 2 digits of the next number in the cycle. Each of the 5 numbers must be exactly one of the following types (with each of the 5 types being represented exactly once): Square, Cube, Triangular, Prime, Fibonacci. The solution is unique.

PART 2:
Find a cycle of six 4-digit numbers such that the last 2 digits of each number are equal to the first 2 digits of the next number in the cycle. Each of the 6 numbers must be exactly one of the following types (with each of the 6 types being represented exactly once): Square, Cube, Triangular, Prime, Fibonacci, Power-of-Two. The solution is unique.

D

Joined
25 Aug 06
Moves
0
Clock
02 Jan 07
Vote Up
Vote Down

Does "cycle" mean that the last 2 digits of the last number are the first 2 digits of the first number?

X
Cancerous Bus Crash

p^2.sin(phi)

Joined
06 Sep 04
Moves
25076
Clock
02 Jan 07
Vote Up
Vote Down

Interesting puzzles. I think a good place to start is finding the Fibonacci (and/or the power of two) as there are only four of each with four digits.

A program could be written to check if each of those was possible (could be contained in the cycle) and then leave you with a much smaller sample to search for the cycle.

X
Cancerous Bus Crash

p^2.sin(phi)

Joined
06 Sep 04
Moves
25076
Clock
03 Jan 07
Vote Up
Vote Down

Originally posted by David113
Does "cycle" mean that the last 2 digits of the last number are the first 2 digits of the first number?
I guess it does. The solution isn't unique if we don't have a cycle formed (first two equal last two).

Part 1:
2850, 5041, 4181, 8117, 1728
Or any of the other four shifted versions of this order.

Part 2:
9261, 6133, 3364, 6441, 4181, 8192
Or as above.

I approached this using Matlab.

M
sorozatgyilkos

leölés ellenfeleim

Joined
15 Jul 06
Moves
40507
Clock
04 Jan 07
Vote Up
Vote Down

Originally posted by XanthosNZ
I guess it does. The solution isn't unique if we don't have a cycle formed (first two equal last two).

Part 1:
2850, 5041, 4181, 8117, 1728
Or any of the other four shifted versions of this order.

Part 2:
9261, 6133, 3364, 6441, 4181, 8192
Or as above.

I approached this using Matlab.
Very clever, XanthosNZ !!

PART 1: (8117, 1728, 2850, 5041, 4181) (P, C, T, S, F)

PART 2: (6133, 3364, 6441, 4181, 8192, 9261) (P, S, T, F, W, C) (W = power of two)



🙂

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.