document.write( "Question 1168724: Find the formula an for the following sequences:
\n" );
document.write( "1. 3, 4, 5, 6, 7,…
\n" );
document.write( "2. 2, 5, 10, 17, 26,…
\n" );
document.write( "3. √3, 3, 3√3, 9,…
\n" );
document.write( "4. 4/1, 9/2, 16/3, 25/4,…
\n" );
document.write( "5. - ½, 1/3, -1/4,… \n" );
document.write( "
Algebra.Com's Answer #793353 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! this is of the form 3+(n-1)1 or more simply, (n+2). The differences are the same 1/1/1/1 so it is first power. \n" ); document.write( "- \n" ); document.write( "this has differences of 3/5/7/9 \n" ); document.write( "and they have differences of 2/2/2 \n" ); document.write( "this makes it a quadratic \n" ); document.write( "n=1, value is 2 \n" ); document.write( "so a(1)^2+b+c=2; a+b+c=2 \n" ); document.write( "and 4a+2b+c=5 \n" ); document.write( "and 9a+3b+c=10 \n" ); document.write( "subtract second from third; first from second \n" ); document.write( "5a+b=5 \n" ); document.write( "3a+b=3 \n" ); document.write( "subtract second from first \n" ); document.write( "2a=2 \n" ); document.write( "a=1, b=0 \n" ); document.write( "so n^2 is first term and b=0, c=1 \n" ); document.write( "(n^2+1) is the formula for an \n" ); document.write( "a4=17 a5=26 etc. \n" ); document.write( "- \n" ); document.write( "This has a ratio of sqrt(3) \n" ); document.write( "a1=sqrt(3)^n=sqrt(3) \n" ); document.write( "a2=sqrt(3)^2=3, etc. \n" ); document.write( "- \n" ); document.write( "This has a ratio of 2^2/1; 3^2/2; 4^3/3, 5^2/4 \n" ); document.write( "(n1+1)^2/n1 \n" ); document.write( "- \n" ); document.write( "this has a -(1)/(n+1) form and the minus sign is first, matching the odd number. \n" ); document.write( "an=-1^(n)/(n+1); -1/2, 1/3, -1/4 \n" ); document.write( " \n" ); document.write( " |