Geniuses or people with 130+ IQ only!
Oct 12, 2015 at 1:36 AM Post #94 of 96
All my answers come out to 41.  Funny, that......!   
wink_face.gif

 
Apr 7, 2016 at 8:08 PM Post #95 of 96
G, B, H, F
 
Basic freshman CS course logic:
 
1. 1st - 2nd = 3rd
2. Consider the mapping:
1. X -> O
2. T -> X
3. O -> T


 

Now, label the matrices 1-9 starting as in the following:
1 2 3
4 5 6
7 8 9


 

Simply shift right, replace using the above rule with the following:

Shift 1 -> 2, Replace

...

Shift 9 -> 1 Replace

...etc.

 

3. Add black squares, if a circle becomes covered, when it shifts right it inverts, otherwise it simply has an invariant shift.

4. Pattern matching:

 

3 black horizontal, horizontal, vertical.

3 grey horizontal, horizontal, vertical.

3 light grey horizontal, horizontal, vertical.

2

2

2

1

1

1

with different row/column matching's...

 

 

Users who are viewing this thread

Back
Top