3 |
5
0 0
04
40
1 1
1 2
| 96 |
One of the permutations that satisfies the property - (0,0),(0,4),(4,0),(1,2),(1,1).
For this permutation
- First, it draws lines between each pair of (0,0),(0,4), and (4,0).
- It then draws lines from (0.0), (0.4), and (4.0) to (1.2).
- Finally, it draws lines from (1,2), (4,0), and (0,0) to (1,1).
Pattern:
A permutation does not satisfy a property if its first four points are (0,0)(0,0), (1,1)(1,1), (1,2)(1,2), and (0,4)(0,4) in some order. |