document.write( "Question 130854: A bank offers a savings bond with an interest rate of 8% per year compounded annually. How much money would an individual invest so that the value of the investment after 15 years is $7000? \n" ); document.write( "
Algebra.Com's Answer #95699 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
7000=X(1+.08)^15
\n" ); document.write( "7000=X(1.08)^15
\n" ); document.write( "7000=X*3.172
\n" ); document.write( "X=7000/3.172
\n" ); document.write( "X=$2206.81 IS THE AMOUNT OF THE ORIGINAL INVESTMENT.
\n" ); document.write( "
\n" );