document.write( "Question 1150029: Elsa placed some money in a savings account for two years with a 6% interest rate. If the bank pays her $264 in interest, how much money did she initially put into the savings account? \n" ); document.write( "
Algebra.Com's Answer #771378 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! interest=prt \n" ); document.write( "p unknown r is 0.06, t=2 \n" ); document.write( "264=p*0.06*2 \n" ); document.write( "264/0.12=p \n" ); document.write( "p=$2200 \n" ); document.write( " |