document.write( "Question 365938: Randy invested his inheritance in an account that paid 6.3% interest,
\n" );
document.write( "compounded continuously. After 6 years, he found that he now had $48,541.33
\n" );
document.write( "What was the original amount of his inheritance? \n" );
document.write( "
Algebra.Com's Answer #260790 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A= p(1+r/n)^nt \n" ); document.write( "A= Future Value \n" ); document.write( "p = invested amount \n" ); document.write( "r=rate of interest \n" ); document.write( "n = compounding period \n" ); document.write( "t = time in years \n" ); document.write( "... \n" ); document.write( "48541.33 = p*(1+(0.063/365)^(365*6) \n" ); document.write( "p= (48541.33)/(1+(0.063/365)^(365*6) \n" ); document.write( "p= $33263.08 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |