Let's analyze and solve each question one by one.
4. To find the 5th term of the sequence defined by the formula \( a_n = -5 + 10(n - 1) \), we plug in \( n = 5 \).
\[ a_5 = -5 + 10(5 - 1) = -5 + 10(4) = -5 + 40 = 35 \]
So, the answer is A) 35.
6. The sequence given is: 2, 7, 12, 17, 22, 27.
To create a recursive formula, we need to identify the first term and the relationship between consecutive terms.
The first term \( a_1 = 2 \). The difference between consecutive terms is 5 (7 - 2 = 5, 12 - 7 = 5, etc.). Thus, the recursive formula should involve adding 5 to the previous term.
So the correct choice is D) a1 = 2; an = an − 1 + 5.
7. To create a function that represents the total number of miles \( M \) the car will have on the odometer after \( w \) weeks:
The car starts with 121,358 miles and accumulates 255 more miles each week. So, after \( w \) weeks, the total mileage can be expressed as:
\[ M(w) = 121,358 + 255w. \]
Thus, the correct function is B) M(w) = 121,358 + 255w.