document.write( "Question 388750: Elly invested money in an account with a fixed interest rate. The interest is compounded annually. After 5 years her balance was $2741.69, and after 10 years her balance was $3416.53.
\n" );
document.write( "A.Find an exponential equation that models these data. (round the growth rate to thousandths.)
\n" );
document.write( "B.How much did Elly orignally invest?
\n" );
document.write( "C.What is the interest rate for the account? \n" );
document.write( "
Algebra.Com's Answer #275160 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Elly invested money in an account with a fixed interest rate. The interest is compounded annually. After 5 years her balance was $2741.69, and after 10 years her balance was $3416.53. \n" ); document.write( "A.Find an exponential equation that models these data. (round the growth rate to thousandths. \n" ); document.write( "A = amount invested, r = interest rate in decimal form \n" ); document.write( "@ 5 yrs: 2741.69 = A*(1 + r)^5 \n" ); document.write( "@10 yrs: 3416.53 = A*(1 + r)^10 \n" ); document.write( "2 variables, 2 equations \n" ); document.write( "--------------- \n" ); document.write( "log(2714.69) = log(A) + 5*log(1+r) \n" ); document.write( "log(3416.53) = log(A) + 10*log(1+r) \n" ); document.write( "------------------------------------- Subtract 1 from 2 \n" ); document.write( "0.0999865 = 5*log(1+r) \n" ); document.write( "log(1+r) = 0.019973 \n" ); document.write( "1+r = 1.04706 \n" ); document.write( "r =~ 4.7% \n" ); document.write( "--------------- \n" ); document.write( "B.How much did Elly orignally invest? \n" ); document.write( "log(2714.69) = log(A) + 5*log(1+r) \n" ); document.write( "log(A) = log(2714.69) - 5*log(1.047) = 3.3339868 \n" ); document.write( "A = $2157.68 \n" ); document.write( "-------------------- \n" ); document.write( "C.What is the interest rate for the account? 4.7% \n" ); document.write( " |