document.write( "Question 626571: Ms. Jones invested $35, 000 in two accounts, one yielding 6% interest and the other yielding 9%. If she received a total of $2700 in interest at the end of the year, how much did she invest in each account?
\n" );
document.write( "The amount invested at 6% was
\n" );
document.write( "The amount invested at 9 % was \n" );
document.write( "
Algebra.Com's Answer #394322 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Ms. Jones invested $35, 000 in two accounts, one yielding 6% interest and the other yielding 9%. If she received a total of $2700 in interest at the end of the year, how much did she invest in each account? \n" ); document.write( "The amount invested at 6% was \n" ); document.write( "The amount invested at 9 % was \n" ); document.write( "** \n" ); document.write( "let x=amt invested at 6% interest \n" ); document.write( "35000-x=amt invested at 9% interest \n" ); document.write( ".. \n" ); document.write( "6%x+9%(35000-x)=2700 \n" ); document.write( ".06x+3150-.09x=2700 \n" ); document.write( ".03x=450 \n" ); document.write( "x=15000 \n" ); document.write( "35000+x=20000 \n" ); document.write( "The amount invested at 6% was $15000 \n" ); document.write( "The amount invested at 9% was $20000 \n" ); document.write( " |