To derive the explicit formula for the number of cars Matt washes in any given week, we need to analyze his pattern of washing cars.
Matt washes 6 cars in the first week, and each week thereafter he washes 3 more cars than the previous week. This means:
- Week 1: 6 cars
- Week 2: 6 + 3 = 9 cars
- Week 3: 9 + 3 = 12 cars
- Week 4: 12 + 3 = 15 cars
- ...
If we observe this pattern, we can establish that the number of cars washed in week \( n \) can be expressed as follows:
- In the first week (\( n = 1 \)), he washes 6 cars.
- In the second week (\( n = 2 \)), he washes \( 6 + 3(1) \) cars.
- In the third week (\( n = 3 \)), he washes \( 6 + 3(2) \) cars.
- In the \( n \)-th week, he washes \( 6 + 3(n-1) \) cars.
So, the explicit formula to find the number of cars washed in any given week \( n \) is:
\[ a_n = 6 + 3(n - 1) \]
Thus, the correct answer is c. \( a_n = 6 + 3(n - 1) \).