document.write( "Question 1045000: Two elements of a sequence are 3 and 13.
\n" );
document.write( "(a) Write down the first few terms of at least four sequences having 3 and 13 as two of its elements.
\n" );
document.write( "(b) Find the 25th element in each of your sequences.
\n" );
document.write( "(c) Find the general term of each of your sequences if you can. \n" );
document.write( "
Algebra.Com's Answer #660458 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "(I) 3, 13, 23, 43, 53, 63, ...\r\n" ); document.write( "\r\n" ); document.write( "That's the arithmetic sequence that has first term a1=3\r\n" ); document.write( "and common difference d=10. So we use the formula for the nth\r\n" ); document.write( "term:\r\n" ); document.write( "\r\n" ); document.write( "an = a1+(n-1)d\r\n" ); document.write( "\r\n" ); document.write( "Substituting a1=3, d=10.\r\n" ); document.write( "\r\n" ); document.write( "The general term is\r\n" ); document.write( "\r\n" ); document.write( "an = 3+(n-1)(10)\r\n" ); document.write( "\r\n" ); document.write( "an = 3+10(n-1)\r\n" ); document.write( "\r\n" ); document.write( "an = 3+10n-10\r\n" ); document.write( "\r\n" ); document.write( "an = 10n-7 <--general term\r\n" ); document.write( "\r\n" ); document.write( "Substituting n=25\r\n" ); document.write( "\r\n" ); document.write( "a25 = 10(25)-7\r\n" ); document.write( "\r\n" ); document.write( "a25 = 250-7\r\n" ); document.write( "\r\n" ); document.write( "a25 = 243 <--25th element\r\n" ); document.write( "\r\n" ); document.write( "-------------------------\r\n" ); document.write( "\r\n" ); document.write( "(II) 3, 8, 13, 18, 23, 27, ...\r\n" ); document.write( "\r\n" ); document.write( "That's the arithmetic sequence that has first term a1=3\r\n" ); document.write( "and common difference d=5. \r\n" ); document.write( "\r\n" ); document.write( "Do it the same way.\r\n" ); document.write( "\r\n" ); document.write( "-------------------------\r\n" ); document.write( "\r\n" ); document.write( "(III) 1, 3, 5, 7, 9, 11, 13, 15, ...\r\n" ); document.write( "\r\n" ); document.write( "That's the arithmetic sequence that has first term a1=1\r\n" ); document.write( "and common difference d=2. \r\n" ); document.write( "\r\n" ); document.write( "Do it the same way.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |