document.write( "Question 1141285: What is the closed linear form for this sequence given a1 = 0.3 and an + 1 = an + 0.75? \n" ); document.write( "
Algebra.Com's Answer #761812 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The given definition tells you the first term is 0.3, and to get the n-th term you add 0.75 (n-1) times. So

\n" ); document.write( "\"a%28n%29+=+0.3+%2B+0.75%28n-1%29\"

\n" ); document.write( "or

\n" ); document.write( "\"a%28n%29+=+0.75n+-+0.45\"
\n" ); document.write( "
\n" );