document.write( "Question 803180: find the general terms of the following sequences
\n" );
document.write( "a. 4,7,12,19,28
\n" );
document.write( "b. 3,-5,7,-9,11
\n" );
document.write( "c. 2,6,12,20,30
\n" );
document.write( "d. 3,-6,12,-24,48 \n" );
document.write( "
Algebra.Com's Answer #484182 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! find the general terms of the following sequences \n" ); document.write( " \r\n" ); document.write( "a. 4, 7, 12, 19, 28\r\n" ); document.write( "\r\n" ); document.write( "Subtract term by term the sequence of perfect squares:\r\n" ); document.write( "\r\n" ); document.write( "#1: 1, 4, 9, 16, 25\r\n" ); document.write( "\r\n" ); document.write( "whose general term is nē\r\n" ); document.write( "\r\n" ); document.write( "and we get the sequence\r\n" ); document.write( " \r\n" ); document.write( "#2: 3, 3, 3, 3, 3\r\n" ); document.write( "\r\n" ); document.write( "whose general term is just 3\r\n" ); document.write( "\r\n" ); document.write( "So the general term of the given sequence is\r\n" ); document.write( "gotten by reversing the operations we just\r\n" ); document.write( "did with the sequences, with their general\r\n" ); document.write( "terms. We take the general term of the\r\n" ); document.write( "the last sequence #2: which is 3, and since\r\n" ); document.write( "we subtracted sequence #1 from the given\r\n" ); document.write( "sequence, we will do the opposite and add \r\n" ); document.write( "the general term for #1, which is nē, so\r\n" ); document.write( "the general term of the given sequence (a)\r\n" ); document.write( "is \r\n" ); document.write( "\r\n" ); document.write( "an = 3 + nē \r\n" ); document.write( "\r\n" ); document.write( "--------------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "b. 3,-5,7,-9,11\r\n" ); document.write( "\r\n" ); document.write( "The signs alternate, so\r\n" ); document.write( "\r\n" ); document.write( "we divide term by term the sequence:\r\n" ); document.write( "\r\n" ); document.write( "#1: 1,-1,1,-1,1\r\n" ); document.write( "\r\n" ); document.write( "whose general term is (-1)n+1\r\n" ); document.write( "\r\n" ); document.write( "and get the sequence of positive terms\r\n" ); document.write( "\r\n" ); document.write( "#2: 3, 5,7, 9, 11\r\n" ); document.write( "\r\n" ); document.write( "We subtract the sequence\r\n" ); document.write( "\r\n" ); document.write( "#3: 1, 1,1, 1, 1, whose general term is just 1\r\n" ); document.write( "\r\n" ); document.write( "and we get the sequence of even integers:\r\n" ); document.write( "\r\n" ); document.write( "#4: 2, 4,6, 8, 10, whose general term is 2n\r\n" ); document.write( "\r\n" ); document.write( "So the general term of the given sequence is\r\n" ); document.write( "gotten by reversing the operations we just\r\n" ); document.write( "did with the sequences, with their general\r\n" ); document.write( "terms. \r\n" ); document.write( "\r\n" ); document.write( "We take the general term of the\r\n" ); document.write( "the last sequence #4: which is 2n, and since\r\n" ); document.write( "we subtracted sequence #3 from sequence #2,\r\n" ); document.write( "we will do the opposite with the general term\r\n" ); document.write( "of #3 which is 1 to 2n, and now we have the\r\n" ); document.write( "general term for #2, which is 2n+1. \r\n" ); document.write( "\r\n" ); document.write( "Since we divided the given sequence (b) by\r\n" ); document.write( "sequence #1, we do the opposite and multiply\r\n" ); document.write( "2n+1 by the general term of sequence #1 which\r\n" ); document.write( "is (-1)n+1, and get the general\r\n" ); document.write( "term for (b)\r\n" ); document.write( "\r\n" ); document.write( "an = (-1)n+1(2n+1) \r\n" ); document.write( "\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "c. 2 ,6, 12, 20, 30\r\n" ); document.write( "\r\n" ); document.write( "Subtract term by term the sequence of perfect squares:\r\n" ); document.write( "\r\n" ); document.write( "#1: 1, 4, 9, 16, 25\r\n" ); document.write( "\r\n" ); document.write( "whose general term is nē\r\n" ); document.write( "\r\n" ); document.write( "and we get the sequence\r\n" ); document.write( " \r\n" ); document.write( "#2: 1 ,2, 3, 4, 5\r\n" ); document.write( "\r\n" ); document.write( "whose general term is just n\r\n" ); document.write( "\r\n" ); document.write( "So the general term of the given sequence is\r\n" ); document.write( "gotten by reversing the operation we just\r\n" ); document.write( "did with the sequences, with their general\r\n" ); document.write( "terms. We take the general term of the\r\n" ); document.write( "the last sequence #2: which is n, and since\r\n" ); document.write( "we subtracted sequence #1 from the given\r\n" ); document.write( "sequence, we will do the opposite and add \r\n" ); document.write( "the general term for #2, which is nē, so\r\n" ); document.write( "the general term of the given sequence is \r\n" ); document.write( "\r\n" ); document.write( "an = n + nē\r\n" ); document.write( "\r\n" ); document.write( "or if you like, you can factor out n:\r\n" ); document.write( "\r\n" ); document.write( "an = n(1 + n) \r\n" ); document.write( "\r\n" ); document.write( "-------------------------\r\n" ); document.write( "\r\n" ); document.write( "d. 3,-6,12,-24,48\r\n" ); document.write( "\r\n" ); document.write( "The signs alternate, so\r\n" ); document.write( "\r\n" ); document.write( "we divide term by term the sequence:\r\n" ); document.write( "\r\n" ); document.write( "#1: 1,-1, 1, -1, 1\r\n" ); document.write( "\r\n" ); document.write( "whose general term is (-1)n+1\r\n" ); document.write( "\r\n" ); document.write( "and get the sequence of positive terms\r\n" ); document.write( "\r\n" ); document.write( "#2: 3, 6,12, 24, 48\r\n" ); document.write( "\r\n" ); document.write( "We divide each term by the sequence of 3's\r\n" ); document.write( "\r\n" ); document.write( "#3: 3, 3, 3, 3, 3\r\n" ); document.write( "\r\n" ); document.write( "whose general term is just 3, and we get\r\n" ); document.write( "\r\n" ); document.write( "#4: 1, 2, 4, 8, 16 \r\n" ); document.write( "\r\n" ); document.write( "which is the sequence of powers\r\n" ); document.write( "of 2, starting with the 0 power of 2 \r\n" ); document.write( "\r\n" ); document.write( "#4: 20,21,22,23, 24\r\n" ); document.write( "\r\n" ); document.write( "And the sequence of the exponents is\r\n" ); document.write( "\r\n" ); document.write( "#5: 0, 1, 2, 3, 4\r\n" ); document.write( "\r\n" ); document.write( "and if we add the sequence of 1's\r\n" ); document.write( "\r\n" ); document.write( "#6: 1, 1, 1, 1, 1\r\n" ); document.write( "\r\n" ); document.write( "whose general term is just 1, we get\r\n" ); document.write( "\r\n" ); document.write( "#7: 1, 2, 3, 4, 5\r\n" ); document.write( "\r\n" ); document.write( "whose general term is just n.\r\n" ); document.write( "\r\n" ); document.write( "So the general term of the given sequence is\r\n" ); document.write( "gotten by reversing the operation we just\r\n" ); document.write( "did with the sequences, with their general\r\n" ); document.write( "terms. \r\n" ); document.write( "\r\n" ); document.write( "We take the general term of the\r\n" ); document.write( "the last sequence #7: which is n, and since\r\n" ); document.write( "we added sequence #6 to sequence #5 to get \r\n" ); document.write( "sequence #7, we will do the opposite and \r\n" ); document.write( "subtract the general term for #6, which is 1, \r\n" ); document.write( "so the general term of sequence #5\r\n" ); document.write( "is n-1. \r\n" ); document.write( "\r\n" ); document.write( "#5 was the sequence of exponents in #4, so the\r\n" ); document.write( "general term for sequence #4 is 2n-1.\r\n" ); document.write( "\r\n" ); document.write( "Since we divided sequence #2 by the sequence #3 \r\n" ); document.write( "of 3's to get #4, we will do the opposite and \r\n" ); document.write( "multiply by #3's general term, 3, and so the \r\n" ); document.write( "general term for sequence #2 is 3·2n-1.\r\n" ); document.write( "\r\n" ); document.write( "Since we divided the given sequence (c) by\r\n" ); document.write( "sequence #1 to get sequence #2, we do the opposite\r\n" ); document.write( "and multiply 3·2n-1 by the general term of\r\n" ); document.write( "sequence #1 which is (-1)n+1, and\r\n" ); document.write( "get the general term for (c): \r\n" ); document.write( "\r\n" ); document.write( "an = (-1)n+1·3·2n-1.\r\n" ); document.write( "\r\n" ); document.write( "or we might want to put the 3 in front:\r\n" ); document.write( "\r\n" ); document.write( "an = 3(-1)n+12n-1.\r\n" ); document.write( "\r\n" ); document.write( "Edwin \n" ); document.write( " \n" ); document.write( " |