![]() |
| | #1 | |||
| Lead Moderator Join Date: Aug 1998
Posts: 2,568
| Fluid Thinking If you want more of a challenge skip the following definition, though I don't think it will help much: Quote:
I won't say more about my solution for it, but i figure if any group of people would be the best fluid thinkers it would be programmers. Please say how you got the answer, especially on 2! heh I want to know if I pulled the answer outta thin air or if my method is right . (I do have the correct answers from key)Good luck and don't spend too much time on this....Also you might not want to read the posts below this cause I'm sure people will get the answers and post them (duh!) Quote:
Quote:
Answeres given away below! | |||
| kermi3 is offline |
| | #2 |
| Hidoi Ryuujin Join Date: Nov 2002
Posts: 220
| is #1 "x"? and is #2 "7"
__________________ One death is a tragedy, one million... a statistic. -Josef Stalin In case I forget, I use Bloodshed Dev C++ v.4 |
| deathstryke is offline |
| | #3 |
| Lead Moderator Join Date: Aug 1998
Posts: 2,568
| You're right on 1..... 2 is wrong. |
| kermi3 is offline |
| | #4 |
| Hidoi Ryuujin Join Date: Nov 2002
Posts: 220
| It had better not be three. (stupid obvious repeating pattern if so)
__________________ One death is a tragedy, one million... a statistic. -Josef Stalin In case I forget, I use Bloodshed Dev C++ v.4 |
| deathstryke is offline |
| | #5 |
| Lead Moderator Join Date: Aug 1998
Posts: 2,568
| nope, feel free to put up your "algoritum" hehe. |
| kermi3 is offline |
| | #6 |
| Code Monkey Join Date: Jun 2002
Posts: 812
| Why is 7 wrong? Last edited by Davros; 11-20-2002 at 10:55 AM. |
| Davros is offline |
| | #7 |
| Hidoi Ryuujin Join Date: Nov 2002
Posts: 220
| well, it starts out incrementing by 1 twice and then subtracting three. Then it breaks that pattern. Then I tried the obvious "just repeat the other #s trick". 4? I'll have to check this again tomorrow: class is about over.
__________________ One death is a tragedy, one million... a statistic. -Josef Stalin In case I forget, I use Bloodshed Dev C++ v.4 Last edited by deathstryke; 11-20-2002 at 10:59 AM. |
| deathstryke is offline |
| | #8 |
| Code Monkey Join Date: Jun 2002
Posts: 812
| Well if I can't have 7, let's see... 4 5|6 3 4|5 2 3|4 5 6 ? I go for 3 also. Apart from repeating, look at the first digit after the | symbol. They go: 6 5 4 ? Therefore, the next is three. Also look at the middle numbers, they go 4 3 2 5 Also the last numbers 5 4 3 6 So the first set roll around at 3 to 6, the middle roll at 2 to 5, and the last roll at 3 to 6. So it goes like 4 5|6 3 4|5 2 3|4 5 6| -> 345|634|523|456... Edit. And I've just noticed it repeats. Last edited by Davros; 11-20-2002 at 11:11 AM. |
| Davros is offline |
| | #9 |
| pronounced 'fib' Join Date: Aug 2002
Posts: 2,289
| my guesses were the same as deathstryke. I don't see how it could be "wrong" anyway considering you're only looking for a pattern and we found one.
__________________ "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter |
| FillYourBrain is offline |
| | #10 |
| Black Mage Extraordinaire Join Date: Oct 2002
Posts: 167
| I got number 1 easy enough, that is X! Number 2............now that is a harder one, but I am also going to go with 3, simply because I am guessing that the pattern is a repeating pattern, and that 456 is where the loop starts again, and after that comes 3 !!!!
__________________ http://members.rogers.com/magitekpange/ffvitest/leo.jpg |
| VegasSte is offline |
| | #11 |
| pronounced 'fib' Join Date: Aug 2002
Posts: 2,289
| I found another reason for number 2 to be 7 it deals with pairs adding up to 9 in each half, you have an inside out pairing Code: 4 5 6 3 4 5 2 3 4 5 6 ?
4 5 2 ?
5 4 3 6
6 3 4 5
__________________ "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter |
| FillYourBrain is offline |
| | #12 |
| Code Monkey Join Date: Jun 2002
Posts: 812
| If this is fluid thinking, then the answer is there could be lots of answers. If there is a definate pattern and we determine that pattern dictates the next number is 7, then 7 is a correct answer. Can't figure the word one though. Why is the answer X? |
| Davros is offline |
| | #13 |
| Black Mage Extraordinaire Join Date: Oct 2002
Posts: 167
| There is a repeating pattern! The first letter is B, the third one letter back in the alphabet( A ), the fifth another letter back ( Z ), seventh one more back ( Y ), so the ninth will be one more letter back, (ie. X)
__________________ http://members.rogers.com/magitekpange/ffvitest/leo.jpg Last edited by VegasSte; 11-20-2002 at 12:02 PM. |
| VegasSte is offline |
| | #14 |
| Lead Moderator Join Date: Aug 1998
Posts: 2,568
| Yup I tried all those things, the 9, the adding, the subrtract, the flat out pattern, got the same answeres as you all, ![]() It's wrong because that's not what they're looking for for fluid thinking I guess...we were thinking about writing the author, though we check 3 versions of the textbook and it's the same in them all. GIVING AWAY ANSWER TO #2: The answer is 1. lol now try and justify it. |
| kermi3 is offline |
| | #15 |
| Black Mage Extraordinaire Join Date: Oct 2002
Posts: 167
| Does it justify it in any of the books that contain the answer?
__________________ http://members.rogers.com/magitekpange/ffvitest/leo.jpg |
| VegasSte is offline |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Thinking of upgrading to linux... | Yarin | General Discussions | 37 | 07-24-2009 11:40 AM |
| Thinking about learning something else | tiachopvutru | General Discussions | 31 | 06-24-2008 02:45 PM |
| thinking about making a network traffic monitor | jimjamjahaa | C++ Programming | 9 | 10-13-2005 11:38 AM |
| Thinking about using C++ .NET for a Project, so I do so? | Davros | C# Programming | 3 | 04-22-2004 10:49 PM |