Show full steps:

1a) Determine the formula for the nth term for 7,12,17...
b) Determine the value of the 19th term,t19.
2) Determine the number of terms in the sequence 4,12,36...2125764. Show all necessary steps.

There are 15 more questions but I think if you help me with these two questions I might b able to do the rest!

Thanks.

Let the nth term of the arithmetic sequence be

t(n)=ax+b
then
t(1)=a(1)+b=7
t(2)=a(2)+b=12
Subtracting, we find
2a-a=12-7 which gives a=5
Substitute back into the formula,
t(1)=5(1)+b=7, so b=2
the complete rule is then
t(n)=5x+2
The nineteenth term is therefore
t(19)=5*19+2=97.

You can try similarly for the other numbers.

what about number 2

Find the rule for number 2, which is a geometric series.

You can tell if it is a geometric series by dividing any term by the previous. If the quotient is the same, then it is a geometric series.

The rule for a geometric sequence is:
t(n)=ar^n
and r is the quotient by dividing any term by the previous, for example, here it is
12/4=3, 36/12=3, ...
so r=3
To find a, you would substitute one of the terms into the rule:
t(1)=a(3)^1=4, so a=4/3
and the complete rule is
t(n)=(4/3)3^n
check:
t(3)=(4/3)(3^3)=(4/3)*27=36... ok.

To find n for t(n)=2125764
equate the rule:
t(n)=(4/3)(3^n)=2125764
isolate unknown
3^n = 2125764*(3/4) = 1594323

Now you need to find the power to which 3 must be raised to get 1594323.
One way to do this is to take log on both sides.
n log(3) = log(1594323)
and on solving for n, we get n = 13.

Substitute into the rule to make sure the answer is correct:
t(13)=(4/3)*(3^13)=2125764 ok.

we never learnt log..

I did
geometric sequence: a=4 and r=3
tn = a(r)^n-1
2125764 = 4(3)^n-1
531441= 3^n-1

Now I am stuck how do I make 531441 the same as 3 so I can find n..

You can also do it by trial and error.

raise 3 to the power of 2.
If it is smaller than the targe number, then raise it to 4.
If it is smaller, then to 8.
If it is still smaller, then to 16.
If it is bigger, raise it to (8+16)/2=12.
and so on.

oh I think I got it:

geometric sequence: a=4 and r=3
tn = a(r)^n-1
2125764 = 4(3)^n-1
531441= 3^n-1
3^12 = 3^n-1
12 = n-1
12+1=n
n=13

Is this way also correct? will I get the full marks for this type of question.

1a) To determine the formula for the nth term of the sequence 7, 12, 17..., we need to observe the pattern in the sequence. The common difference between each term is 5.

We can start by assuming the formula for the nth term is of the form an = a + (n-1)d, where an is the nth term, a is the first term, d is the common difference, and n is the position of the term in the sequence.

In our case, the first term a is 7 and the common difference d is 5. Plugging these values into the formula, we have an = 7 + (n-1)5.

So, the formula for the nth term of the sequence is an = 7 + 5(n-1), which simplifies to an = 7 + 5n - 5. Simplifying further, we get the final formula: an = 5n + 2.

b) To determine the value of the 19th term, t19, we can substitute n = 19 into the formula we found in part 1a:

t19 = 5(19) + 2
t19 = 95 + 2
t19 = 97

Therefore, the 19th term of the sequence is 97.

2) To determine the number of terms in the sequence 4, 12, 36... 2125764, we need to find the pattern and observe the common ratio between each term.

We can start by assuming the formula for the nth term is of the form an = a * r^(n-1), where an is the nth term, a is the first term, r is the common ratio, and n is the position of the term in the sequence.

In our case, the first term a is 4. Let's find the common ratio r from the second term to the first term:

r = 12 / 4 = 3

Now we can plug the values into the formula and find the value of n for which an is equal to 2125764:

2125764 = 4 * 3^(n-1)

Divide both sides by 4:

531441 = 3^(n-1)

To isolate the exponent, we can take the logarithm (base 3) of both sides:

log3(531441) = log3(3^(n-1))

Simplify the right side:

log3(531441) = n - 1

Using the properties of logarithms, evaluate the left side:

log3(531441) ≈ 8

Now solve for n:

n - 1 = 8

n = 8 + 1

n = 9

Therefore, there are 9 terms in the sequence 4, 12, 36... 2125764.