Write a rule for the sequence

8,-1,-10,-19...

Subtract 9 from the previous number.

for sequential integer values of n,

number = -9n + 17

e.g. n = 3, number = -9(3)+17 =-10

Can someone just give the answers

To find a rule for the given sequence 8, -1, -10, -19..., we need to identify the pattern between each term.

Looking closely at the sequence, we can see that each term is getting smaller by subtracting 9 from the previous term.

Here is a step-by-step breakdown to find the pattern:

1. Start with the first term: 8
2. Subtract 9 from the first term: 8 - 9 = -1
3. Subtract 9 from the second term: -1 - 9 = -10
4. Continue this pattern: -10 - 9 = -19

Therefore, the rule for the given sequence is to subtract 9 from the previous term to get the next term.