Question 635192
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
find a[20] when a[1]=9 and d=2 
Arithmetic Sequence
{{{ a[n] = a[1] + (n-1)d}}}
{{{a[20] = 9 + 19*2 = 47}}}