document.write( "Question 1033126: If you deposit $1800 in an account paying 2.3% interest for \"t\" years, what is the equation for the amount of money at time \"t\"? When will the account have $2500? \n" ); document.write( "
Algebra.Com's Answer #647771 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
If this is simple interest, then
\n" ); document.write( "interest I = Prt
\n" ); document.write( "The total will be P+I at that point, t years in the future...so
\n" ); document.write( "Total = 1800 + 1800(.023)t
\n" ); document.write( "Now if we set that equal to 2500, we get
\n" ); document.write( "2500 = 1800 + 1800(.023)t
\n" ); document.write( "700 = 41.4t
\n" ); document.write( "t = 700 / 41.4 = 16.9 years
\n" ); document.write( "
\n" ); document.write( "
\n" );