Answer for part a) is

Answer for part b) is

-------------------------------------------------------------------------
Explanation for Part a)
The recursive rule is

The small number floating slightly below the 'a' is the index.
= first term,
= second term,
= third term, etc
The first term is 6, so that's our first row.
The second row is the recursive step. It's the recipe we follow to generate each new term. That recipe is "Multiply 2 with the previous term to get the next term", in other words "double each term to get the next term".
= nth term
= term just before the nth term
-------------------------------------------------------------------------
Explanation for Part b)
The sequence 6,12,24,48,... is geometric. We can confirm this by dividing each term by its previous term.
12/6 = 2
24/12 = 2
48/24 = 2
We get the same common ratio each time. That common ratio is r = 2.
The starting term is a = 6
The nth term of the geometric sequence is
where n = 1 is the starting value and n is a whole number. The general template for the nth term of a geometric sequence is

Let's check this claim. I'll plug in n = 3

The third term is indeed 24, so this helps partially verify the answer. I'll let the student verify the other values of n.