Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Wed Nov 20, 2024 3:46 am

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 
Author Message
 Post subject: Lenny Conundrum 182
PostPosted: Thu Sep 07, 2006 12:16 am 
PPT Trainee
PPT Trainee

Posts: 549
Joined: Wed Jun 22, 2005 2:07 pm
Location: Huntington, NY
Gender: Male
Quote:
Starting in the upper left corner and ending in the lower right corner, solve this maze. If a number is divisible by 2, you may move up. If a number is divisible by 3, you may move down. If the number is divisible by 5, you may move left, and if the number is divisible by 7, you may move right. You may not traverse a number more than once.

Image

What is the sum of all of the numbers you cross on the way to the finish?


Answer-check: Sum of digits of answer = 11.
Hint: Excel + IF(boolean, string, string) + (MOD(integer, integer) = 0) + the little corner draggy trick = love.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 12:47 am 
PPT God
PPT God
User avatar

Posts: 2161
Joined: Mon May 31, 2004 4:22 am
Location: The Weezel-Cave (The bat cave was taken)
okay, is it saying:

a) if you are currently on a number, and the number to the right is divisible by 7, you may move there. If the number downward is divisible by 3, you may move there.

OR

b) If the number you are CURRENTLY ON is divisible by 7, you may move to the right, or if the number you are CURRENTLY ON is divisible by 3, you may move downward.

??

wow. thats crazy.... i tried a technique of working backwards, but im finding dead ends :(

And yes, when going backward, i take a number, divide it by 3, and THEN see if i can use it to continue my path working backwards.... i divide the next number on my backward path, not the one im currently on like i would be doing when working foward..... and yet, ive run into dead ends. i cant figure it out.... and i thought i had a nice strategy going there.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 1:18 am 
PPT Trainee
PPT Trainee

Posts: 549
Joined: Wed Jun 22, 2005 2:07 pm
Location: Huntington, NY
Gender: Male
I'm pretty sure it's option B, which is what I used for my answer, and it seems what you're doing should be option B too. If you're finding all dead ends, you messed up somewhere....

Manually calculating is horrendously tedious and I really don't recommend it....


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 1:53 am 
PPT Baby
PPT Baby
User avatar

Posts: 65
Joined: Mon Oct 10, 2005 10:32 am
Phew. Thanks for the answer check, I needed that :D

And at 3am I need to sleep!

Edit:
Okay, I did it by making a map, and I have no printer so I had to draw it out by hand :K And then putting arrows going to each of the squares I could travel too.

I hope that makes some kind of sense. Like I said, 3am!

JasEdit: Do not double post. If you want to add more and you were the last to post, please use the "edit" button in the top right of each of your posts. Thank you. :)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 3:34 am 
PPT Toddler
PPT Toddler
User avatar

Posts: 139
Joined: Tue Sep 20, 2005 7:05 pm
Location: out of this world
ugh, i'm getting more than one way to solve this. anyone else having the same problem, or are there multiple routes that just add up to the same number anyway?

EDIT: got it. i had messed up one number and it threw off my whole path.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 7:01 pm 
Newbie
Newbie

Posts: 5
Joined: Fri Sep 01, 2006 5:26 am
My path is not k yet :P
Getting crazy here!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 9:53 pm 
Honorary Member
Honorary Member

Posts: 6812
Joined: Mon Nov 22, 2004 2:02 pm
Location: Watching little birds fly kamikaze missions into the walls.
Gender: Female
I thought that I had done this correctly. I checked my path multiple times, yet the sum of the digits of my answer is 17 and not 11, as in the first post of this topic. I'm going to cry if I got it wrong :cry:


Image
It was an honor serving you PPT. I will miss you.
Click here to join my new werewolf forum!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 08, 2006 5:13 am 
Honorary Member
Honorary Member
User avatar

Posts: 2116
Joined: Mon May 31, 2004 10:25 am
Location: Melb, Australia
This took me awhile, I just drew it out, numbers in pencil then penned the avaliable directions ... i'm just worried ebcause it was alot of adding at the end to get the total number, I might have made a mistake like that!


Do you miss Bill? I miss Bill. Go to this thread to petition Bill Back!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 14, 2006 12:14 am 
PPT Trainee
PPT Trainee

Posts: 549
Joined: Wed Jun 22, 2005 2:07 pm
Location: Huntington, NY
Gender: Male
Quote:
Dear Alexander Y,

Congratulations! You have guessed correctly in the Lenny Conundrum game (round 182). You have won 603 NP!

Because you were in the first 250 to guess correctly, you also have been awarded a Padded Yellow Elephante Chair, and receive a trophy and the Lenny Conundrum avatar!

Yours Sincerely,
The Neopets Team!

Web : http://www.neopets.com
Dont forget to tell your friends about us - send them a greeting at http://www.neopets.com/sendgreeting.phtml.


This is easily solvable with patience, but here's the fast way to produce a maze. Using Excel, create one 9x9 box using the formulas shown in the highlighted area. The formulas produce the " | " and " -- " cells by seeing whether the mod of the center number equals zero - if it's zero, it shows the symbol, else it shows nothing. Then highlight the 9-square of tiles and click and drag the little black box in the lower-right corner of the selection, which copies this box over and over (so first make a column, then across for the whole maze, or vice versa). Type in the numbers into the cells.

Then I printed the maze and solved it by hand. The orange formatting was added manually to highlight the maze solution. The numbers below the maze helped me add up all the numbers (In each column, I typed the numbers which were highlighted, then summed each column up, then summed the row of subtotals).

Image

This may be easier to see the maze with (options -> gridlines):
Image

Major edit: 9:09 PM EDT, much better explanation of how to do it.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 180 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group