document.write( "Question 578806:  If $P are invested at an interest rate r compounded annually, at the end of 2 years the amount will be A=P(1+r). At what interest rate will $1000 increase to $1440 in 2 years  ?  A=$1440 and P=$1000.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #370779 by dfrazzetto(283)     You can put this solution on YOUR website! According to the stated formula (which does not look how annually compounded interest works FYI):\r \n" ); document.write( "\n" ); document.write( "A=P(1+r) \n" ); document.write( "1440 = 1000(1+r) \n" ); document.write( "1440 = 1000 + 1000r\r \n" ); document.write( "\n" ); document.write( "1000r = 440 \n" ); document.write( "r= 440/1000=.44 = 44% \n" ); document.write( " |