document.write( "Question 478771: Number of Farms
\n" );
document.write( "The number N of farms in the united States has declined continually since 1950. In 1950 there were 5,650,000 farms and in 2004 that number had decreased to 2,110,000.
\n" );
document.write( "A. Find the value of k, and write an exponential function that describes the number of farms after time t, in years, where t is the number of years since 1950.
\n" );
document.write( "B. estimate the number of farms in 2006 and 2009? \n" );
document.write( "
Algebra.Com's Answer #328040 by mananth(16946)![]() ![]() You can put this solution on YOUR website! year \n" ); document.write( "1950 5650000 farms \n" ); document.write( "2004 2110000 farms \n" ); document.write( "Difference \n" ); document.write( "54 -3540000 \n" ); document.write( "Increase in life expectancy per year = -3540000 / 54 = -65555.56 \n" ); document.write( " \n" ); document.write( "K(t)= 5650000 + -65555.556 t \n" ); document.write( " \n" ); document.write( "2006 t= 56 \n" ); document.write( " \n" ); document.write( "K(t)= 5650000 + -65555.556 * 56 \n" ); document.write( " \n" ); document.write( "K ( 56 )= 1978888.89 farms \n" ); document.write( "In 2006 it is expected to be 1,978,889 \n" ); document.write( " \n" ); document.write( " |