The sequence rule is the formulation that allows for the calculation of any term in a geometric sequence without having to list all preceding terms. It typically uses the formula:\[ a_n = a_1 \cdot r^{(n-1)} \]where:
- \(a_n\) is the nth term we're solving for,
- \(a_1\) is the first term of the sequence,
- \(r\) is the common ratio,
- \(n\) is the position of the term within the sequence.
For part (a) of our exercise, substituting \( a_1 = -3 \) and \( r = 5 \) into the formula, we get: \[ a_n = -3 \cdot 5^{(n-1)} \]For part (b), using \( a_1 = 72 \) and \( r = \frac{1}{3} \), the rule becomes: \[ a_n = 72 \cdot \left( \frac{1}{3} \right)^{(n-1)} \]Knowing the sequence rule lets you compute any term directly. It's a helpful tool that reveals the sequence's structure and guides predictions of future terms.