document.write( "Question 625920: I'm trying to solve a future value equation and i need to solve for t. Please i just cant seem to get it
\n" );
document.write( "the formula is fv=pv(1+r)^t
\n" );
document.write( "If my fv=1105 pv=250 interest is 8% what is t(number of years) i need it broke down all the way please because my calculations just aren't coming out right.
\n" );
document.write( "PLEASE SOMEBODY HELP ME! \n" );
document.write( "
Algebra.Com's Answer #393899 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! the formula is fv=pv(1+r)^t \n" ); document.write( "If my fv=1105 pv=250 interest is 8% what is t(number of years) \n" ); document.write( "------------- \n" ); document.write( "1105 = 250*(1.08)^t \n" ); document.write( "You didn't spec the compounding period, I'll use yearly \n" ); document.write( "1105 = 250*(1.08)^t \n" ); document.write( "1.08^t - 1105/250 = 4.42 \n" ); document.write( "t*log(1.08) = log(4.42) \n" ); document.write( "t = log(4.42)/log(1.08) \n" ); document.write( "t =~ 19.31 years \n" ); document.write( " |