1. A chain of regular hexagons is made using matchsticks. One hexagon uses 6 sticks. When two hexagons share one side, they use 11 sticks. Three hexagons sharing sides in a row use 16 sticks. How many matchsticks are needed to form a chain of 10 hexagons?
A) 50B) 51C) 60D) 56
✓ Correct Answer: Option B
Explanation: <b>Solution:</b><br>
Let n be the number of hexagons.<br>
For n=1, sticks = 6<br>
For n=2, sticks = 11 (which is 6 + 5)<br>
For n=3, sticks = 16 (which is 6 + 5 + 5)<br>
The pattern follows the rule: 5n + 1.<br>
For n=10:<br>
$$5 \times 10 + 1 = 50 + 1 = 51$$<br>
So, 51 matchsticks are needed.