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

Home > General
My products (Posted on 2014-10-15) Difficulty: 3 of 5
T*ZI=DON
TA/ZI=NOD/DON
542583
is a small novelty device

q1: In what city is the 6701 5438 located?
q2: How is this puzzle related to one of my "Tricks" category posts?

No Solution Yet Submitted by Ady TZIDON    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution computer solution (spoiler) | Comment 1 of 3
 For t = 1 To 9
   If used(t) = 0 Then
     used(t) = 1
 For z = 1 To 9
   If used(z) = 0 Then
     used(z) = 1
 For d = 1 To 9
   If used(d) = 0 Then
     used(d) = 1
 For n = 1 To 9
   If used(n) = 0 Then
     used(n) = 1
 For i = 0 To 9
   If used(i) = 0 Then
     used(i) = 1
     zi = 10 * z + i
 For a = 0 To 9
   If used(a) = 0 Then
     used(a) = 1
     ta = 10 * t + a
 For o = 0 To 9
   If used(o) = 0 Then
     used(o) = 1
     don = 100 * d + 10 * o + n
     nod = 100 * n + 10 * o + d
     
     If t * zi = don And zi * nod = ta * don Then
       Text1.Text = Text1.Text & t & Str(zi) & Str(don) & crlf
       Text1.Text = Text1.Text & ta & Str(zi) & Str(nod) & Str(don) & crlf & crlf
     End If
     
     used(o) = 0
   End If
 Next
     used(a) = 0
   End If
 Next
     used(i) = 0
   End If
 Next
     used(n) = 0
   End If
 Next
     used(d) = 0
   End If
 Next
     used(z) = 0
   End If
 Next
     used(t) = 0
   End If
 Next

finds

T ZI DON
3 67 201
TA ZI NOD DON
34 67 102 201
so:
5ad58t
gadget

zion gate

q1:

in Jerusalem.

q2:

I don't know.

  Posted by Charlie on 2014-10-15 10:28:44
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 (20)
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