Question 1161327

yes, it is B.


{{{a[1]=5}}}
{{{d=3}}}

{{{a[n]=a[1]+d(n-1)}}}

{{{a[n]=5+3(n-1)}}}

the 43rd term of the sequence:

{{{n=43}}}

{{{a[43]=5+3(43-1)}}}

{{{a[43]=5+3(42)}}}

{{{a[43]=5+126}}}

{{{a[43]=131}}}