document.write( "Question 1007192: The annual revenue R, in dollars, of a new company can be closely modeled by the logistic function
\n" );
document.write( "R(t) =
\n" );
document.write( "615,000/1 + 3.6e^−0.044t
\n" );
document.write( "
\n" );
document.write( "where the natural number t is the time, in years, since the company was founded.
\n" );
document.write( "(a) According to the model, what will be the company's annual revenue for its first year and its second year (t = 1 and t = 2) of operation? Round to the nearest $1000.
\n" );
document.write( "R(1) = $
\n" );
document.write( "R(2) = $ \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) According to the model, what will the company's annual revenue approach in the long-term future?
\n" );
document.write( "$
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623171 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You merely plug in the values 1 and 2 in for t in the formula \n" ); document.write( " \n" ); document.write( "R(1) = 615,000/(1 + 3.6*e^(−0.044)) = $138,356.64 \n" ); document.write( "R(2) = 615,000/(1 + 3.6*e^(−0.044*2)) = $143,131.80 \n" ); document.write( "Then we look at what would happen to R(t) if t gets large...you can plug in 1000 for t to see that... \n" ); document.write( "R(1000) = 615,000/(1 + 3.6*e^(−0.044*1000)) = almost 615,000 \n" ); document.write( "As you can see, the revenue approaches $615,000. \n" ); document.write( " |