document.write( "Question 978413: What is the equation of the following sequence?
\n" );
document.write( "1. -5, -2, 1, 4....
\n" );
document.write( "2.3, -6, 12 -24...
\n" );
document.write( "3.1, 4, 9, 16....
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #599836 by 428225(90)![]() ![]() You can put this solution on YOUR website! 1) a=-5 (a is the first term) d=3 (d is the common difference between the terms) \n" ); document.write( " \n" ); document.write( "So using the arithmetic sequence formula... \n" ); document.write( "u(subscript n) = -5+(n-1)(3) \n" ); document.write( "Equation of sequence =3n-8 \n" ); document.write( " \n" ); document.write( "2)a=-6 r=-2 (When two numbers are next to each other, you find r by dividing the latter term by the previous term. In this case you can divide -6 by 3, or 12 can be divided by -6 to get r=-2) \n" ); document.write( " \n" ); document.write( "Equation of sequence = -6(-2)^(n-1) \n" ); document.write( " \n" ); document.write( "3) The geometric equation of this sequence is a lot simpler than the others, you must simply spot that the numbers in the term are the square numbers. \n" ); document.write( "So... \n" ); document.write( " \n" ); document.write( "Equation of sequence = n^2 \n" ); document.write( " |