Let x be the amount invested at 11%, in dollars. Then the amount invested at 5% is (x-400) dollars. The condition says interest + interest = total interest, or 0.11x + 0.05*(x-400) = 172 0.11x + 0.05x - 0.05*400 = 172 0.16x = 172 + 0.05*400 x == 1200 dollars. Answer. 1200 invested at 11%, and 1200 - 400 = 800 dollars invested at 5%. Check. 0.11*1200 + 0.05*800 = 172 dollars. ! Correct !