document.write( "Question 1118485: Fred received an inheritance of $13,500. He wishes to divide the amount between investments at 15% and 12% to receive an average return on both investments of 14%. How much should he invest at each rate? \n" ); document.write( "
Algebra.Com's Answer #733814 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
0.15x + 0.12(13,500 - x) = 0.14(13,500)
\n" ); document.write( "0.15x + 1,620 - 0.12x = 1,890
\n" ); document.write( "0.03x = 270
\n" ); document.write( "x = 9,000
\n" ); document.write( "He should invest 9,000 at 15% and 13,500-9,000 = 4,500 at 12% to get an average return on both investments of 14%
\n" ); document.write( "
\n" );