document.write( "Question 492675: The first difference of a sequence is 3, 6, 9, 12, 15...
\n" ); document.write( "Find the first six terms of the original sequence in each of the following cases:
\n" ); document.write( "a. The first term of the original sequence is 3.
\n" ); document.write( "b. The sum of the first two terms of the original sequence is 7.
\n" ); document.write( "

Algebra.Com's Answer #335142 by chessace(471)\"\" \"About 
You can put this solution on YOUR website!
a. Just keep adding: 3 +3=6 +6=12 +9=21 ...
\n" ); document.write( "b. n is first number, n + n+3 = 7. 2n=4. n=2 and proceed similar to case a.
\n" ); document.write( "
\n" ); document.write( "
\n" );