document.write( "Question 1012431: Doug accepts a job where his starting salary will be $30,000 per year, and each year he will receive a raise of $3,000. Write a recursive formula to model this sequence.\r
\n" ); document.write( "\n" ); document.write( "Where a1=_____ and n>=_______
\n" ); document.write( "

Algebra.Com's Answer #628375 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The recursive formula is
\n" ); document.write( "\"an+=+a%28n-1%29+%2B+3000\"
\n" ); document.write( "The explicit formula is
\n" ); document.write( "\"an+=+a1+%2B+3000%28n-1%29+=+30000+%2B+3000%28n-1%29\"
\n" ); document.write( "
\n" );