document.write( "Question 935471: Helen Weller invested $13,000 in an account that pays 11% simple interest. How much additional money must be invested in an account that pays 14% simple interest so that the average return on the two investments amounts to 12%? \n" ); document.write( "
Algebra.Com's Answer #568690 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Helen Weller invested $13,000 in an account that pays 11% simple interest. How much additional money must be invested in an account that pays 14% simple interest so that the average return on the two investments amounts to 12%?
\n" ); document.write( "***
\n" ); document.write( "let x=additional money that must be invested
\n" ); document.write( "..
\n" ); document.write( "11%*13000+14%x=12%(13000+x)
\n" ); document.write( "1430+.14x=1560+.12x
\n" ); document.write( ".02x=130
\n" ); document.write( "x=6500
\n" ); document.write( "additional money that must be invested: $6500
\n" ); document.write( "
\n" );