document.write( "Question 1127055: Write the first five terms of the sequence.\r
\n" );
document.write( "\n" );
document.write( "a n = n^2 + 2 \n" );
document.write( "
Algebra.Com's Answer #743397 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The definition means that the value of the n-th term is n squared plus 2. \n" ); document.write( "The 1st term is then 1^2+2 = 1+2 = 3. \n" ); document.write( "The 2nd term is 2^2+2 = 4+2 = 6. \n" ); document.write( "I think you can find the 3rd, 4th, and 5th terms. \n" ); document.write( " |