Posts Tagged ‘puzzle’

Palindrome sum

Sunday, December 20th, 2009

Many numbers can be expressed as the sum of two palindromes. 389 for instance is 383 + 6 as well as 323 + 66.

What three-digit number cannot be expressed as the sum of two palindromes?

(For the sake of this problem, palindromes with leading zeroes [like 030 and 0550] are not allowed, and neither are negative numbers or non-integers. Single digits are allowed.)

Five bands

Sunday, November 8th, 2009

Contrived situation time!

Five bands, inconveniently named 1st, 2nd, 3rd, 4th and 5th, are scheduled to play at a festival in a certain order. One manager was looking over this schedule. It had two columns, each with a 1st, 2nd, 3rd, 4th and 5th, but no column titles. So he couldn’t tell which column was the band names, and which one was the order in which they played.

He asked the scheduling manager, who told him that it made no difference which was which.

How many different possible orders are there, in which the bands play?

Extra credit: Same problem, but with 8 bands.

Word puzzle

Sunday, October 25th, 2009

Fill the blanks with two 8-letter anagrams to make the sentence true.

“________ is the ________ of time.”

Interesting circles, part 2

Tuesday, September 15th, 2009

Okay, this has been bugging me for days. See if you can figure it out.

This problem is the same as the last one, except with five surrounding circles instead of three.

Also, as noted in the comments, finding the ratio of two radii is made simpler by assuming the second radius is 1. So:

circles5

Update: I found an answer, but it’s an ugly cubic root. Nothing too interesting.

Interesting circles

Wednesday, September 9th, 2009

Draw a circle X of radius x, tangent to a line. Then draw three circles of radius y such the first and second are tangent to both X and the line, and the third is tangent to all three circles.

circles

What is y/x?

More chains

Monday, August 3rd, 2009

StevenRoy gave a very nice solution to the 6742816 problem here.

I thought about how it might be extended to three digit numbers. While that’s a much larger field of possibilities, the rules of the problem still restrict them quite a bit. C++ gave me this list of three-digit numbers that survived one multiplication:

2214
31515
35115
4114
499324
555125
61212
61954
62112
71428
72228
74128
899648

I continued them and found:

2214832
3151525
351155250
4114416
4993243
555125
612124864
619545
621122416
7142864
7222832
7412816
8996486

So it appears 351, 612 and 621 tie for the longest three-digit starters for this problem.

Where that might be considered a “strict” multiplier chain, let’s call the following one a “relaxed” one:

“You can make a chain by starting with a number, multiplying its digits, multiplying the result’s digits, etc. The chain ends when it has decreased to one digit. What starter number for x digits results in the longest chain?”

This is tough to solve with anything other than brute force, so with my new Javascript powers, I made this. (It may take a minute to generate)

Both answers for the three digit (and their permutations, by consequence) have digits that add to 22. :D

Fascinated by the emerging patterns, I did a google search and found that this kind of thing had already been investigated and was called “Multiplicative persistence.” Good band name perhaps?

I didn’t find much on the internet about the 6742816 problem though. Mine! :D

So back to that

Finding four-digit starters for strict multiplier chains definitely needs computer help. Here’s (hopefully) the program that generates the numbers that work for the first two multiplications.

These definitely work for at least one step. Notice the 767720588 – it contains a zero and works, but it won’t get much further. If there aren’t any longer ones, this may take it.
I’ve spent literally all day on this and don’t feel any closer to a solution. :< Anyone want to tackle it?

Update! This script should do the trick. Check out the source code too, for a good laugh. :D

Also, this script solves it for X digits. Right now it’s set to 5, and I haven’t tried 6; it would probably take minutes to process it. I would hazard a guess though, that the longest chains in 6+ digits will start with 315, 612, and 621 (which all have digits that sum to 9.)

6742816

Monday, July 13th, 2009

This is a difficult, abstract thinker.

Part 1: What property does the number 6742816 have, shared only by less than a hundred other numbers?

Part 2: There is a ten-digit number, the longest number that shares 6742816’s property. What is it?

a^b + c^d = e^f

Tuesday, July 7th, 2009

Can you find six distinct digits (none of them 0) such that

ab + cd = ef?

I only know of one solution.

Crossblock

Thursday, June 11th, 2009

This is the official page for Crossblock, my flash puzzle game.

This was a very fun and rewarding project. I got the idea during a holiday flight, pounded it out during winter break, tested it on DeviantArt, and uploaded it to Newgrounds where it made the front page.

I have also (with help) translated it into Hebrew, and it has been used in a research paper conducted by MIT students.

NewFolder

Friday, June 5th, 2009

NewFolder is a 64-level downloadable puzzle. It was inspired by NotPron, the original and best online riddle. You should go there first to get somewhat of an idea of what NewFolder is like. Not a Notpron clone.

Download it here:

NewFolder puzzle

(About 7mb)

Start by extracting the folder’s contents, then open “NewFolder readme” in the main directory.

If you need hints, feel free to email me.

Finishers

1 Ryoga “This is the best offline riddle I’ve ever seen (and finished). It has entertained me for months and it somehow worked out in the end. I would like to send my regards from Holland, I liked your artwork a lot and I’ve started reading Planet B comics =) Dunno if you publish these comments somewhere, but then i’d like to greet Macker, Twilight and Reptile ^_^ Thanks a lot for all this fun!”