document.write( "Question 301214: Lydia has money in two savings accounts. One rate is 6% and the other is 14%. If she has $950 more in the 14% account and the total interest is $318, how much is invested in each savings account? \n" ); document.write( "
Algebra.Com's Answer #215979 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let amount invested in 6% account be x\r \n" ); document.write( "\n" ); document.write( "in 14% account it will be x+950\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.06x+0.14(x+950)= 318\r \n" ); document.write( "\n" ); document.write( "0.06x + 0.14x + 133=318\r \n" ); document.write( "\n" ); document.write( "0.2x=185\r \n" ); document.write( "\n" ); document.write( "x= 185/0.2\r \n" ); document.write( "\n" ); document.write( "= $925 invested in 6% account\r \n" ); document.write( "\n" ); document.write( "925+950= 1875.\r \n" ); document.write( "\n" ); document.write( "$ 1875 is invested in 14% account \n" ); document.write( " |