document.write( "Question 1205120: The number of cars sold weekly by a new automobile dealership grows according to a linear growth model. The first week the dealership sold seven cars (P0=7). The second week the dealership sold fifteen cars (p1=15).\r
\n" );
document.write( "\n" );
document.write( "Write the recursive formula for the number of cars sold,
\n" );
document.write( "Pn, in the (N+ 1)th week.\r
\n" );
document.write( "\n" );
document.write( "Pn=Pn+ Blank
\n" );
document.write( " \r
\n" );
document.write( "
\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+ \r
\n" );
document.write( "
\n" );
document.write( "\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( "blank cars\r
\n" );
document.write( "\n" );
document.write( "In each box, enter a single number. Do not leave any boxes blank (enter 1 or 0 as appropriate if necessary) \n" );
document.write( "
Algebra.Com's Answer #841762 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The statement of the problem has (at least) three faults. \n" ); document.write( "(1) \"n\" and \"N\" are used interchangeably to represent the same thing. \n" ); document.write( "(2) The form \"Pn=Pn+ Blank\" is not appropriate for a recursive formula. In fact, if that form is correct, then \"Blank\" is 0. \n" ); document.write( "(3) The form \"Pn= N+\" is not appropriate for an explicit formula. \n" ); document.write( "Since the number sold in week 1 is P(0), the number sold in week (n+1) is P(n). \n" ); document.write( "Part 1 -- recursive formula \n" ); document.write( "The recursive formula for the number sold in week (n+1) tells the number sold as a function of the number sold in week n. The number sold in week n is P(n-1); and since the number sold increases by the same number 8 in each week, the recursive formula for the number sold in week (n+1) is \n" ); document.write( "P(n)=P(n-1)+8 \n" ); document.write( "Part 2 -- explicit formula \n" ); document.write( "The explicit formula for the number sold in week (n+1) is a linear equation in the form \n" ); document.write( "y=mx+b \n" ); document.write( "or, in this problem, \n" ); document.write( "P(n)=mn+b \n" ); document.write( "Since the number sold increases by 8 each week, m=8; and since P(0)=7, b=7 and the formula is \n" ); document.write( "P(n)=8n+7 \n" ); document.write( "Part 3 -- number sold in week 6 \n" ); document.write( "The number sold in week 6 is \n" ); document.write( "P(5) = 8(5)+7 = 47 \n" ); document.write( " \n" ); document.write( " |