To find an explicit formula for the number of cars Matt washes in week \( n \), we can recognize that the pattern describes an arithmetic sequence.
- First Week: Matt washes 6 cars.
- Subsequent Weeks: Matt washes 3 more cars each week than the week before.
This results in the following sequence for the number of cars washed:
- Week 1: \( 6 \)
- Week 2: \( 6 + 3 = 9 \)
- Week 3: \( 9 + 3 = 12 \)
- Week 4: \( 12 + 3 = 15 \)
- ...
The general term for an arithmetic sequence can be expressed as:
\[ a_n = a_1 + (n - 1) \cdot d \]
where:
- \( a_n \) is the \( n \)-th term (the number of cars washed in week \( n \)),
- \( a_1 \) is the first term (6 cars),
- \( d \) is the common difference (3 cars),
- \( n \) is the week number.
Substituting the known values:
\[ a_n = 6 + (n - 1) \cdot 3 \]
Now, simplifying this formula:
\[ a_n = 6 + 3n - 3 \] \[ a_n = 3n + 3 \]
Thus, the explicit formula for the number of cars Matt washes in week \( n \) is:
\[ a_n = 3n + 3 \]