document.write( "Question 982910: An arithmetic sequence has 1st term 6 and common difference 624. A geometric sequence has 1st term 2 and common ratio 3. Determine an n so the nth term of the arithmetic sequence is the same as the nth term of the geometric sequence.\r
\n" ); document.write( "\n" ); document.write( "I set this up as:
\n" ); document.write( "a(n) = 6 + (n-1)*624
\n" ); document.write( "a(n) = 2*3^(n-1)\r
\n" ); document.write( "\n" ); document.write( "I set these equal to each other and basically guess and check. When I do this I get a value of 8. \r
\n" ); document.write( "\n" ); document.write( "However, I have seen this done a different way that looks like this:
\n" ); document.write( "a(n) = 6 + 624n
\n" ); document.write( "a(n) = 2*3^n
\n" ); document.write( "3 + 312n = 3^n\r
\n" ); document.write( "\n" ); document.write( "For this I get a value of 7.\r
\n" ); document.write( "\n" ); document.write( "Is the general equation to find a value of n only supposed to be n and not the n-1 that I was using?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #603708 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Both ways are correct. If you start counting at n = 1, then for a(1) to equal 6, you have to have 6 + (1 - 1)*624 and for a(1) to equal 2 for the geometric series, you have to have 2 * 3^(1-1).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "But if you start your count at n = 0, the arithmetic series first term is 6 + 624*0 = 6, and the geometric is 2*3^0 = 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In the first case, 1 to 8 is 8 terms. In the second case, 0 to 7 is 8 terms.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "John
\n" ); document.write( "
\n" ); document.write( "My calculator said it, I believe it, that settles it\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );