CodeSky

🌳 The Fence Builder's Challenge 🌳

A builder is making fences using square blocks. Each 'Term' shows a new section of the fence. Your challenge is to figure out the **perimeter** of the fence sections!

*(Assume each small square block has sides of length 1 unit)*

Term 1 (1 block)
Perimeter: 4 units
Term 2 (2 blocks)
Perimeter: 6 units
Term 3 (3 blocks)
Perimeter: 8 units

1. What is the perimeter of Term 4?

2. What is the perimeter of Term 10?

3. If 'n' represents the term number, which formula correctly describes the perimeter of Term 'n'?