The sequence is: 9 11 13 15 ....etc.
a. If the n'th term is rn then rn = rn-1 + 2
b. The sequence can be written as 9 9+2 9+2*2 ... 9+(n-1)*2 ... etc. so, explicitly: rn = 9 + 2(n-1) or rn = 7+2n
c. You should be able to wotk out r12 using the result in b.