document.write( "Question 975297: a small company invested $20,500 such that a part of the money is in an account with a 4% invest rate and the rest at a 5% rate. the annual interest from the 5% account is $35 more than the interest earned from the 4% account. find the account of money the company invested at each rate. \n" ); document.write( "
Algebra.Com's Answer #597074 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a small company invested $20,500 such that a part of the money is in an account with a 4% invest rate and the rest at a 5% rate. the annual interest from the 5% account is $35 more than the interest earned from the 4% account. find the account of money the company invested at each rate. \n" ); document.write( "*** \n" ); document.write( "let x=amt invested in the 4% account \n" ); document.write( "20500-x=amt invested in the 5% account \n" ); document.write( ".. \n" ); document.write( "5%(20500-x)-4%x=35 \n" ); document.write( "1025-.05x-.04x=35 \n" ); document.write( ".09x=990 \n" ); document.write( "x=11000 \n" ); document.write( "20500-x=9500 \n" ); document.write( "amt invested in the 4% account=$11,000 \n" ); document.write( "amt invested in the 5% account=$9,500 \n" ); document.write( " |