Wednesday, January 18, 2012

Set 1-8 in these 8 boxese such that consecutive numbers wont intersect vertically/horizontally or diagonally

                                                                   
                                             
    -----
    |    |
    |    |
 -------------
 |  |    |    |
 |  |    |    |
 --------------
 |  |    |    |
 |  |    |    |
 --------------
    |    | 
    |    | 
    ------


4 comments:

Soham Chakraborty said...

The answer:

7
4 1 3
6 8 5
2

Unknown said...

@soham , Yes thats the correct answer & other way also exist , but important thing is that "can one explain the logic" behind that .

so thing is that except 1 and 8 every one has 2 adjecent numeber so if we put these in middle adjcent to each other we can resolve problem ,thats why
2
685
314
7
is correct answer

Soham Chakraborty said...

Yes.. I used the same logic..

Anonymous said...

shouldn't 7 be below 1 and 2 above 8 respectively, i mean according to the question??