All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Mixing Meters, Yards and Months (Posted on 2007-10-04) Difficulty: 3 of 5
If we assume that 11 meters = 12 yards, what is the smallest integral number of meters that can be converted to its equivalent integral number of yards simply by rearranging the order of the digits of the number?

What if we do the same with the actual exact equivalents?: 1143 meters = 1250 yards.

Then try your hand at 228 solar months = 235 lunar months (the 19-year Metonic cycle).

See The Solution Submitted by Charlie    
Rating: 3.0000 (3 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Computer solutions | Comment 5 of 9 |

These problems yield to simple computerized solutions (in pseudo code)

vary x from 1 by 1 until x = 100000 or solved

m = x * 11 (or 1143) (or 228)

y  = x * 12 (or 1250) (or 235)

test for same digits in m and y: if so set solved-flag

loop

(a) 1683 m = 1836 yds

(b) 2823750 yds = 2582037 m (official dn: 1 yd = 0.9144 m)

(c) 3493980 solar = 3389904 lunar

(I would rate this only a 1 or 2 by computer, but perhaps more if an "inference-only" method were shown.  The effective program solutions could not be much simpler.)


  Posted by badger on 2007-10-11 11:25:40
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information