document.write( "Question 1042376: The balance of an investment is decreasing according to the rule
\n" );
document.write( "Next year's balance = 0.85 × Current balance.\r
\n" );
document.write( "\n" );
document.write( "If the original value of the investment is $600, find an exponential formula that gives the balance B after t years.
\n" );
document.write( "B = _____\r
\n" );
document.write( "\n" );
document.write( "Sorry, I just cannot get this one right.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #657345 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Each time, you're multiplying by 0.85 which suggests we have an exponential function here. The base of the exponential is 0.85 with the exponent being t. The original investment is tacked on out front. So the function is\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B = 600*(0.85)^t \n" ); document.write( " \n" ); document.write( " |