Puzzle of the Week #332 - Even Binary Puzzle

Consider a process by which you take a binary number with an even number of 1s, (for instance 92 = 1011100 has 4 1s), chop the number into two chunks such that each chunk has the same number of 1s, and each chunk begins with 1 (101=5 and 1100=12). Then multiply these two numbers together to give a number smaller than the one you started with (111100=60). If the new number has an even number of 1s, repeat the process, otherwise stop. (11=3 and 1100=12 gives 100100=36; 100=4 and 100=4 gives 10000=16; stop).

 

25 and 32 both convert to binary numbers with an odd number of 1s, (11001 and 100000 respectively).

 

What is the highest number that will eventually terminate in at 25?

 

As a bonus question, what is the highest number that will eventually terminate at 32?

 

Puzzle of the Week #331 - Sixth Powers

All square numbers are either a multiple of 5 or one away from a multiple of 5. 5 is the highest number for which this is true.

For cube numbers, the highest number that every cube number is at most one away from a multiple of, is 9.

 

What is the highest number for which it is true that every sixth power (1, 64, 729, 4096, etc) is at most one away from?

 

Puzzle of the Week #330 - Self-Assembly

Assemble these two- and three-letter chunks into six surnames of famous people with a specific occupation in common:

 

ANE       BO         CH         CHA       ER         ETT

HA         ILL         LL          MM        NDE       NDL

NES        RE         RIS         SP          TIE        

Puzzle of the Week #329 - p+2=sp

I have a number, n, for which it is true that whenever a semiprime is 2 greater than a prime, they are either both factors of n, or neither are. A semiprime is a number with exactly two prime factors, for example 4 (2x2) or 6 (2x3).

So for instance, 33 is a semiprime (3x11) which is 2 greater than a prime (31), and so EITHER 33 and 31 both divide into n, OR neither do.

 

My number only has one pair of repeated prime factors: a pair of 3s. All its other prime factors are unique.

n is the smallest possible number to satisfy the above rules. What is n?

 

For an extra challenge, what is the next smallest number that satisfies the rules?

Puzzle of the Week #328 - Binary Determination

Place either a 0 or a 1 in each empty square such that each row and each column will form a correct multiplication of two binary numbers to give the decimal number at the end of the row or column. For instance, if the product is 12, the row might read 011x100 (3x4), or one of a number of other possible combinations. I have provided decimal-to-binary tables to help you. Here are two puzzles, one with binary numbers of up to three digits, and one up to four digits.

bindet 3&4 puz.jpg

Puzzle of the Week #327 - False Conjecture

The sequence: 1, 21, 321, 4321, etc is very simple to generate. It is the sum of k(10^(k-1)) for all k between 1 and n, with the results of n=1, 2, 3, 4 shown above. It only gets slightly messier when n is in double digits, for instance the 14th number in the sequence is: 14320987654321, and the 28th number is 30987654320987654320987654321.

It was conjectured that no number in this sequence is prime, but that turns out to be false.

Can you find the first counterexample? Just to warn you this cannot be done without a computer.

Puzzle of the Week #326 - Inch Centimetre Prime

I am thinking of a distance, less than 200m, which is an exact whole number of inches and also an exact whole number of centimetres (one inch is precisely 2.54cm).

The number of inches is one more than a prime number.

The number of centimetres is one more than a prime number.

The sum of the number of inches and the number of centimetres is also one more than a prime number.

 

What is the distance?

 

Puzzle of the Week #323 - Triangle Rectangle 2

This is quite similar to PotW #320 but differs in a couple of respects. Firstly, the rectangle is a slightly different height. Secondly, the point F no longer needs to lie on CD, but is free to be anywhere, subject to the other conditions (that ABCD is a rectangle, AEF is a right angle, and E lies on BC.

What is the minimum that DF could be?

triangle rectangle 2.jpg

Puzzle of the Week #322 - Number Hunt

I have a number, let’s call it n. n doesn’t have any repeated prime factors. For every prime number p, p divides into n IF AND ONLY IF p-1 also divides into n.

For instance, if 23 divides into n, then 22 does also, and if 59 doesn’t divide into n, then neither does 58.

What is the value of n?

Puzzle of the Week #318 - Highest Prime Factors

What is the lowest number n such that if a is the highest prime factor of n, then b (not equal to a) is the highest prime factor of (n-a), and c (not equal to a or b) is the highest prime factor of (n-a-b)?

For instance, a higher example is 700. The highest prime factor of 700 is 7, the highest prime factor of 693 is 11, and the highest prime factor of 682 is 31.

Puzzle of the Week #317 - Ships That Crash in the Night

There are two ships, a fast one and a slower one, each travel consistently at their own fixed speed.

If the fast ship travels in a straight line from Duxmouth to Boxcote and the slow ship travels from Axton to Caxcombe, and they each set off at the same time, they will collide where the routes cross.

Similarly, if the fast ship travels in a straight line from Caxcombe to Axton and the slow ship travels from Boxcote to Duxmouth, and they each set off at the same time, they will again collide where the routes cross.

If the fast ship travels from Caxcombe to Duxmouth and the slow ship from Axton to Boxcote, and they set off at the same time, clearly they won’t clash, as the routes don’t cross, but which ship will reach its destination first?

two ships.jpg

Puzzle of the Week #316 - Galaxy Quest

It's been a while since I invented a new puzzle type, although this one is a combination of a couple of ideas already around in puzzle world.

Your task is to subdivide the grid into regions, such that every region has 180-degree rotation symmetry. (They might also have 90-degree symmetry and/or reflective symmetry, but this is not necessary).

Every square that in the solved grid is bordered by 2 or fewer lines, is denoted by the number of lines bordering it. Any square that will have 3 or 4 lines bordering it, is left blank.

The only other rule is that you can't have two single square regions next to each other, hence why the top right corner of the example must be a pair.

galaxy quest eg puz.JPG

Puzzle of the Week #314 - Digit Sums

The longest streak of consecutive numbers, NONE of whose digit sums is a multiple of 7, is 12 in a row. For instance:

994, digit sum = 9+9+4 = 22, remainder after division by 7 = 1

995, digit sum = 9+9+5 = 23, remainder after division by 7 = 2

996, digit sum = 24, remainder after division by 7 = 3

997, digit sum = 25, remainder after division by 7 = 4

998, digit sum = 26, remainder after division by 7 = 5

999, digit sum = 27, remainder after division by 7 = 6

1000, digit sum = 1, remainder after division by 7 = 1

1001, digit sum = 2, remainder after division by 7 = 2

1002, digit sum = 3, remainder after division by 7 = 3

1003, digit sum = 4, remainder after division by 7 = 4

1004, digit sum = 5, remainder after division by 7 = 5

1005, digit sum = 6, remainder after division by 7 = 6

 

By the same notion, the length of the longest streak of consecutive numbers, NONE of whose digital sums is a multiple of 13, happens to be an exact multiple of 13 itself.

How long is the streak, and can you find an example?