document.write( "Question 991409: Juanita has $24,000 to invest in two accounts that pay simple interest on an annual basis. One account pays 5% in simple interest, and the other pays 4% simple interest. How much would she have to invest in each account to earn a total interest of $1,130 after one year? \n" ); document.write( "
Algebra.Com's Answer #611309 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Juanita has $24,000 to invest in two accounts that pay simple interest on an annual basis. One account pays 5% in simple interest, and the other pays 4% simple interest. How much would she have to invest in each account to earn a total interest of $1,130 after one year?\r \n" ); document.write( "\n" ); document.write( "let x=amt invested in 5% account \n" ); document.write( "24000-x=amt invested in 4% account \n" ); document.write( ".05x+.04(24000-x)=1130 \n" ); document.write( ".05x+960-.04x=1130 \n" ); document.write( ".01x=170 \n" ); document.write( "x=17000 \n" ); document.write( "24000-17000=7000 \n" ); document.write( "amt invested in 5% account=$17000 \n" ); document.write( "amt invested in 4% account=$7000 \n" ); document.write( " |