Divide and Conquer Puzzles #1

Divide each rectangle into 1x1, 2x1, and 3x1 rectangles so that each strip is different, even when rotated.


1.
2.
3.
4.
5.

6.
7.
8.
9.
10.

11.
12.
13.
14.
15.

16.
17.
18.
19.
20.

The solutions are here.