document.write( "Question 132593: THIS IS NOT A PROBLEM FROM A BOOK
\n" );
document.write( "Problem: A business invests $10,000 in a savings account for two years. At the beginning of the second year, an additional $3500 is invested. At the end of the second year, the account balance is $15,569.75. What was the annual interest rate?\r
\n" );
document.write( "\n" );
document.write( "I think that the interest rate is .0880745 through trial and error but I am unsure of how to solve this algebraically (or at least setting it up). The $10,000 has two years interest and the additional $3,500 accrues only one year interest. \r
\n" );
document.write( "\n" );
document.write( "Thanking in advance for any help on this. It is due today and I stayed up late last night trying to figure it out. Thanks again! \n" );
document.write( "
Algebra.Com's Answer #97101 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=interest rate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "15569.75=10000(1+x)^2+3500(1+x) __ 15569.75=10000(1+2x+x^2)+3500+3500x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dividing by 10000 __ 1.556975=1+2x+x^2+.35+.35x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting 1.556975 __ 0=x^2+2.35x-.206975\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using quadratic formula __ x=(-2.35ħsqrt(2.35^2-4(-.206975)))/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x=.085 or 8.5% \n" ); document.write( " |