Anti-Patterns

 

Anti-patterns are problem-solving approaches that lure you away from the problem's underlying pattern, and therefore lead to an I-don't-get-it feeling that makes an answer impossible to find. Anti-patterns commonly fall into one of three categories:
   
Analogy breakdown
Analysis paralysis
Gedanken failure

To solve any problem you must first decide on a plan, a hypothesis, a means of solution that can be tested and then confirmed or refuted. Thinking of a related problem that you solved in the pasta solution by analogycan be productive but dangerous if you and the test developer are on different pages. Every question on an IQ test is designed to reveal whether you and the developer are par nobis (on the same intellectual level), which, presumably, you are when you can divine his intent with regularity.

Even the simplest problem cannot be solved without first analyzing it, but overanalyzing wastes time and distracts you from more productive approaches.

Gedanken (German for thought) failure arises when you are unable to recognize the pattern the developer sees. Gedanken failure usually occurs when your first hypothesis fails, and you are unable to think of one more productive.

Anti-patterns frequently arise with sequences and odd-man-out questions because both fall into a class of problems called AI-complete that cannot be solved by machines and therefore require human intelligence, sometimes of fairly high order, to solve.

Here are some suggestions to bail you out of the anti-pattern trap:
 

When the items that are compared—words, numbers or what have you—appear totally unrelated the bypass may consist of thinking of the construction as a metasequence, a sequence of symbols representing other symbols, or requiring other symbols to complete.
 
The pattern may be revealed by an unspecified suffix or prefix.
   
 
Which comes next in this sequence?
           
Battle Court Friend Kin Relation ?
           
A ... Treaty
B ... Jury
C ... Trustee
D ... Sword
     

 
   
If suffixes lead nowhere, try prefixes.
   
 
Which comes next in this sequence?
         
Able Equitable Flammable Hospitable ?
         
A

...

Mature
B ... Eligible
C ... Material
D ... Modest
     

 
   
Letters standing alone may be connected by something purely mechanical (their separation in the alphabet, for example) or they may be the initial letters of related words. In the latter case, don't look for anything deep or complicated: think of something that would be obvious to a high school graduate.
   
 
Which comes next in this sequence?
 
                 
M V E M J S U N ?
                 
A ... P
B ... O
C ... L
D ... E

 
   
Remember that English is an international language.
   
 
Which word doesn’t belong with the others?
         
(A) Color (B) While (C) Jail (D) Favor (E) Letter
         

 
   
Remember that 10 is not the only number base.
   
 
Which comes next in this sequence?
       
4 10 20 ?
       
A ... 24
B ... 30
C ... 8
D ... 40
     

 
   
Find the rule with clues and facts that have been provided in abundance.
   

 

Which comes next in this sequence?
 
Catalan Hindi Urdu Farsi ?

 

A ... Cyrillic
B ... Roman
C ... Tagalog
D ... Italic
 

 

 

●●●●●●●●●●●●●●●●●●●●●●●●●

 
 
     

Copyright © 2005, North Coast Communications Group, Inc. All rights reserved.  Home