document.write( "Question 33420: Not sure if the subject is right...this is a function word problem. I think I know the answer, but don't know how to write a function for it. PLEASE HELP! Thanks.
\n" );
document.write( "In 1992, there were 4,032 Ace Hardware Stores, while that number had decreased to 3,682 in 2002. Write a function that represents the number of stores, N, in terms of the year, letting t=0 represent the year 1992. Then use your function to predict the number of stores that will exist in the year 2007. Theoretically, in what year will there be NO Ace Hardware stores left??
\n" );
document.write( "N(t)=________________
\n" );
document.write( "In 2007:_____________
\n" );
document.write( "0 stores in:_________\r
\n" );
document.write( "\n" );
document.write( "This is from a worksheet, not my book. I would GREATLY appreciate any and all help received. Thanks again! : ) \n" );
document.write( "
Algebra.Com's Answer #19765 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! YEAR _t _N \n" ); document.write( "1992 _0 4032 \n" ); document.write( "2002 10 3682\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First thing is to assume a linear relationship rather than some sort of curve.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This will be of the form y=mx+c or with our variables N=mt+c. We need to find the gradient m and the y-intercept, c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can find c straightaway: when t=0, N=4032, so from N=mt+c we get \n" ); document.write( "4032 = m(0) + c \n" ); document.write( "--> c = 4032\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so we have N=mt+4032\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now for the gradient: \n" ); document.write( "gradient, m = (change in y)/(change in x) \n" ); document.write( "m = (3682-4032)/(10-0) \n" ); document.write( "m = -350/10 \n" ); document.write( "m = -35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--> N = -35t+4032\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In 2007, t = 15, so N = -35(15)+4032 \n" ); document.write( "N = -525+4032 \n" ); document.write( "N = 3507 stores\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "No stores is when N=0, so 0 = -35t+4032 \n" ); document.write( "35t = 4032 \n" ); document.write( "t = 115.2 \n" ); document.write( "so after 116 years, so in year 2108, if the number of closures followed the same rate.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |