document.write( "Question 38029: write the first four terms of the sequence a1=-3, an=(-2)an-1;n=2,3,4,... How do I do this problem?
\n" );
document.write( "Is the answer -3,-5,-7,-9 or did I do it wrong? Thank you. \n" );
document.write( "
Algebra.Com's Answer #23527 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! write the first four terms of the sequence a1=-3, an=(-2)an-1;n=2,3,4,... How do I do this problem? \n" ); document.write( "Is the answer -3,-5,-7,-9 or did I do it wrong? \r \n" ); document.write( "\n" ); document.write( "a(n)=-2[a(n-1)] \n" ); document.write( "a(1)=-3 \n" ); document.write( "a(2)=-2(-3)=6 \n" ); document.write( "a(3)=-2(6)=-12 \n" ); document.write( "a(4)=-2(-12)=24 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |