document.write( "Question 744462: Find the first 5 terms of the sequence an=2n^2-8 \n" ); document.write( "
Algebra.Com's Answer #453451 by sachi(548)![]() ![]() You can put this solution on YOUR website! an=2n^2-8 \n" ); document.write( "so a1=2*1^2-8=-6 \n" ); document.write( "a2=2*2^2-8=0 \n" ); document.write( "a3=2*3^2-8=10 \n" ); document.write( "a4=2*4^2-8=24 \n" ); document.write( "a5=2*5^2-8=42 \n" ); document.write( " |