document.write( "Question 385729: Suppose an investment of $25,000 doubles in value every 7 years. How much is the investment worth after 10 years? After 25 years? \n" ); document.write( "
Algebra.Com's Answer #272842 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
The equation is \"y+=+25000%2A2%5E%28t%2F7%29\". Thus at t = 10,
\n" ); document.write( "\"y+=+25000%2A2%5E%2810%2F7%29+=+67295.01\". And at t = 25, \"y+=+25000%2A2%5E%2825%2F7%29+=+297198.86\".
\n" ); document.write( "
\n" );