document.write( "Question 891581: How much do you need to invest if the intrest rate is 5% and you need a total of $1800 in 4 years? \n" ); document.write( "
Algebra.Com's Answer #539956 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Let x = the amount needed \n" ); document.write( "x*(1+0.05)^4 = 1800 \n" ); document.write( "x*(1.05)^4 = 1800 \n" ); document.write( "x*(1.2155065) = 1800 \n" ); document.write( "divide each side by (1.2155065) \n" ); document.write( " x = 1800/(1.2155065) \n" ); document.write( " x = 1480.86 \n" ); document.write( "checking, \n" ); document.write( "1480.86*(1.05)^4 = 1799.994 so we are very close \n" ); document.write( " |