document.write( "Question 1108733: Write the first 5 terms of the sequence:\r
\n" ); document.write( "\n" ); document.write( "a_(1)=1
\n" ); document.write( "a_(2)=0
\n" ); document.write( "a_(n)= a_(n-1)-a_(n-2)\r
\n" ); document.write( "\n" ); document.write( "For a_(3) I got -1 but when I try solving for a_(4) I get -1 again, and for a_(5) I get 2. \r
\n" ); document.write( "\n" ); document.write( "Key:
\n" ); document.write( "a_(#) in words means \"a sub #\".
\n" ); document.write( "

Algebra.Com's Answer #723789 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "You should be able to see your mistake if you look at the work you did. Or maybe it would be better to start over on the problem. Often if you make a mistake and try to find it by looking at the work you did, you automatically make the same mistake again.

\n" ); document.write( "Here is what you show:
\n" ); document.write( "a(1) = 1
\n" ); document.write( "a(2) = 0
\n" ); document.write( "a(3) = a(2)-a(1) = 0-1 = -1 (looks good)
\n" ); document.write( "a(4) = a(3)-a(2) = -1-0 = -1 (still looks good)
\n" ); document.write( "a(5) = a(4)-a(3) = -1-(-1) = 2 (how about that one -- does it still look good to you?)
\n" ); document.write( "
\n" );