document.write( "Question 882925: Ivanna deposits into an account that pays simple interest at a rate of per year. How much interest will she be paid in the first years?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #533263 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! When you copy and paste from a program such as ALEKS.COM, you need to manually put in the variable numbers. \n" ); document.write( ". \n" ); document.write( "Here's an example of how to do this. \n" ); document.write( "\"Ivanna deposits $2000 into an account that pays simple interest at a rate of 4% per year. How much interest will she be paid in the first 2 years?\" \n" ); document.write( "deposit * rate * years \n" ); document.write( "2000 * .04 * 2 = $160 \n" ); document.write( " |