document.write( "Question 1200984: The number of cars sold weekly by a new automobile dealership grows according to a linear growth model. The first week the dealership sold eight cars (P0=8). The second week the dealership sold nine cars (P1=9).\r
\n" ); document.write( "\n" ); document.write( "Write the recursive formula for the number of cars sold, PN, in the (N+1)th week.\r
\n" ); document.write( "\n" ); document.write( "PN= ____ PN−1+ _____
\n" ); document.write( "
\n" ); document.write( "Write the explicit formula for the number of cars sold, PN, in the (N+1)th week.\r
\n" ); document.write( "\n" ); document.write( "PN= ___ N+ ____
\n" ); document.write( " \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If this trend continues, how many cars will be sold in the sixth week?\r
\n" ); document.write( "\n" ); document.write( "____ cars
\n" ); document.write( "

Algebra.Com's Answer #835210 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
since the number of cars sold each week is 1 more than the number of cars sold the previous week:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the recursive formula is p(n) = p(n-1) + 1
\n" ); document.write( "you have to know what p(n-1) is before you can find p(n)
\n" ); document.write( "for example, if p(n-1) is 8, then p(n) is 9.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the explicit formula is p(n) = n + p(0).
\n" ); document.write( "you do not need to know what p(n-1) is before you can find p(n).
\n" ); document.write( "you only need to know what p(0) is.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in this problem, p(0) is assumed to be 8.
\n" ); document.write( "if you want to know what p(3) is, you can't find it using the recursive formula because you don't know what p(2) is.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can find it using the explicit formula, as long as you know what p(0) is.
\n" ); document.write( "when p(0) = 8, the explicit formula becomes p(n) = n + 8
\n" ); document.write( "when n = 3, the explicit formula tells you that p(3) = 3 + 8 = 11.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you use the explicit formula to find p(2), then you can use the recursive formula to find p(3).
\n" ); document.write( "p(2) = 2 + 8 = 10
\n" ); document.write( "p(3) = p(2) + 1 = 10 + 1 = 11.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the number of cars sold in the 6th week would use the explicit fromula of p(n) = n + 8 to get p(6) = 6 + 8 = 14.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );