document.write( "Question 1094642: A man has invested $18,000 in two parts. One part is invested at 8% and the remainder at 10%. The income from the 10% investment is $360 more than the income from the 8% investment. How much does he invest at each rate? \n" ); document.write( "
Algebra.Com's Answer #709235 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b=18000
\n" ); document.write( ".10a=.08b+360
\n" ); document.write( "
\n" );