document.write( "Question 1077478: Warren inveests $4400 in two different bank accounts. This first account pains 12%, the second account paid 11% in interest. At the end of the first year he had earned $513 in intrest. How much was in each account?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #691968 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=first account \n" ); document.write( "4400-x=second account \n" ); document.write( ".12x+.11(4400-x)=513 \n" ); document.write( ".12x+484-.11x=513 \n" ); document.write( ".01x=29 \n" ); document.write( "x=$2900@12%=$348 \n" ); document.write( "4400-x=1500@11%=$165 \n" ); document.write( "add to $513. \n" ); document.write( " \n" ); document.write( " |