document.write( "Question 1196399: The annual returns on sid carrington's three investments amounted to $21,600:6% on a savings account,8% on mutual funds and 12% on bonds.The amount of Sid's investment in bonds was twice the amount of his investment in the savings and the interest earned from his investment in bonds was equal to the dividends he recieved from his investment in mutual funds.Find how much money he placed in each type of investment \n" ); document.write( "
Algebra.Com's Answer #829212 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
a = amount invested in savings
\n" ); document.write( "b = amount invested in mutual funds
\n" ); document.write( "c = amount invested in bonds
\n" ); document.write( "you get a + b + c = 21600
\n" ); document.write( "the investment in bonds = 2 * the investment in savings.
\n" ); document.write( "this means that c = 2a
\n" ); document.write( "solve for a to get a = 1/2 * c
\n" ); document.write( "the interest earned from bonds = the dividends from mutual funds.
\n" ); document.write( "this means that .12*c = .08*b
\n" ); document.write( "solve for b to get b = .12*c/.08 = 3/2 * c
\n" ); document.write( "replace a and b in the equation of a + b + c = 21600 to get:
\n" ); document.write( "1/2 * c + 3/2 * b + c = 21600
\n" ); document.write( "combine like terms to get 3 * c = 21600
\n" ); document.write( "solve for c to get c = 7200
\n" ); document.write( "since a = 1/2 * c, then a = 3600
\n" ); document.write( "since b = 3/2 * c, then b = 10800
\n" ); document.write( "consequently, a + b + c = 3600 + 10800 + 7200 = 21600.
\n" ); document.write( "this confirms the investment amounts are good.
\n" ); document.write( "also, .12*c = .08*b becomes .12 * 7200 = .08 * 10800 which becomes 864 = 864.
\n" ); document.write( "this confirms the interest on the investments in b and c are also correct.
\n" ); document.write( "your solution is that he placed 3600 in savings and 10800 in mutual funds and 7200 in bonds for a total investment of 21600.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );