Which arrangement of tiles will create the image shown on the left? Tiles can be rotated but not flipped. 
A
B
C
D
The question itself gives the key constraint: the tiles can be rotated but never flipped. So the fastest way to check each option is to look at every individual tile's outline and ask whether it could be the original cut piece simply turned to a new angle, or whether it has been mirrored, which is not allowed.
Only option C arranges every tile using rotation alone, exactly as the question requires, and reconstructs the original picture correctly.
So the correct answer is Option C.








