1. A gardener is planting marigolds in a triangular arrangement. The first row has 3 plants, the second has 7 plants, and the third has 11 plants. If this arithmetic pattern continues, what is the rule for the number of plants in the n-th row?
A) 3n + 4B) 4n - 1C) 4n + 3D) 3n - 1
✓ Correct Answer: Option B
Explanation: Solution: Row 1 (n=1): 3 plants. Row 2 (n=2): 7 plants. Row 3 (n=3): 11 plants. The difference between consecutive rows is 7 - 3 = 4. The rule follows the form 4n + c. For n=1, 4(1) + c = 3 \Rightarrow c = -1. Thus, the rule is 4n - 1.