document.write( "Question 1105336: Alexander deposited some money into an account with a fixed rate of interest, compounded annually. The growth of the investment is shown in the table to the right.
\n" );
document.write( "What is the annual rate of interest, to the nearest percent? What principal did Alexander invest?\r
\n" );
document.write( "\n" );
document.write( "End of Year Value of Investment ($)
\n" );
document.write( "1 517.50
\n" );
document.write( "2 535.61
\n" );
document.write( "3 554.36 \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #720156 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Alexander deposited some money into an account with a fixed rate of interest, compounded annually. The growth of the investment is shown in the table to the right. \n" ); document.write( " What is the annual rate of interest, to the nearest percent? What principal did Alexander invest? \n" ); document.write( " End of Year Value of Investment ($) \n" ); document.write( " 1 517.50 \n" ); document.write( " 2 535.61 \n" ); document.write( " 3 554.36 \n" ); document.write( ": \n" ); document.write( "let r = interest rate in decimal form + 1 \n" ); document.write( "let x = principal, amt invested \n" ); document.write( ": \n" ); document.write( "Write a equation for the first two years \n" ); document.write( "x*r^1 = 517.5 \n" ); document.write( "r = \n" ); document.write( "and \n" ); document.write( "x*r^2 = 535.61 \n" ); document.write( "r^2 = \n" ); document.write( "r = \n" ); document.write( ": \n" ); document.write( "r=r so we can write an equation we can graph \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "we can see x = 500, the principle \n" ); document.write( ": \n" ); document.write( "Find r \n" ); document.write( "r = \n" ); document.write( "r = 1.035, the interest rate is 3.5% \n" ); document.write( ": \n" ); document.write( "Check this in the 3rd year equation \n" ); document.write( "500(1.035)^3 = \n" ); document.write( "500 * 1.1087 = 554.36 \n" ); document.write( " |