document.write( "Question 1091741: Please help.
\n" );
document.write( "The population of town was 525,000 in 1992 and is growing annually at the rate of 1.75%. Write a recursive sequence Pn for the population. State the first term P1 for the sequence.
\n" );
document.write( "I tried to solve...
\n" );
document.write( "It is geometric sequence, I think.
\n" );
document.write( "So, An=A n-1*r (n & n-1 is smaller letter)
\n" );
document.write( "Pn=P n-1 *(0.0175) This is recursive sequence for Pn.
\n" );
document.write( "Then how do I state the P1?
\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #706258 by Theo(13342)![]() ![]() You can put this solution on YOUR website! P1 is equal to 525,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r is equal to 1.75% / 100 which is equal to .0175.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "geometric sequence formula is Pn = P1 * r ^ (n-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you follow that strict interpretation, you would think that Pn = P1 * .0175 ^ (n-1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "unfortunately that would be wrong.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r in this case is what you multiply 525,000 by in order to get the next larger term in the sequence.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that means you have to make r equal to 1 + r, since the next larger number is 525,000 + r * 525,000 which becomes 525,000 * (1 + r).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your common ratio, in this case, becomes 1 + r which is equal to 1.0175.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now the formula becomes Pn = 525,000 * 1.0175 ^ (n-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P1 is equal to 525,000. \n" ); document.write( "common ratio of r is equal to 1.0175 \n" ); document.write( "n is equal to the number of terms in the sequence.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "while this is a correct formula for a geometric sequence, it is not a recursive formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a recursive formula builds on the results of the previous iteration.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore, the recursive formula should be Pn+1 = Pn * 1.0175.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it can also be stated as Pn = Pn-1 * 1.0175.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "what it's saying is that the current term is equal to the previous term * 1.0175.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your P1 would be 525,000 \n" ); document.write( "P2 would be P1 * 1.0175 \n" ); document.write( "P3 would be P2 * 1.0175 \n" ); document.write( "etc.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the geometric series formula and the recursive formula are related in the following manner.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "geometric series formula would say that P3 = P1 * 1.075 ^ 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "recursive formula says that P3 = P2 * 1.0175 \n" ); document.write( "but P2 is equal to P1 * 1.075 \n" ); document.write( "therefore P3 is equal to P1 * 1.075 * 1.075 \n" ); document.write( "this makes P3 equal to P1 * 1.075 ^ 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's exactly what the geometric series formula is saying.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "what's the difference?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with the geometric series formula, you don't need to know Pn-1 to find Pn. \n" ); document.write( "you only need to know P1 and the common ratio.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with the recursive formula, you need to know Pn-1 in order to find Pn.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "hope this helps. \n" ); document.write( "let me know if you need anything further regarding this problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there can also be confusion between common ratio and interest rate.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it's true that 1.75% yields an interest rate of .0175.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's an interest rate, but it's not a common ratio.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the common ratio, in this case becomes 1 + the interest rate which makes the common ratio equal to 1.0175.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "different formulas use different definitions of r.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r can be interpreted as interest rate which gets you .0175. \n" ); document.write( "r can also be interpreted as common ratio which gets you 1.0175 in this problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "same letter but different interpretation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your common ratio in this case is 1 plus the interest rate.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |