You can put this solution on YOUR website! .
How do i write an equation for the nth term of the arithmetic sequence.
3,6,9,12,...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
= 3 + (n-1)*3,
or, since = d = 3 for this arithmetic progression, you can simplify the formula
= 3n.